JyotsnaT / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

OutOfHeapMemory error could core dump JVM #117

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the MultiThreaded exhaustive tests on a small JVM
2. When we fail to allocate memory for a IVideoPicture, we accidentally eat
  an exception and de-ref a null pointer.
3. The C++ goblins get mad.

Original issue reported on code.google.com by art.cla...@gmail.com on 7 May 2009 at 1:03

GoogleCodeExporter commented 9 years ago
Fixed in r417

Original comment by art.cla...@gmail.com on 7 May 2009 at 1:09