From owner-freebsd-current Mon Feb 28 17:20: 5 2000 Delivered-To: freebsd-current@freebsd.org Received: from ns.cvzoom.net (ns.cvzoom.net [208.226.154.2]) by hub.freebsd.org (Postfix) with SMTP id 8247037B926 for ; Mon, 28 Feb 2000 17:19:59 -0800 (PST) (envelope-from dmmiller@cvzoom.net) Received: (qmail 22037 invoked from network); 29 Feb 2000 01:19:52 -0000 Received: from lcm212.cvzoom.net (HELO cvzoom.net) (208.230.69.212) by ns.cvzoom.net with SMTP; 29 Feb 2000 01:19:52 -0000 Message-ID: <38BB1E9C.CF44EC93@cvzoom.net> Date: Mon, 28 Feb 2000 20:19:24 -0500 From: Donn Miller X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: current@freebsd.org Subject: Re: More "ld-elf.so.1: assert failed" messages References: <38BA5751.2396AE87@cvzoom.net> <200002290104.RAA60914@vashon.polstra.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG John Polstra wrote: > > In article <38BA5751.2396AE87@cvzoom.net>, > Donn Miller wrote: > > This time it happens with a recent cvs version of wine (about 1 week > > old). > > > > $ wine -desktop 780x560 ./iew31.exe > > Could not stat /mnt/fd0, ignoring drive A: > > ld-elf.so.1: assert failed: /usr/src/libexec/rtld-elf/lockdflt.c:54 > > wine: can't exec './iew31.exe': invalid exe file > > Terminated > When the assert fails it should generate a core dump if the > permissions of the working directory allow it. If you can get a > core dump and use gdb to get a stack trace, that would help me a > lot. Otherwise it's almost impossible for me to diagnose this. > > If you can tell me precisely how to duplicate the problem then I'll > try. Assume I know nothing about wine. Here's the backtrace from gdb: (gdb) backtrace #0 0x2805ce30 in kill () from /usr/libexec/ld-elf.so.1 #1 0x2805ca0d in abort () from /usr/libexec/ld-elf.so.1 #2 0x28053c6e in lockdflt_acquire () from /usr/libexec/ld-elf.so.1 #3 0x28053bc0 in _rtld_bind () from /usr/libexec/ld-elf.so.1 #4 0x28051205 in _rtld_bind_start () from /usr/libexec/ld-elf.so.1 #5 0x284ad3fc in SYSDEPS_StartThread () from /usr/local/lib/libwine.so #6 0x0 in ?? () Note: I didn't compile wine with -g. I'll do that if you want... - Donn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message