John Polstra wrote:
>
> In article <[EMAIL PROTECTED]>,
> Donn Miller <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message