android-gdb icon indicating copy to clipboard operation
android-gdb copied to clipboard

crashes in lookup_objfile_from_block()

Open jrmuizel opened this issue 13 years ago • 2 comments

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

jrmuizel avatar Feb 21 '12 18:02 jrmuizel

I crashed this time with a filename for the symtab of nsIWeakReference.h

jrmuizel avatar Feb 21 '12 19:02 jrmuizel

I suspect this has to do with hitting control-c during a tab complete that's taking a long time.

jrmuizel avatar Feb 21 '12 19:02 jrmuizel