Log in

View Full Version : Search for name in current module crash


casterle
August 25th, 2004, 20:54
I'm using OllyDbg to debug a fairly large BCB6 program.

I've used Plugins/GODUP Plugin/Map Loader/Load Labels to load my .map file.

When I try to look at my symbols using Search for/Name in current module I get an exception, 0xC0000005 at 0x202c2926. I've got nearly 70,000 symbols loaded, so I expect that my large symbol list is the problem.

I'd appreciate suggestions for work-arounds, or at least a hint as to how to unload my symbols so I can edit my .map file and try again. I'd rather not kill my .udd file for this project if possible.

Thanks - and thanks to Oleh for an impressive program.

casterle
August 28th, 2004, 14:17
As a follow-up, it seems that this is not related to the number of symbols loaded. I think it must be a bug in GODUP.

While OllyDbg crashes while displaying symbols after using Load Labels, Load Comments works find.