Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSP_Shutdown() crashes the emulator on Linux #3133

Closed
i30817 opened this issue Aug 12, 2013 · 8 comments
Closed

PSP_Shutdown() crashes the emulator on Linux #3133

i30817 opened this issue Aug 12, 2013 · 8 comments

Comments

@i30817
Copy link

i30817 commented Aug 12, 2013

Linux amd64,

Jit = True
SeparateCPUThread = False
SeparateIOThread = True
-- If SeparateIOThread = False, this doesn't seem to happen. Multithreading must also be disabled.

edit: forgot to mention i have the code referenced to me in #3116

Edit (xsacha): It crashes when PSP_Shutdown() is run. For example, this also occurs when doing "Run CPU Tests".

@unknownbrackets
Copy link
Collaborator

With or without the fix from #3116?

-[Unknown]

@i30817
Copy link
Author

i30817 commented Aug 12, 2013

with.

@unknownbrackets
Copy link
Collaborator

Has this changed?

-[Unknown]

@i30817
Copy link
Author

i30817 commented Oct 10, 2013

just updated:
From https://github.com/hrydgard/native
0f68de2..c0c8df6 master -> origin/master
Updating f8e626b..07c5e6b

Nope. PPSSPPSDL still core dumps when this is done. Any game.
57:41:841 user_main I[KERNEL]: /home/user/Documents/projects/ppsspp/Core/HLE/sceKernel.cpp:152 Shutting down kernel - 44 kernel objects alive
terminate called without an active exception
Aborted (core dumped)

@xsacha
Copy link
Collaborator

xsacha commented Oct 14, 2013

I have the same issue.
@unknownbrackets: this is the shutdown issue that occurs with I/O thread enabled that was causing "Run CPU Tests" to crash for me.

@SergeiAlekseev
Copy link

For me, both "Multithreaded" and "I/O on thread" must be disabled for properly working "Exit to menu".

@xsacha
Copy link
Collaborator

xsacha commented Oct 16, 2013

Yes, that is most likely. I just had already disabled multi-threading.

@xsacha
Copy link
Collaborator

xsacha commented Oct 17, 2013

Fixed by fafe4fc

@xsacha xsacha closed this as completed Oct 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants