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 70401 - gnome-session crashes on startup
gnome-session crashes on startup
Status: RESOLVED DUPLICATE of bug 70351
Product: gnome-core
Classification: Deprecated
Component: gsm
unspecified
Other other
: Normal normal
: ---
Assigned To: gnome-core Maintainers
gnome-core Maintainers
Depends on:
Blocks:
 
 
Reported: 2002-02-02 22:42 UTC by Jim Meier
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jim Meier 2002-02-02 22:42:51 UTC
I installed gnome 2 alpha 2 from garnome.
after compilation, i executed the following commands:

jim@itzakadoozie:~$ PATH=~/garnome/bin:$PATH
jim@itzakadoozie:~$ LD_LIBRARY_PATH=~/garnome/lib:$LD_LIBRARY_PATH
jim@itzakadoozie:~$ GDK_USE_XFT=1
jim@itzakadoozie:~$ export PATH LD_LIBRARY_PATH GDK_USE_XFT
jim@itzakadoozie:~$ ~/garnome/bin/gnome-session

gnome-session responded with: 

SESSION_MANAGER=local/itzakadoozie:/tmp/.ICE-unix/30826

and popped up a dialog with this text:

The GNOME Session Manager (process 30826) has crashed
due to a fatal error (Segmentation fault).
When you close this dialog, all applications will close and your session
will exit.
Please save all your files before closing this dialog.

A gdb traceback of this crash:

jim@itzakadoozie:~$ gdb ~/garnome/bin/gnome-session 
GNU gdb 5.1
Copyright 2001 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 "i386-linux"...(no debugging symbols found)...
(gdb) run
Starting program: /home/jim/garnome/bin/gnome-session 
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...(no debugging symbols found)...
(no debugging symbols found)...[New Thread 1024 (LWP 30839)]
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...(no debugging symbols found)...
SESSION_MANAGER=local/itzakadoozie:/tmp/.ICE-unix/30839
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...(no debugging
symbols found)...
Program received signal SIGSEGV, Segmentation fault.

Thread 1024 (LWP 30839)

  • #0 pango_ft2_font_get_face
    from /home/jim/garnome/lib/libpangoft2-0.24.so
  • #1 pango_ft2_font_get_coverage
    from /home/jim/garnome/lib/libpangoft2-0.24.so
  • #2 pango_font_get_coverage
    from /home/jim/garnome/lib/libpango-0.24.so
  • #3 pango_fontset_simple_get_font
    from /home/jim/garnome/lib/libpango-0.24.so
  • #4 pango_fontset_get_font
    from /home/jim/garnome/lib/libpango-0.24.so
  • #5 add_engines
    from /home/jim/garnome/lib/libpango-0.24.so
  • #6 pango_itemize
    from /home/jim/garnome/lib/libpango-0.24.so
  • #7 pango_layout_check_lines
    from /home/jim/garnome/lib/libpango-0.24.so
  • #8 pango_layout_get_extents_internal
    from /home/jim/garnome/lib/libpango-0.24.so
  • #9 pango_layout_get_extents
    from /home/jim/garnome/lib/libpango-0.24.so
  • #10 pango_layout_get_pixel_size
    from /home/jim/garnome/lib/libpango-0.24.so
  • #11 gnome_canvas_text_set_property
    from /home/jim/garnome/lib/libgnomecanvas-2.so.0
  • #12 object_set_property
    from /home/jim/garnome/lib/libgobject-1.3.so.13
  • #13 g_object_set_valist
    from /home/jim/garnome/lib/libgobject-1.3.so.13
  • #14 gnome_canvas_item_construct
    from /home/jim/garnome/lib/libgnomecanvas-2.so.0
  • #15 gnome_canvas_item_new
    from /home/jim/garnome/lib/libgnomecanvas-2.so.0
  • #16 start_splash
  • #17 main
  • #18 __libc_start_main
    from /lib/libc.so.6


I've been pointed to checking my XftConfig file. As far as I can tell,
there are no problems with it. Other gnome2 applications work well enough
(i've tested several games).
Comment 1 Jim Meier 2002-02-03 00:48:00 UTC
Finding and removing "XftCache" files fixed the problem.
This is still a major bug; it should not crash like this.
Also, there is no documentation, anywhere, on XftConfig and XftCache,
after extensive google searching. Not a Gnome problem, obviously, but
annoying.
Comment 2 Jim Meier 2002-02-03 00:58:59 UTC

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