all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mirian Crzig Lennox <mirian@cosmic.com>
Cc: emacs-devel@gnu.org
Subject: Re: (standard-syntax-table) segfault on FreeBSD
Date: Fri, 17 Jan 2003 10:45:09 -0500	[thread overview]
Message-ID: <20030117104509.A17233@cosmic.com> (raw)
In-Reply-To: <200301171114.UAA13164@etlken.m17n.org>; from handa@m17n.org on Fri, Jan 17, 2003 at 08:14:44PM +0900

On Fri, Jan 17, 2003 at 08:14:44PM +0900, Kenichi Handa wrote:
> In article <20030113160702.A5087@cosmic.com>, Mirian Crzig Lennox <mirian@cosmic.com> writes:
> 
> I've just tried emacs-21.2 and CVS HEAD on FreeBSD
> 4.6.1-RC2, but can't reproduce that bug.

I've gotten the problem on both 4.6-RELEASE and 4.7-RELEASE, with
emacs-21.2.

With some playing around, I've determined that if I start emacs with
the -nw switch (to disable X11 support), the problem does NOT occur.

> Please run Emacs under gdb and show us the backtrace of the
> crashing point?

Here it is.  I was incorrect about the problem being a segfault; it is
actually a bus error:

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Program received signal SIGBUS, Bus error.
0x284b1dd8 in _init () from /usr/X11R6/lib/X11/locale/common/ximcp.so.2
(gdb) where
#0  0x284b1dd8 in _init () from /usr/X11R6/lib/X11/locale/common/ximcp.so.2
#1  0x284bd298 in _XimFilterPropertyNotify ()
   from /usr/X11R6/lib/X11/locale/common/ximcp.so.2
#2  0x28381560 in XFilterEvent () from /usr/X11R6/lib/libX11.so.6
#3  0x80b0b20 in XTread_socket (sd=0, bufp=0xbfbd31fc, numchars=4096, 
    expected=1) at xterm.c:9965
#4  0x80d5bc1 in read_avail_input (expected=1) at keyboard.c:6133
#5  0x80d5d86 in input_available_signal (signo=23) at keyboard.c:6296
#6  0xbfbfffac in ?? ()
#7  0x8056291 in sit_for (sec=30, usec=0, reading=1, display=1, 
    initial_display=0) at dispnew.c:6247
#8  0x80d1c49 in read_char (commandflag=1, nmaps=2, maps=0xbfbff630, 
    prev_event=405216260, used_mouse_menu=0xbfbff678) at keyboard.c:2491
#9  0x80d81d7 in read_key_sequence (keybuf=0xbfbff780, bufsize=30, 
    prompt=405216260, dont_downcase_last=0, can_return_switch_frame=1, 
    fix_current_buffer=1) at keyboard.c:8180
#10 0x80d0364 in command_loop_1 () at keyboard.c:1440
#11 0x8120ec1 in internal_condition_case (bfun=0x80d0070 <command_loop_1>, 
    handlers=405338308, hfun=0x80cfcbc <cmd_error>) at eval.c:1267
#12 0x80cff4c in command_loop_2 () at keyboard.c:1245
#13 0x8120ae8 in internal_catch (tag=405290660, 
    func=0x80cff2c <command_loop_2>, arg=405216260) at eval.c:1030
#14 0x80cfefe in command_loop () at keyboard.c:1224
#15 0x80cfa85 in recursive_edit_1 () at keyboard.c:950
#16 0x80cfbac in Frecursive_edit () at keyboard.c:1006
#17 0x80ceb40 in main (argc=4, argv=0xbfbffa8c, envp=0xbfbffaa0)
    at emacs.c:1547
(gdb) 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

--Mirian

  reply	other threads:[~2003-01-17 15:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-13 21:07 (standard-syntax-table) segfault on FreeBSD Mirian Crzig Lennox
2003-01-17 11:14 ` Kenichi Handa
2003-01-17 15:45   ` Mirian Crzig Lennox [this message]
2003-01-17 16:57     ` Kim F. Storm
2003-01-17 18:59       ` Mirian Crzig Lennox

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=20030117104509.A17233@cosmic.com \
    --to=mirian@cosmic.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.