Comment 5 for bug 1171484

Revision history for this message
Nicolas Devillers (nicolas-devillers) wrote :

Bug happens when gdb couldn't load the symbol map thus not able to provide GLibAssertionMessage or NihAssertionMessage.

The gdb output can't be splitted correctly with the used regexp. Here is a patch that prevent approt from crashing in this case. The patch may be improved by setting another regexp in such case to get stacktrace/disassembly/registers which are the informations that gdb can still give us.