[vbox-dev] python: launchVMProcess(session, 'sdl', None) segfaults

Nikolay Igotti nikolay.igotti at oracle.com
Thu Jan 20 21:34:46 GMT 2011


20.01.2011 13:09, Francisco J. Vázquez пишет:
>> Any chance to inspect core generated by
>> VBoxSDL (as it was killed with SIGSEGV).
>>
> I would if I knew how :). Running gdb python and pasting the previous
> commands doesn't work. gdb doesn't "see" the segfault:
Nope, that wouldn't help, VM process is launched with fork/exec or 
spawn. Usually, if core dump generation is enabled,
see http://www.virtualbox.org/wiki/Core_dump, you'll have core file 
generated for crashed processes.
Open it with gdb -c .  Hope that'll help.

   Nikolay






More information about the vbox-dev mailing list