all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jan Djärv" <jan.h.d@swipnet.se>
To: bob@rattlesnake.com
Cc: emacs-devel@gnu.org
Subject: Re: Emacs crashes, 07nov16
Date: Mon, 26 Nov 2007 15:54:57 +0100	[thread overview]
Message-ID: <474ADE41.8090401@swipnet.se> (raw)
In-Reply-To: <m1Ivvg3-002K4JC@rattlesnake.com>



Robert J. Chassell skrev:
> As I now expect, GNU Emacs crashes when I try to insert a Euro sign.
> Here are two debugging sessions, with misc-fixed-medium 20 point
> fonts, one ISO8859 and the other ISO10646, both with
> 
>     bt full
>     p *s
>     p *s->font
>     p *s->font_info
>     p s->char2b[0]
>     l x_draw_glyph_string_foreground
> 
> 
> Of a previous effort, jan.h.d@swipnet.se wrote
> 
>     This does not look like -O0.  You should not have any <value
>     optimized out> in such a build.
> 
> Hmm ... I compiled in Emacs with
>  (compile "time CFLAGS='-g -O0 -Wno-pointer-sign' make bootstrap"))
> but maybe that was wrong.  (Should I have put the CFLAGS expression
> after the `make'?)  
> 
> In this case, after changing -O2 to -O0 in three makefiles, I
> evaluated:
> 
>  (compile "time make bootstrap")
> 
> Today's GNU Emacs CVS snapshot, Sat, 2007 Nov 24  11:43 UTC
> GNU Emacs 23.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.12.1)
> started in debugger 
> 
> 
> First, 
> 
>     set args -i -q \
>     --eval '(emacs-version t)' -bg DodgerBlue4 -fg white \
>     -fn '-Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO8859-1' \
>     -geometry 80x44+545+43 -name '-q GNU Emacs in Debugger, font: fixed 20'
> 
> with the breakpoint at xterm.c:1374 
> and after I evaluated  (x-synchronize t)  in the debuggee
> 
> As expected, this instance of Emacs did not crash until I visited my
> test file, ~/foo.mail, which tried to insert a Euro sign.  Then:

I wonder if we are miscommunicating here.  Do you mean crash, as in abort or 
core dump?  Or do you just mean the breakpoint was hit?

	Jan D.

  reply	other threads:[~2007-11-26 14:54 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-16 19:35 Emacs crashes, 07nov16 Robert J. Chassell
2007-11-18 13:01 ` Richard Stallman
2007-11-18 22:06   ` Robert J. Chassell
2007-11-19 12:25     ` Richard Stallman
2007-11-19 14:05       ` Robert J. Chassell
2007-11-20  3:59         ` Richard Stallman
2007-11-20 11:17           ` Robert J. Chassell
2007-11-20 12:08             ` Jan Djärv
2007-11-20 16:07               ` Robert J. Chassell
2007-11-21  7:42                 ` Jan Djärv
2007-11-21 12:45                   ` Robert J. Chassell
2007-11-21 15:13                     ` Stefan Monnier
2007-11-22  7:07                     ` Jan Djärv
2007-11-22 12:31                       ` Robert J. Chassell
2007-11-22 13:13                         ` Jan Djärv
2007-11-22 16:00                           ` Robert J. Chassell
2007-11-23  9:45                             ` Jan Djärv
2007-11-23 12:31                               ` Robert J. Chassell
2007-11-23 12:46                                 ` David Kastrup
2007-11-23 14:54                                   ` Jan Djärv
2007-11-23 17:07                                     ` Robert J. Chassell
2007-11-24  9:20                                       ` Jan Djärv
2007-11-24 14:08                                         ` Robert J. Chassell
2007-11-26 14:54                                           ` Jan Djärv [this message]
2007-11-26 16:44                                             ` Robert J. Chassell
2007-11-26 19:04                                               ` Jan Djärv
2007-11-24  9:19                                 ` Jan Djärv
2007-11-21 12:04                 ` Richard Stallman
2007-11-21 17:20                   ` Robert J. Chassell
2007-11-22  7:07                     ` Jan Djärv
2007-11-22 11:55                       ` Robert J. Chassell
2007-11-19 20:37 ` RMAIL misbehaving (Was: Re: Emacs crashes, 07nov16) Alfred M. Szmidt
2007-11-21 12:05   ` Richard Stallman
2007-12-13  0:15     ` Alfred M. Szmidt
2007-12-14 10:10       ` Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2007-11-19  0:30 Emacs crashes, 07nov16 Robert J. Chassell
2007-11-28 12:06 Robert J. Chassell
2007-11-28 17:49 ` Jan Djärv
2007-11-28 18:36 Robert J. Chassell
2007-11-29  6:51 ` Jan Djärv
2007-11-29 11:28   ` Robert J. Chassell
2007-11-29 12:05     ` Jan Djärv

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=474ADE41.8090401@swipnet.se \
    --to=jan.h.d@swipnet.se \
    --cc=bob@rattlesnake.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.