Hi, > It seems to be segfaulting a lot on me...although it seems to run OK > for at least a while. In fact, according to dmesg it is crashing with > signal 6 (SIGABRT). Any ideas as to what is causing this?
It could be an explicit abort() or an uncaught C++ exception (which I doubt vbox is using). Could you detail under which conditions you get the crash (e.g. which OS guest, what lead to the crash, etc.)? Besides, an interesting x86_64 kernel feature is that it also prints the RIP for such crashes. So you could simply use it in gdb (or addrline?) to get the sources location, provided you kept the debug symbols. Regards, Gwenolé. _______________________________________________ vbox-users mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-users
