News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

my cb(7671) always crashes when I use find references of ...

Started by huzhongshan, January 18, 2012, 01:46:30 PM

Previous topic - Next topic

huzhongshan

When I use find references of .... , cb crashes. the error message appeared on screen is in attachment.

ollydbg

Can you debug it under gdb?
Or can you give us a sample test project, and the steps to reproduce this bug?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.