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 314597 - Segfault in gdk_screen_init ()
Segfault in gdk_screen_init ()
Status: RESOLVED DUPLICATE of bug 314452
Product: gtk+
Classification: Platform
Component: .General
2.8.x
Other Linux
: Normal critical
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-08-26 16:41 UTC by Philip L
Modified: 2005-08-26 17:21 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Philip L 2005-08-26 16:41:00 UTC
Distribution/Version: 2.6.12.5

After installing GTK+ 2.8.1, many applications (e.g. firefox, galculator,
gqview), but not all, segfault on startup with the same trace:

  • #0 gdk_screen_init
    from /usr/local/lib/libgdk-x11-2.0.so.0
  • #1 type_class_init_Wm
    from /usr/local/lib/libgobject-2.0.so.0
  • #2 g_type_class_ref
    from /usr/local/lib/libgobject-2.0.so.0
  • #3 g_type_class_ref
    from /usr/local/lib/libgobject-2.0.so.0
  • #4 g_object_newv
    from /usr/local/lib/libgobject-2.0.so.0
  • #5 g_object_new_valist
    from /usr/local/lib/libgobject-2.0.so.0
  • #6 g_object_new
    from /usr/local/lib/libgobject-2.0.so.0
  • #7 _gdk_x11_screen_new
    from /usr/local/lib/libgdk-x11-2.0.so.0
  • #8 gdk_display_open
    from /usr/local/lib/libgdk-x11-2.0.so.0
  • #9 gdk_display_open_default_libgtk_only
    from /usr/local/lib/libgdk-x11-2.0.so.0
  • #10 gtk_init_check
    from /usr/local/lib/libgtk-x11-2.0.so.0
  • #11 gtk_init
    from /usr/local/lib/libgtk-x11-2.0.so.0
  • #12 main

Interestingly, this only seems to happen when I use NVidia's x11 driver but not
when I use XFree's. There was no crash in GTK+ 2.8.0.
Comment 1 Owen Taylor 2005-08-26 17:21:57 UTC

*** This bug has been marked as a duplicate of 314452 ***