emacs-devel
[Top][All Lists]
Advanced

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

runtime error with X-Windows


From: d.henman
Subject: runtime error with X-Windows
Date: Wed, 05 Dec 2007 21:01:45 +0900

>From CVS on : Dec. 5, 2007 JST 09:15 or so..

Successfull boostrap, for GNU Emacs 23.0.50.1

Seems to run fine in terminal mode, but fatally exits when attempted to run 
as an X-Window application.

Below I paste some of the output I was able to get from gdb, with hopes that 
some of you can see the problem or give me suggestions about how to fix this, 
if possible.

Regards,
  darel henman

...
.
-------------------------------- the first part below is for context, then the 
error:

Loaded symbols for /usr/X11R6/bin/cygXaw3d-7.dll
Loaded symbols for /usr/X11R6/bin/cygXext-6.dll
Loaded symbols for /usr/X11R6/bin/cygXmu-6.dll
Loaded symbols for /usr/X11R6/bin/cygXt-6.dll
Loaded symbols for /usr/X11R6/bin/cygXpm-4.dll

Breakpoint 1, abort () at emacs.c:431
431       kill (getpid (), SIGABRT);
(gdb) bt
#0  abort () at emacs.c:431
#1  0x2014b4fd in relinquish () at ralloc.c:380
#2  0x2014b971 in r_alloc_sbrk (size=-143360) at ralloc.c:934
#3  0x2014a6d8 in _malloc_internal_nolock (size=20411) at gmalloc.c:551
#4  0x200f0663 in emacs_blocked_malloc (size=20411, ptr=0x4) at alloc.c:1256
#5  0x610574dc in malloc () from /usr/bin/cygwin1.dll
#6  0x00004fbb in ?? ()
#7  0x00000004 in ?? ()
#8  0x611676c0 in _libkernel32_a_iname () from /usr/bin/cygwin1.dll
#9  0x610e5700 in snprintf () from /usr/bin/cygwin1.dll
#10 0x004e2a3e in cygX11-6!_XimLocalOpenIM ()
#11 0x004e1c23 in cygX11-6!_XimOpenIM ()
#12 0x004e1720 in cygX11-6!_XimRegisterIMInstantiateCallback ()
#13 0x004abdac in cygX11-6!XRegisterIMInstantiateCallback ()
#14 0x20079ede in x_term_init (display_name=544360195, xrm_option=0x0,
    resource_name=0x20726058 "emacs") at xterm.c:8259
#15 0x20084e02 in Fx_open_connection (display=544360195, xrm_string=539916289,
    must_succeed=539916337) at xfns.c:4077
#16 0x20107f71 in Ffuncall (nargs=4, args=0x22c320) at eval.c:3030
#17 0x201300b8 in Fbyte_code (bytestr=538983307, vector=538983324, maxdepth=56)
    at bytecode.c:679
#18 0x20107926 in funcall_lambda (fun=538983276, nargs=0, arg_vector=0x22c464)
    at eval.c:3211

......
...

"x-open-connection" (0x22c324)
"x-initialize-window-system" (0x22c464)
"byte-code" (0x22c500)
"command-line" (0x22c7d4)
"normal-top-level" (0x22c8a0)

-------------------------------- end of paste

end-of-msg




reply via email to

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