-
-
Notifications
You must be signed in to change notification settings - Fork 948
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
Switching workspaces in ghidra locks up system #8045
Comments
sounds like an infinite loop somehow? ssh to a locked up system, attach gdb to hyprland |
I have the same problem, initially opened a dupe because I didn't find this before, I added dmesg DRM debug logs there but not sure if there's anything helpful (#8105). I'll try to ssh |
Backtrace from SSHing in: |
thanks, check now |
Didn't fix it unfortunately. I saw backtraces that didn't land in |
Does this help:
|
yep, try now |
It's fixed for me ! Thanks. |
hey, I had ghidra randomly hanging the whole wm and pegging one core for a little while, but in the last few days it's been constant, and I never found what exactly triggers it. After finding this issue, I upgraded to 0e630e9 (latest main atm), but it did not help bt seems slightly different from above
Wait, looking closer and seeing the "well dont unmap it then duh" - sure, but it's still a bug idk Now it doesn't seem to almost-immediately hang, and hopefully the fix from here fixed those rarer hangs. Still, ghidra also doesn't like being unmapped too. |
X11 is a mess and I do not have the capacity to deal with all the oddities, sorry. As long as it works or there is a workaround I don't think it's reasonable for me to spend hours debugging it (which in many cases fails) |
Sure, I left my point of data more to track this, someone might arrive here from google and see that it's the unmapping that causes the issue after the fixes from here ¯\_(ツ)_/¯ I'd personally reopen this, rename it to "ghidra/java/x11 hangs" and add a "wontfix/need volunteers" tags or something |
you can open a new issue - OP said it's fixed for him so yours is different |
Apologies, was busy and didn't have time to respond/test, I can confirm that my original issue is fixed now in the latest commits. |
Already reported ? *
Regression?
No
System Info and Version
System/Version info
Description
Inconsistently, when opening/switching ghidra workspaces (not hyprland workspaces), my whole system will instantly lock up, cant switch TTY, cant kill hyprland. I have to hard reset my computer by holding the power button.
How to reproduce
Open ghidra, create a couple workspaces/projects, and switch between them a couple times, it should trigger after a couple tries
Crash reports, logs, images, videos
No crash logs are generated, and since I cant access a terminal, I cant acquire the current hyprland session's logs. What would be the best way to acquire logs here?
The text was updated successfully, but these errors were encountered: