Author Topic: crash report  (Read 3306 times)

Offline huzhongshan

  • Multiple posting newcomer
  • *
  • Posts: 109
crash report
« on: August 11, 2010, 02:08:11 am »
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

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5916
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: crash report
« Reply #1 on: August 11, 2010, 02:13:07 am »
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.