problem exiting crash

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Viper8896
Posts: 110
Joined: Thu Jan 26, 2006 6:20 pm

problem exiting crash

Post by Viper8896 »

I've been experimenting with semaphores and noticed that every time I pressed home then exit game my PSP would crash and shut down. A few times when this happened I would turn back on my PSP and it would have the BSOD that was on one of the early downgraders where it says press O to restore settings. The only time it did finally get back to the XMB the language was in Japanese so I chose language under settings and another BSOD. After commenting out:

Code: Select all

sceKernelDeleteSema
...form my exit call back my program exits to XMB everytime.

Is this a bug or am I just doing something really dumb?

Edit: yep it was the latter. And a complete coincidence the only time out of many that it got to xmb.
Last edited by Viper8896 on Sat Sep 15, 2007 9:26 am, edited 1 time in total.
crazyc
Posts: 408
Joined: Fri Jun 17, 2005 10:13 am

Post by crazyc »

Was there a thread waiting on the semaphore when you deleted it?
Post Reply