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 315167 - 2.3.3 and CVS segfault on startup in gdk_screen_init
2.3.3 and CVS segfault on startup in gdk_screen_init
Status: RESOLVED DUPLICATE of bug 314452
Product: GIMP
Classification: Other
Component: User Interface
git master
Other Linux
: Normal major
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-09-03 05:13 UTC by Jez Kabanov
Modified: 2005-09-03 06:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jez Kabanov 2005-09-03 05:13:36 UTC
Distribution/Version: Slackware 10.1

gdb /opt/gimp/bin/gimp-2.3      
GNU gdb 6.2.1
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...Using host libthread_db library
"/lib/libthread_db.so.1".

(gdb) run
Starting program: /opt/gimp/bin/gimp-2.3 
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 17064)]

Program received signal SIGSEGV, Segmentation fault.

Thread 16384 (LWP 17064)

  • #1 IA__g_type_class_ref
    at gtype.c line 1844
  • #2 IA__g_object_newv
    at gobject.c line 824
  • #3 IA__g_object_new_valist
    at gobject.c line 951
  • #4 IA__g_object_new
    at gobject.c line 789
  • #5 _gdk_x11_screen_new
    at gdkscreen-x11.c line 482
  • #6 IA__gdk_display_open
    at gdkdisplay-x11.c line 183
  • #7 IA__gdk_display_open_default_libgtk_only
    at gdk.c line 272
  • #8 post_parse_hook
    at gtkmain.c line 546
  • #9 IA__g_option_context_parse
    at goption.c line 1502
  • #10 main
    at main.c line 282


This is with GTK+-2.8.2

gimp-2.2 works with it, but this doesnt
Comment 1 Sven Neumann 2005-09-03 06:26:56 UTC
That's a known bug in gtk+-2.8.2 which is fixed in the 2.8.3 release.

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