GNOME Bugzilla – Bug 757365
Crashed after double-clicking an ISO in the file chooser
Last modified: 2016-09-20 08:15:55 UTC
I was trying to install a Fedora 22 VM in Boxes. I opened the file chooser, double-clicked the ISO, and Boxes crashed. Version: gnome-boxes-3.18.1-1.fc23.x86_64 Program terminated with signal SIGSEGV, Segmentation fault.
+ Trace 235660
Thread 6 (Thread 0x7fe3f9ffb700 (LWP 4720))
Thread 5 (Thread 0x7fe3fa7fc700 (LWP 4729))
Thread 3 (Thread 0x7fe41a301700 (LWP 4084))
Thread 1 (Thread 0x7fe43dc35b00 (LWP 4035))
I can't reproduce here and I don't see anything wrong in the code either. I'm assuming this the point that crashed: boxes_wizard_toolbar_set_title_for_page at /home/zeenix/checkout/gnome/gnome-boxes/src/wizard-toolbar.vala line 61
Hmm.. with latest gtk+, I can reproduce this now.
Rishi, did you also get these warnings before the crash? (gnome-boxes:31416): Gtk-WARNING **: Allocating size to GtkButton 0xea76a0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
Actually after updating my gtk+ again, the crash in gone. The warnings in previous comment are still there but Company told me they'll be fixed soon csoriano.