From: "d.henman" <dhenman@gmail.com>
To: <emacs-devel@gnu.org>
Subject: runtime error with X-Windows
Date: Wed, 05 Dec 2007 21:01:45 +0900 [thread overview]
Message-ID: <20071205210145.3504@blackhawk> (raw)
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 other threads:[~2007-12-05 12:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20071205210145.3504@blackhawk \
--to=dhenman@gmail.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.