gnome-session crash



When I start the session script it crashes and puts the message like below,

Bonobo accessibility support initialized
GTK Accessibility Module initialized
Atk Accessibilty bridge initialized
_IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root
SESSION_MANAGER=local/reno:/tmp/.ICE-unix/1815
The program 'gnome-session' received an X Window System error.
This probably reflects a bug in the program.
The error was '168'.
  (Details: serial 111 error_code 168 request_code 152 minor_code 8)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
application finalize called

** (gnome-session:1815): WARNING **: FIXME: Need to shutdown linc connections 
...

** (gnome-session:1815): WARNING **: CORBA_ORB_destroy: ORB still has 3 refs.

** (gnome-session:1815): WARNING **: ORB: a total of 31 refs to ORB objects 
were leaked
======================================================================
My session script is,

#!/bin/sh
GARNOME=/home/raavi02
 
PATH=$GARNOME/garnome/bin:$PATH

LD_LIBRARY_PATH=$GARNOME/garnome/lib:$LD_LIBRARY_PATH

PYTHONPATH=$GARNOME/garnome/lib/python2.3/site-packages

PKG_CONFIG_PATH=$GARNOME/garnome/lib/pkgconfig

GDK_USE_XFT=1

export PATH LD_LIBRARY_PATH PYTHONPATH PKG_CONFIG_PATH GDK_USE_XFT

exec /home/raavi02/garnome/bin/gnome-session



Help me.....



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]