Date: Fri, 22 Mar 2002 16:08:54 -0500 From: Mike Tancsa <mike@sentex.net> To: "George V. Neville-Neil" <gnn@neville-neil.com>, freebsd-stable@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG Subject: Re: Issues with PGP 6 on -STABLE? Message-ID: <5.1.0.14.0.20020322160632.05ab7c10@marble.sentex.ca> In-Reply-To: <200203221732.g2MHWkKQ032675@mail.meer.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Yes, see my post from a few hrs before you. The code that is failing is at
OK, vinyl# gdb /usr/local/bin/pgp pgp.core
#0 0x80b5c08 in pgpRandomCollectEntropy (rc=0x8214220) at pgpRndUnix.c:323
323 delta = (PGPUInt32)(tickdiff(t, prevt) / ticksize);
It seems to be
delta = (PGPUInt32)(tickdiff(t, prevt) / ticksize);
ticksize I guess is coming up 0
---Mike
At 09:32 AM 3/22/02 -0800, George V. Neville-Neil wrote:
>Hi,
>
> I am running -STABLE and pgp6 from the ports collection. When I
> run pgp
>I get:
>
>Floating exception (core dumped)
>
> The stack trace is:
>
>(gdb) core pgp.core
>Core was generated by `pgp'.
>Program terminated with signal 8, Floating point exception.
>Reading symbols from /usr/lib/libstdc++.so.3...done.
>Reading symbols from /usr/lib/libm.so.2...done.
>Reading symbols from /usr/lib/libc_r.so.4...done.
>Reading symbols from /usr/libexec/ld-elf.so.1...done.
>#0 0x80b47f3 in pgpRandomCollectEntropy ()
>(gdb) where
>#0 0x80b47f3 in pgpRandomCollectEntropy ()
>#1 0x811918e in pgpContextGetGlobalPoolRandomContext ()
>#2 0x80b506d in pgpSeedGlobalRandomPool ()
>#3 0x811894c in FinishInitContext ()
>#4 0x81189ff in pgpNewContextCustomInternal ()
>#5 0x8118afa in pgpNewContextInternal ()
>#6 0x8118b23 in PGPNewContext ()
>#7 0x804ab13 in main (argc=2, argv=0xbfbff430) at main.c:193
>#8 0x804a43d in _start ()
>
> I have attached a gzipped version of the core file to this email.
>
> Any help would be great.
>
>Thanks,
>George
>
>
>
>George V. Neville-Neil gnn@neville-neil.com
>Neville-Neil Consulting www.neville-neil.com
>
>"Put a twenty dollar gold piece on my watch chain
>So you can let all the boys know I died standing pat." - St. James Infirmary
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.0.14.0.20020322160632.05ab7c10>
