-
Notifications
You must be signed in to change notification settings - Fork 578
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
Segmentation fault on application startup. #1740
Comments
Seems to be a duplicate of #1739. |
@Sadario unchecking the experimental startup and restore tab options seems to fix this problem for me. |
With limited testing, I can also confirm that this seems to fix the issue. |
Deleting session.json fixes it. I am able to trigger this bug by killing guake or running it in another terminal and killing it with ctrl C. The result the segfult deleting session.json lets you start the application again |
I am running Arch on this laptop, with a mate desktop environment. Below are the relevant outputs from 'journalctl' and 'guake --support', as well as the contents of the session.json-file. I have also tried running 'guake -u', which does not change the behaviour.
Deleting/renaming '~/.config/guake/session.json' solves the problem temporarily. Guake now starts, but after a clean shutdown of the application, it will not start again.
I really hope someone can help me with this issue, as I would love to get back to using this brilliant software.
~/.config/guake/session.json
{ "schema_version": 2, "timestamp": 1584957548, "workspace": { "0": [ [ { "panes": [ { "type": "term", "directory": "/home/sadario", "custom_colors": { "fg_color": null, "bg_color": null, "palette": null } } ], "label": "sadario@sadario-arch: ~", "custom_label_set": false } ] ] } }$ journalctl
Process 6386 (guake) of user 1000 dumped core.$ dmesg
[ 3673.001752] guake[8884]: segfault at 19 ip 00007f561394dcbf sp 00007ffc039297e0 error 4 in libvte-2.91.so.0.6000.0[7f5613931000+48000] [ 3673.001767] Code: fd 53 48 8b 87 08 01 00 00 89 f3 48 85 c0 74 32 80 bf 18 01 00 00 00 75 0a 8b 97 10 01 00 00 85 d2 75 17 c6 85 18 01 00 00 00 <8b> 70 18 ba 01 00 00 00 48 89 ef e8 c1 1b ff ff 48 89 ef e8 39 19$ guake --support
Guake Version: 3.7.0
Vte Version: 0.60.0
Vte Runtime Version: 0.60.0
GTK+ Version: 3.24.14
GDK Backend: GdkX11.X11Display
Desktop Session: mate
Display: :0
RGBA visual: True
Composited: True
The text was updated successfully, but these errors were encountered: