http://bugs.winehq.org/show_bug.cgi?id=6910
------- Additional Comments From peterschueller@web.de 2006-30-12 12:39 ------- I have the same problem but with 2.6.18 (Fedora Core 6) on Athlon. It seems to have to do with wine-kthread, which is called by wine, right? wine-pthread works:
wine-pthread --version
wine-0.9.27
gdb wine-kthread
(gdb) run --version Starting program: /usr/bin/wine-kthread --version Failed to read a valid object file image from memory.
Program received signal SIGSEGV, Segmentation fault. 0x006f89ec in memcpy () from /lib/libc.so.6 (gdb) bt #0 0x006f89ec in memcpy () from /lib/libc.so.6 #1 0x00764d49 in __libc_pthread_init () from /lib/libc.so.6 #2 0x7bf02601 in __pthread_initialize () at kthread.c:910 #3 0x7bf0309b in __do_global_ctors_aux () #4 0x7bf01bdd in _init () #5 0x7bf03029 in __libc_csu_init () #6 0x006a0ed1 in __libc_start_main () from /lib/libc.so.6 #7 0x7bf01d91 in _start ()