emacs-devel
[Top][All Lists]
Advanced

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

Building Emacs for GNUstep


From: Stefan Monnier
Subject: Building Emacs for GNUstep
Date: Tue, 08 Jul 2014 22:25:03 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

I just tried to build Emacs for GNUstep under Debian (from trunk).
The configure and build worked smoothly, but when I try to run the
executable I get a seg-fault:

   Program received signal SIGSEGV, Segmentation fault.
   0xf76e905f in objc_msg_lookup () from /usr/lib/i386-linux-gnu/libobjc.so.4
   (gdb) bt
   #0  0xf76e905f in objc_msg_lookup () from 
/usr/lib/i386-linux-gnu/libobjc.so.4
   #1  0x081e8028 in x_set_window_size (f=0x877a0d0, change_grav=142057680, 
       width=14, height=70, pixelwise=120) at nsterm.m:1382
   #2  0x00000000 in ?? ()
   
   Lisp Backtrace:
   "x-create-frame" (0xffffcb28)
   "x-create-frame-with-faces" (0xffffccb8)
   "make-frame" (0xffffce48)
   "frame-initialize" (0xffffcfd8)
   "command-line" (0xffffd1ac)
   "normal-top-level" (0xffffd310)
   (gdb)

Any idea what might be going on?


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]