[CFT] editors/emacs to 24.1

Ashish SHUKLA ashish at freebsd.org
Fri Aug 3 23:23:03 UTC 2012


On Fri, 3 Aug 2012 19:19:02 +0200 (CEST), Marco Beishuizen <mbeis at xs4all.nl> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20120803/976febd7/attachment.pgp


More information about the freebsd-ports mailing list