[Bug 19443] Wine itself segfaults when running Geneforge

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jul 26 07:57:49 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=19443





--- Comment #7 from wanderer at fastmail.fm  2009-07-26 07:57:46 ---
Okay, I apologize; by the time I had the core dump, I'd forgotten the "attach
the backtrace, not the dump" part of the request.

Unfortunately I still don't have that attached, because nothing I've figured
out so far has made gdb produce any useful information in responses to 'bt'
even with the core file apparently loaded. When I try 'gdb core.28477' as you
suggested, I get the usual gdb header message and then

==
"/tmp/core.28477": not in executable format: File format not recognized
==


If I try 'gdb -c core.28477', I get

==
[New Thread 28495]
[New Thread 28494]
(no debugging symbols found)
Core was generated by `Geneforge.exe                                           
                     '.
Program terminated with signal 11, Segmentation fault.
#0  0x7efbe4a1 in ?? ()
(gdb) bt
#0  0x7efbe4a1 in ?? ()
(gdb)
==


If I try it with $SRCDIR/wine as the program name, I get exactly the same
output, except prefixed with the line

==
"/home/wanderer/text/src/git/wine-regressiontest/wine": not in executable
format: File format not recognized
==

because, of course, that's a symlink to a shell script which runs the actual
executable. If I try it with either $SRCDIR/loader/wine or Geneforge.exe as the
program name, I get

==

warning: core file may not match specified executable file.
[New Thread 28495]
[New Thread 28494]
Core was generated by `Geneforge.exe                                           
                     '.
Program terminated with signal 11, Segmentation fault.
#0  0x7efbe4a1 in ?? ()
(gdb) bt
#0  0x7efbe4a1 in ?? ()
#1  <signal handler called>
#2  0x7efbdbb0 in ?? ()
#3  0x7ec2fbac in ?? ()
#4  0x7ec323d8 in ?? ()
#5  0x0044b642 in ?? ()
#6  0x0044b3a5 in ?? ()
#7  0x0043fc89 in ?? ()
#8  0x00443eae in ?? ()
#9  0x00442ccb in ?? ()
#10 0x0046725f in ?? ()
#11 0x7ee09f40 in ?? ()
#12 0xb7e2fbbd in ?? ()
(gdb)
==

I'm obviously missing something. Any idea what?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list