Date: Mon, 28 Feb 2000 20:19:24 -0500 From: Donn Miller <dmmiller@cvzoom.net> To: current@freebsd.org Subject: Re: More "ld-elf.so.1: assert failed" messages Message-ID: <38BB1E9C.CF44EC93@cvzoom.net> References: <38BA5751.2396AE87@cvzoom.net> <200002290104.RAA60914@vashon.polstra.com>
next in thread | previous in thread | raw e-mail | index | archive | help
John Polstra wrote: > > In article <38BA5751.2396AE87@cvzoom.net>, > Donn Miller <dmmiller@cvzoom.net> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38BB1E9C.CF44EC93>