News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

crash report

Started by huzhongshan, August 11, 2010, 02:08:11 AM

Previous topic - Next topic

huzhongshan

I just found how to report crash bug . several days ago , my c::B crashed , I found the .rpt file in its dir.
version 10.05  winxp

ollydbg

It seems the crash is caused by Codecompletion plugin.
So, can you try a cc_branch?(it has many bug fix and feature added, you need to build yourself)
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.