http://bugs.winehq.org/show_bug.cgi?id=58335
--- Comment #54 from Bernhard Übelacker bernhardu@mailbox.org --- Created attachment 78862 --> http://bugs.winehq.org/attachment.cgi?id=78862 gdb-commands-58335_2.txt
(In reply to Michael Setzer II from comment #53)
Here is what I got?
Thread 3.1 "winecfg.exe" received signal SIGSEGV, Segmentation fault. 0x00006fffffc4c5b3 in ?? () (gdb) (gdb) (gdb) 1: x/i $pc => 0x6fffffc4c5b3: mov 0x28(%rbp),%r8
Nice, this confirms at least the instruction from my previous findings above.
I have a new sequence of commands, which hopefully load debug info and may show a backtrace. (That creates a temporary file /tmp/addr.txt to store the address where debug info should be loaded to, found no other way to do this.)
(As this is getting rather lenghty you may consider to attach the result as text file to the bug.)