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

Using AppendEventFilter to exit causes a segfault when running on kms #327

Closed
AlanGriffiths opened this issue Apr 16, 2018 · 2 comments
Closed
Labels

Comments

@AlanGriffiths
Copy link
Collaborator

$ sudo bin/miral-shell --vt 4

Press Ctrl-Alt-BkSp

Expect: normal exit
Actual: Segfault

@AlanGriffiths
Copy link
Collaborator Author

Having had a look at the stacktrace I suspect this is another manifestation of #112 (TBC)

@AlanGriffiths
Copy link
Collaborator Author

With a slightly hacked shell (that doesn't start the starting "splash"):

$ sudo valgrind --trace-children=yes cmake-build-debug/bin/miral-shell --vt 4 --window-manager tiling &> valgrind; sudo chvt 2
valgrind.txt

bors bot added a commit that referenced this issue Apr 19, 2018
334: We can't safely destroy objects whose implementation may lie in a .so that's been unloaded. r=wmww a=AlanGriffiths

Fixes #327, #112

Co-authored-by: Alan Griffiths <alan@octopull.co.uk>
@bors bors bot closed this as completed in #334 Apr 19, 2018
wmww pushed a commit that referenced this issue Apr 19, 2018
334: We can't safely destroy objects whose implementation may lie in a .so that's been unloaded. r=wmww a=AlanGriffiths

Fixes #327, #112

Co-authored-by: Alan Griffiths <alan@octopull.co.uk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant