ZHANITEST / pspemu

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

Reading from an invalid address #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It seems that sometimes in multithreading applications (for example in 
squirrel for psp), a thread read from an invalid address. Maybe registers 
gets corrupt?

Detect the problem and create an unittesting for fixing it.

Original issue reported on code.google.com by soywiz on 30 Apr 2010 at 3:55

GoogleCodeExporter commented 9 years ago
It seems to be a problem with the thread manager (I think). I should redo it 
and clean 
things up a little.

Original comment by soywiz on 30 Apr 2010 at 6:44

GoogleCodeExporter commented 9 years ago
Problem solved with the new core!

Original comment by soywiz on 28 May 2011 at 9:43