After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 727643 - Segfault in gtk-3.12.0
Segfault in gtk-3.12.0
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
3.12.x
Other FreeBSD
: Normal major
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-04-05 08:36 UTC by Gustau Pérez i Querol
Modified: 2014-04-05 15:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
backtrace of the segfault (6.14 KB, text/plain)
2014-04-05 08:44 UTC, Gustau Pérez i Querol
Details

Description Gustau Pérez i Querol 2014-04-05 08:36:14 UTC
This is running glib-2.40.0, gtk-3.12.0 (both compiled with debug symbols), and nautilus 3.12.0. 

I'm seeing problems with gtk-3.12.0. This happens when opening a new tab in that application. 

Checking the backtrace: 

    http://pastebin.com/ZkMWJJ66

I see that in frame1 gtk_overlay_get_main_widget_allocation gets a NULL main_widget. GTK_IS_SCROLLED_WINDOW returns that this NULL object is scrollable, and thus gtk_widget_get_allocated_width gets called with a NULL object, where it segfaults.
Comment 1 Gustau Pérez i Querol 2014-04-05 08:44:43 UTC
Created attachment 273610 [details]
backtrace of the segfault