On Fri, 3 Aug 2012 19:19:02 +0200 (CEST), Marco Beishuizen <[email protected]> said: > On Fri, 3 Aug 2012, the wise Ashish SHUKLA wrote:
>> I use following, and it seems to work fine for me: >> >> --8<---------------cut here---------------start------------->8--- >> #!/bin/sh >> >> xrdb ~/.Xdefaults >> xmodmap ~/.Xmodmap >> gnome-screensaver & >> exec dbus-launch --exit-with-session ck-launch-session fluxbox 2>&1 >> >$HOME/.xsession-errors >> --8<---------------cut here---------------end--------------->8--- >> >> FTR, my Emacs is compiled with GTK3/DBUS/GCONF options. >> >> Could you try it? > I've tried all this but no differences. Still crashes and lockups. > Regards, > Marco Sorry about the problem. Could you please mention the error messages (if any you're getting) ? Also, could you try compiling it with DEBUG symbols, if not already using, i.e. --8<---------------cut here---------------start------------->8--- % sudo make -C /usr/ports/editors/emacs -DWITH_DEBUG build deinstall package clean --8<---------------cut here---------------end--------------->8--- If it dumps core, then you can then inspect core using gdb, and send the backtrace: --8<---------------cut here---------------start------------->8--- % gdb $(which emacs) (gdb) core-file emacs.core (gdb) bt full --8<---------------cut here---------------end--------------->8--- HTH -- Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 Sent from my Emacs
pgpr9IgC0sxEo.pgp
Description: PGP signature
