android-gdb
android-gdb copied to clipboard
crashes in lookup_objfile_from_block()
Sometimes when doing operations on symbols I get crashes in lookup_objfile_from_block() on symtab.c:1260
The BLOCKVECTOR on struct symtab *s is NULL which is presumably the cause of the crash.
The filename for the symtab in question is nsIRedirectChannelRegistrar.h
I crashed this time with a filename for the symtab of nsIWeakReference.h
I suspect this has to do with hitting control-c during a tab complete that's taking a long time.