From owner-freebsd-stable Fri Mar 22 13:14:47 2002 Delivered-To: freebsd-stable@freebsd.org Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by hub.freebsd.org (Postfix) with ESMTP id 2F33037B41A; Fri, 22 Mar 2002 13:14:25 -0800 (PST) Received: from simoeon.sentex.net (pyroxene.sentex.ca [199.212.134.18]) by smtp1.sentex.ca (8.11.6/8.11.6) with ESMTP id g2MLEJ765111; Fri, 22 Mar 2002 16:14:20 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <5.1.0.14.0.20020322160632.05ab7c10@marble.sentex.ca> X-Sender: mdtpop@marble.sentex.ca X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 22 Mar 2002 16:08:54 -0500 To: "George V. Neville-Neil" , freebsd-stable@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG From: Mike Tancsa Subject: Re: Issues with PGP 6 on -STABLE? In-Reply-To: <200203221732.g2MHWkKQ032675@mail.meer.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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