http://bugs.winehq.org/show_bug.cgi?id=58335
--- Comment #53 from Michael Setzer II mikes@kuentos.guam.net --- Here is what I got? root@setzconote:~# wineserver -k root@setzconote:~# gdb -q --args /usr/bin/wine winecfg <testwine Reading symbols from /usr/bin/wine... Reading symbols from /usr/lib/debug/opt/wine-devel/bin/wine-10.11-1.1.x86_64.debug... (gdb) (gdb) Signal Stop Print Pass to program Description SIGUSR1 No No Yes User defined signal 1 (gdb) Catchpoint 1 (fork) (gdb) Starting program: /usr/bin/wine winecfg [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". process 298906 is executing new program: /opt/wine-devel/lib64/wine/x86_64-unix/wine-preloader [Detaching after vfork from child process 298909]
Catchpoint 1 (forked process 298911), 0x00007ffff7e50d08 in ?? () (gdb) Continuing. [Detaching after fork from child process 298911] 002c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c5b3
Catchpoint 1 (forked process 298913), 0x00007ffff7e50d08 in ?? () (gdb) Continuing. [Detaching after fork from child process 298913] 0034:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c5b3
Catchpoint 1 (forked process 298915), 0x00007ffff7e50d08 in ?? () (gdb) (gdb) Continuing. [Attaching after process 298906 fork to child process 298915] [New inferior 2 (process 298915)] [Detaching after fork from parent process 298906] [Inferior 1 (process 298906) detached]
Thread 2.1 "start.exe" hit Catchpoint 1 (forked process 298916), 0x00007ffff7e50d08 in ?? () (gdb) Continuing. [Attaching after process 298915 fork to child process 298916] [New inferior 3 (process 298916)] [Detaching after fork from parent process 298915] [Inferior 2 (process 298915) detached] process 298916 is executing new program: /opt/wine-devel/lib64/wine/x86_64-unix/wine-preloader
Thread 3.1 "winecfg.exe" received signal SIGSEGV, Segmentation fault. 0x00006fffffc4c5b3 in ?? () (gdb) (gdb) (gdb) 1: x/i $pc => 0x6fffffc4c5b3: mov 0x28(%rbp),%r8 (gdb) Continuing. 003c:err:seh:NtRaiseException Unhandled exception code c0000005 flags 0 addr 0x6fffffc4c5b3 [Inferior 3 (process 298916) exited with code 05] (gdb) No stack. (gdb) The program has no registers now. (gdb) The program is not being run. (gdb) root@setzconote:~#