http://bugs.winehq.com/show_bug.cgi?id=1814
Summary: SIGSEV on redhat 9.0 Product: Wine Version: 20030911 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.com ReportedBy: jpkaylor@purdue.edu
wine causes SIGSEV on redhat 9.0 kernel ------------> 2.4.20-20.9, reproduced in vanilla 2.4.22 pthreads library --> /lib/libpthread-0.10.so glibc library------> /lib/libc-2.3.2.so
i receive the following output from 20030911, and CVS (11/2/03) via gdb (note: identical functions in both)
wine: /usr/lib/wine /usr/local/bin/wine /usr/local/lib/wine [root@localhost wine]# gdb /usr/local/bin/wine GNU gdb Red Hat Linux (5.3post-0.20021129.18rh) Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux-gnu"... (gdb) run Starting program: /usr/local/bin/wine
Program received signal SIGSEGV, Segmentation fault. 0x420ebe3c in __libc_pthread_init () from /lib/tls/libc.so.6 (gdb) backtrace #0 0x420ebe3c in __libc_pthread_init () from /lib/tls/libc.so.6 #1 0x3c001754 in __pthread_initialize () at ../scheduler/pthread.c:770 #2 0x3c001821 in __do_global_ctors_aux () #3 0x3c000bd9 in _init () #4 0x3c0017ae in __libc_csu_init () #5 0x42015669 in __libc_start_main () from /lib/tls/libc.so.6