Author Topic: my cb(7671) always crashes when I use find references of ...  (Read 2946 times)

Offline huzhongshan

  • Multiple posting newcomer
  • *
  • Posts: 109
my cb(7671) always crashes when I use find references of ...
« on: January 18, 2012, 01:46:30 pm »
When I use find references of .... , cb crashes. the error message appeared on screen is in attachment.

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5916
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: my cb(7671) always crashes when I use find references of ...
« Reply #1 on: January 18, 2012, 01:52:16 pm »
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.