rbgirshick / fast-rcnn

Fast R-CNN
Other
3.34k stars 1.56k forks source link

Memory Error in Fast-RCNN #63

Open sid027 opened 9 years ago

sid027 commented 9 years ago

I am getting the following error at the end of each run of 'demo.py':

* Error in `python': corrupted double-linked list: 0x0000000003e26d10 * Aborted (core dumped)

OR

Error in `python': free(): invalid next size (fast)

OR

* Error in `python': double free or corruption (!prev): 0x0000000003c6abe0 * Aborted (core dumped)

However, the code still seems to do it's job fine before I see this error.

Can anyone help?

heyulinxp commented 7 years ago

Do you fix it? I have the same problem.

guofeng007 commented 7 years ago

mee too