http://bugs.winehq.com/show_bug.cgi?id=1512
------- Additional Comments From dtaylor@flowcom.com.au 2003-11-09 03:18 ------- I get the exact same problem.
I'm running Debian Linux, kernel 2.4.22, XFree86 4.3.0, glibc2.2. I have version 20030813 of wine.
$ ltrace wine.bin /cdrom/setup.exe __libc_start_main(0x3c000510, 2, 0xbffffa64, 0x3c00054c, 0x3c000594 <unfinished ...> wine_init(2, 0xbffffa64, 0xbffff614, 1024, 0 <unfinished ...> --- SIGSEGV (Segmentation fault) --- +++ killed by SIGSEGV +++ $
$ gdb wine.bin GNU gdb 5.3.90_2003-08-24-cvs-debian ... This GDB was configured as "i386-linux"...(no debugging symbols found)... (gdb) run /cdrom/setup.exe Starting program: /usr/bin/wine.bin /cdrom/setup.exe (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. 0x4027588a in mallopt () from /lib/libc.so.6 (gdb) bt #0 0x4027588a in mallopt () from /lib/libc.so.6 #1 0x402746ef in free () from /lib/libc.so.6 #2 0x40355266 in dlerror () from /lib/libdl.so.2 #3 0x400dc508 in ?? () from /usr/lib/libntdll.dll.so #4 0x00001000 in ?? () #5 0x4032ea80 in __after_morecore_hook () from /lib/libc.so.6 #6 0x00000fff in ?? () #7 0x4032ea80 in __after_morecore_hook () from /lib/libc.so.6 #8 0x400f065c in SYSLEVEL_Win16CurrentTeb () from /usr/lib/libntdll.dll.so #9 0x400f065c in SYSLEVEL_Win16CurrentTeb () from /usr/lib/libntdll.dll.so #10 0x400faf87 in ?? () from /usr/lib/libwine.so.1 #11 0x400fa934 in ?? () from /usr/lib/libwine.so.1 (gdb)