GNOME Bugzilla – Bug 741876
Program fails to start -- segmentation fault.
Last modified: 2016-03-31 13:22:07 UTC
Created attachment 293198 [details] output of `strace gnome-boxes` Running full GNOME 3.14.2 desktop under Arch Linux with kernel 3.17.6 Program segfaults immediately on launch. Attached strace output.
Thanks. Could you please provide a backtrace instead?
Created attachment 293209 [details] backtrace for gnome-boxes
(In reply to comment #2) > Created an attachment (id=293209) [details] > backtrace for gnome-boxes Thanks so much but you seem to be missing debug symbols and backtrace isn't very useful w/o them. I don't know how it works in Arch but I'm guessing you need to install separate packages for each of the library you see the name of in the backtrace.
Matthew: Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces and https://wiki.archlinux.org/index.php/Debug_-_Getting_Traces for more information on how to do so and reopen this bug or report a new one. Thanks in advance! Zeeshan: Please use NEEDINFO status and stock answers.
Here is my new backtrace, I hope it's better this time. Sorry for the delay, I've never done anything like this before. Backtrace:
+ Trace 234449
Thread 4 (Thread 0x7fffdbfff700 (LWP 9073))
Thread 3 (Thread 0x7fffe094d700 (LWP 9072))
Managed to run valgrind as well, if that's any use to you. See here: https://bpaste.net/show/239f6702e532
(In reply to comment #4) > Matthew: Unfortunately, that stack trace is missing some elements that will > help a lot to solve the problem, so it will be hard for the developers to fix > that crash. Can you get us a stack trace with debugging symbols? Please see > http://live.gnome.org/GettingTraces and > https://wiki.archlinux.org/index.php/Debug_-_Getting_Traces for more > information on how to do so and reopen this bug or report a new one. Thanks in > advance! > > Zeeshan: Please use NEEDINFO status I usually do but I don't always remember to set status. >and stock answers. What are those?
(In reply to comment #5) > Here is my new backtrace, I hope it's better this time. > Sorry for the delay, I've never done anything like this before. > Backtrace: > Some symbols still missing it seems. Also could you please provide also backtrace for the thread that gets the segfault? i-e `bt` command instead of `thread apply all bt`?
For the record, with a fully updated archlinux Boxes works for me. (3.14.2)
Due to comment#9 and that reporter hasn't responded for a long time, I'm assuming issue is resolved.