GNU bug report logs - #21822
25.0.50; emacs_backtrace.txt

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Tue, 3 Nov 2015 19:53:01 UTC

Severity: normal

Tags: moreinfo

Found in version 25.0.50

Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 21822 in the body.
You can then email your comments to 21822 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#21822; Package emacs. (Tue, 03 Nov 2015 19:53:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Drew Adams <drew.adams <at> oracle.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 03 Nov 2015 19:53:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.0.50; emacs_backtrace.txt
Date: Tue, 3 Nov 2015 11:52:08 -0800 (PST)
From emacs -Q
In *scratch*, I tried C-x 8 RET 960 RET
and got a crash:

Exception 0xc0000005 at this address:
776e74f6

Backtrace:
012d315f
012d31d0
0114b7a5
01183f9c
01183f77
01183fd0
010010f5
76fc0317
77bd344b
77b99851

In GNU Emacs 25.0.50.1 (i686-pc-mingw32)
 of 2015-10-30
Repository revision: cadfceab1aaafaf2a1fd4f7a27fe488e9a06c3ae
Windowing system distributor 'Microsoft Corp.', version 6.1.7601
Configured using:
 'configure --prefix=/c/Devel/emacs/snapshot/trunk
 --enable-checking=yes,glyphs --enable-check-lisp-object-type
 --without-compress-install --with-wide-int 'CFLAGS=-O0 -ggdb3'
 LDFLAGS=-Lc:/Devel/emacs/lib 'CPPFLAGS=-DGC_MCHECK=1
 -Ic:/Devel/emacs/include''

Configured features:
XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY ACL GNUTLS LIBXML2 ZLIB
TOOLKIT_SCROLL_BARS

Important settings:
  value of $LANG: ENU
  locale-coding-system: cp1252

Major mode: Text

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
help-fns help-mode easymenu cl-loaddefs pcase cl-lib mail-prsvr
mail-utils dired time-date mule-util tooltip eldoc electric uniquify
ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp disp-table
w32-win w32-vars term/common-win tool-bar dnd fontset image regexp-opt
fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register
page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock
font-lock syntax facemenu font-core frame cl-generic cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese charscript case-table epa-hook
jka-cmpr-hook help simple abbrev minibuffer cl-preloaded nadvice
loaddefs button faces cus-face macroexp files text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote w32notify w32 multi-tty
make-network-process emacs)

Memory information:
((conses 16 165686 43954)
 (symbols 56 19082 0)
 (miscs 48 60 86)
 (strings 16 14431 7178)
 (string-bytes 1 392066)
 (vectors 16 10700)
 (vector-slots 8 407582 6084)
 (floats 8 134 287)
 (intervals 40 30810 6777)
 (buffers 856 13))




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21822; Package emacs. (Tue, 03 Nov 2015 20:21:02 GMT) Full text and rfc822 format available.

Message #8 received at 21822 <at> debbugs.gnu.org (full text, mbox):

From: "John Wiegley" <jwiegley <at> gmail.com>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 21822 <at> debbugs.gnu.org
Subject: Re: bug#21822: 25.0.50; emacs_backtrace.txt
Date: Tue, 03 Nov 2015 15:19:51 -0500
>>>>> Drew Adams <drew.adams <at> oracle.com> writes:

> From emacs -Q
> In *scratch*, I tried C-x 8 RET 960 RET
> and got a crash:

> Exception 0xc0000005 at this address:
> 776e74f6

> Backtrace:
> 012d315f
> 012d31d0
> 0114b7a5
> 01183f9c
> 01183f77
> 01183fd0
> 010010f5
> 76fc0317
> 77bd344b
> 77b99851

Was your executable stripped?  Since you built with -O0, it should be possible
to get a meaningful backtrace.

John




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21822; Package emacs. (Tue, 03 Nov 2015 20:27:02 GMT) Full text and rfc822 format available.

Message #11 received at 21822 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: John Wiegley <jwiegley <at> gmail.com>
Cc: Juanma Barranquero <lekktu <at> gmail.com>, 21822 <at> debbugs.gnu.org
Subject: RE: bug#21822: 25.0.50; emacs_backtrace.txt
Date: Tue, 3 Nov 2015 12:26:29 -0800 (PST)
> Was your executable stripped?  Since you built with -O0, it should be
> possible to get a meaningful backtrace.

Ccing the builder, Juanma.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21822; Package emacs. (Wed, 04 Nov 2015 08:05:01 GMT) Full text and rfc822 format available.

Message #14 received at 21822 <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: John Wiegley <jwiegley <at> gmail.com>, 21822 <at> debbugs.gnu.org
Subject: Re: bug#21822: 25.0.50; emacs_backtrace.txt
Date: Wed, 4 Nov 2015 09:03:28 +0100
[Message part 1 (text/plain, inline)]
The backtrace is not very informative, in this case

?? ??:0
w32_backtrace at w32fns.c:9289
emacs_abort at w32fns.c:9321
terminate_due_to_signal at emacs.c:398
handle_fatal_signal at sysdep.c:1591
deliver_thread_signal at sysdep.c:1565
deliver_fatal_thread_signal at sysdep.c:1603
?? at cygming-crtbegin.c:?
?? ??:0
?? ??:0
?? ??:0

and I don't get a crash with that recipe using the same binary.
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21822; Package emacs. (Wed, 04 Nov 2015 15:39:02 GMT) Full text and rfc822 format available.

Message #17 received at 21822 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: jwiegley <at> gmail.com, 21822 <at> debbugs.gnu.org, drew.adams <at> oracle.com
Subject: Re: bug#21822: 25.0.50; emacs_backtrace.txt
Date: Wed, 04 Nov 2015 17:37:48 +0200
> From: Juanma Barranquero <lekktu <at> gmail.com>
> Date: Wed, 4 Nov 2015 09:03:28 +0100
> Cc: John Wiegley <jwiegley <at> gmail.com>, 21822 <at> debbugs.gnu.org
> 
> The backtrace is not very informative, in this case
> 
> ?? ??:0
> w32_backtrace at w32fns.c:9289
> emacs_abort at w32fns.c:9321
> terminate_due_to_signal at emacs.c:398
> handle_fatal_signal at sysdep.c:1591
> deliver_thread_signal at sysdep.c:1565
> deliver_fatal_thread_signal at sysdep.c:1603
> ?? at cygming-crtbegin.c:?
> ?? ??:0
> ?? ??:0
> ?? ??:0
> 
> and I don't get a crash with that recipe using the same binary.

Could be something with a font Emacs tries to use on Drew's machine.
It might be beneficial to try to find out which font is that.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21822; Package emacs. (Wed, 04 Nov 2015 16:39:02 GMT) Full text and rfc822 format available.

Message #20 received at 21822 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Eli Zaretskii <eliz <at> gnu.org>, Juanma Barranquero <lekktu <at> gmail.com>
Cc: jwiegley <at> gmail.com, 21822 <at> debbugs.gnu.org, drew.adams <at> oracle.com
Subject: RE: bug#21822: 25.0.50; emacs_backtrace.txt
Date: Wed, 4 Nov 2015 08:37:55 -0800 (PST)
> Could be something with a font Emacs tries to use on Drew's machine.
> It might be beneficial to try to find out which font is that.

With emacs -Q, (frame-parameters) tells me this wrt font stuff:

(font . "-outline-Courier New-normal-normal-normal-mono-17-*-*-*-c-*-iso8859-1")
(font-backend uniscribe gdi)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21822; Package emacs. (Wed, 04 Nov 2015 16:53:02 GMT) Full text and rfc822 format available.

Message #23 received at 21822 <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: John Wiegley <jwiegley <at> gmail.com>, Eli Zaretskii <eliz <at> gnu.org>,
 21822 <at> debbugs.gnu.org
Subject: Re: bug#21822: 25.0.50; emacs_backtrace.txt
Date: Wed, 4 Nov 2015 17:51:36 +0100
[Message part 1 (text/plain, inline)]
On Wed, Nov 4, 2015 at 5:37 PM, Drew Adams <drew.adams <at> oracle.com> wrote:

> (font . "-outline-Courier
New-normal-normal-normal-mono-17-*-*-*-c-*-iso8859-1")
> (font-backend uniscribe gdi)

But Courier New cannot display the character that you're trying to insert.
For example, after emacs -Q, doing C-x 8 <RET> 960 <RET> I get this
character:

             position: 192 of 192 (99%), column: 0
            character: ॠ (displayed as ॠ) (codepoint 2400, #o4540, #x960)
    preferred charset: unicode (Unicode (ISO10646))
code point in charset: 0x0960
               script: devanagari
               syntax: w which means: word
             category: .:Base, L:Left-to-right (strong), i:Indian
             to input: type "C-x 8 RET 960" or "C-x 8 RET DEVANAGARI LETTER
VOCALIC RR"
          buffer code: #xE0 #xA5 #xA0
            file code: not encodable by coding system iso-latin-1-dos
              display: by this font (glyph code)
    uniscribe:-outline-Nirmala
UI-normal-normal-normal-sans-13-*-*-*-p-*-iso10646-1 (#xF6)

Character code properties: customize what to show
  name: DEVANAGARI LETTER VOCALIC RR
  general-category: Lo (Letter, Other)
  decomposition: (2400) ('ॠ')

There are text properties here:
  fontified            nil
[Message part 2 (text/html, inline)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21822; Package emacs. (Wed, 04 Nov 2015 16:57:02 GMT) Full text and rfc822 format available.

Message #26 received at 21822 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: lekktu <at> gmail.com, 21822 <at> debbugs.gnu.org, drew.adams <at> oracle.com,
 jwiegley <at> gmail.com
Subject: Re: bug#21822: 25.0.50; emacs_backtrace.txt
Date: Wed, 04 Nov 2015 18:56:43 +0200
> Date: Wed, 4 Nov 2015 08:37:55 -0800 (PST)
> From: Drew Adams <drew.adams <at> oracle.com>
> Cc: drew.adams <at> oracle.com, jwiegley <at> gmail.com, 21822 <at> debbugs.gnu.org
> 
> > Could be something with a font Emacs tries to use on Drew's machine.
> > It might be beneficial to try to find out which font is that.
> 
> With emacs -Q, (frame-parameters) tells me this wrt font stuff:
> 
> (font . "-outline-Courier New-normal-normal-normal-mono-17-*-*-*-c-*-iso8859-1")
> (font-backend uniscribe gdi)

Thanks, but that's not necessarily the answer to my question.  AFAICS,
Courier New doesn't have a glyph for this character.

Do you have BabelMap installed?  If not, could you install it, and
then see which fonts cover this character on your machine?  Here, I
have the following ones:

  Arial Unicode MS
  Code2000
  FreeSans
  FreeSerif
  Lucida Sans
  Mangal

and Emacs actually chooses the last one when it displays this
character.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21822; Package emacs. (Wed, 04 Nov 2015 17:10:02 GMT) Full text and rfc822 format available.

Message #29 received at 21822 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: John Wiegley <jwiegley <at> gmail.com>, Eli Zaretskii <eliz <at> gnu.org>,
 21822 <at> debbugs.gnu.org
Subject: RE: bug#21822: 25.0.50; emacs_backtrace.txt
Date: Wed, 4 Nov 2015 09:08:46 -0800 (PST)
> (font . "-outline-Courier New-normal-normal-normal-mono-17-*-*-*-c-*-iso8859-1")
> (font-backend uniscribe gdi)

But Courier New cannot display the character that you're trying to insert. For example, after emacs -Q, doing C-x 8 <RET> 960 <RET> I get this character:

             position: 192 of 192 (99%), column: 0
            character: ॠ (displayed as ॠ) (codepoint 2400, #o4540, #x960)

OK; thanks.

I was mistakenly thinking of decimal 960 (not octal 960),
which is greek small PI.  IOW, I should have entered 3co (hex).

(Still, Emacs should not crash.)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21822; Package emacs. (Wed, 04 Nov 2015 17:12:02 GMT) Full text and rfc822 format available.

Message #32 received at 21822 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: lekktu <at> gmail.com, 21822 <at> debbugs.gnu.org, jwiegley <at> gmail.com
Subject: RE: bug#21822: 25.0.50; emacs_backtrace.txt
Date: Wed, 4 Nov 2015 09:11:00 -0800 (PST)
> Do you have BabelMap installed?  If not, could you install it, and
> then see which fonts cover this character on your machine?  Here, I
> have the following ones:
> 
>   Arial Unicode MS
>   Code2000
>   FreeSans
>   FreeSerif
>   Lucida Sans
>   Mangal
> 
> and Emacs actually chooses the last one when it displays this
> character.

Dunno what BabelMap is, or why I would want to install it.

Shouldn't it be enough to know that Emacs crashed when given
a char that it cannot show in the given font?  I didn't choose
the font - emacs -Q chose it.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21822; Package emacs. (Wed, 04 Nov 2015 17:38:02 GMT) Full text and rfc822 format available.

Message #35 received at 21822 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: lekktu <at> gmail.com, 21822 <at> debbugs.gnu.org, jwiegley <at> gmail.com
Subject: Re: bug#21822: 25.0.50; emacs_backtrace.txt
Date: Wed, 04 Nov 2015 19:36:59 +0200
> Date: Wed, 4 Nov 2015 09:11:00 -0800 (PST)
> From: Drew Adams <drew.adams <at> oracle.com>
> Cc: lekktu <at> gmail.com, jwiegley <at> gmail.com, 21822 <at> debbugs.gnu.org
> 
> > Do you have BabelMap installed?  If not, could you install it, and
> > then see which fonts cover this character on your machine?  Here, I
> > have the following ones:
> > 
> >   Arial Unicode MS
> >   Code2000
> >   FreeSans
> >   FreeSerif
> >   Lucida Sans
> >   Mangal
> > 
> > and Emacs actually chooses the last one when it displays this
> > character.
> 
> Dunno what BabelMap is

It's a nice program that can display any character you want, and also
can analyze font coverage on your system.

  http://www.babelstone.co.uk/Software/BabelMap.html

> or why I would want to install it.

It's the best way I know of to find out which fonts Emacs might have
tried to use for displaying that character.  Armed with that
knowledge, I might be able to reproduce your crash and fix it.

> Shouldn't it be enough to know that Emacs crashed when given
> a char that it cannot show in the given font?  I didn't choose
> the font - emacs -Q chose it.

The fonts Emacs choses depend on the fonts available on your system.
I cannot know which fonts you have that cover this character, and
Emacs doesn't crash for me (nor for Juanma) when we try your recipe.

Assuming you do want the reason for this crash be identified and
fixed, please help us by providing the information I asked for.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21822; Package emacs. (Wed, 04 Nov 2015 19:10:02 GMT) Full text and rfc822 format available.

Message #38 received at 21822 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Eli Zaretskii <eliz <at> gnu.org>, Drew Adams <drew.adams <at> oracle.com>
Cc: lekktu <at> gmail.com, 21822 <at> debbugs.gnu.org, jwiegley <at> gmail.com
Subject: RE: bug#21822: 25.0.50; emacs_backtrace.txt
Date: Wed, 4 Nov 2015 11:08:40 -0800 (PST)
> It's a nice program that can display any character you want, and also
> can analyze font coverage on your system.
> http://www.babelstone.co.uk/Software/BabelMap.html

Yes, I saw that.  I can't get to it from behind the company firewall, as that site is flagged as having a history of security problems.  Might try it later, outside the firewall.

> It's the best way I know of to find out which fonts Emacs might have
> tried to use for displaying that character.  Armed with that
> knowledge, I might be able to reproduce your crash and fix it.

OK.

> > Shouldn't it be enough to know that Emacs crashed when given
> > a char that it cannot show in the given font?  I didn't choose
> > the font - emacs -Q chose it.
> 
> The fonts Emacs choses depend on the fonts available on your system.
> I cannot know which fonts you have that cover this character, and
> Emacs doesn't crash for me (nor for Juanma) when we try your recipe.
> 
> Assuming you do want the reason for this crash be identified and
> fixed, please help us by providing the information I asked for.

Understood.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21822; Package emacs. (Wed, 30 Dec 2015 10:55:02 GMT) Full text and rfc822 format available.

Message #41 received at 21822 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: lekktu <at> gmail.com, Eli Zaretskii <eliz <at> gnu.org>, 21822 <at> debbugs.gnu.org,
 jwiegley <at> gmail.com
Subject: Re: bug#21822: 25.0.50; emacs_backtrace.txt
Date: Wed, 30 Dec 2015 11:53:56 +0100
Drew Adams <drew.adams <at> oracle.com> writes:

>> It's a nice program that can display any character you want, and also
>> can analyze font coverage on your system.
>> http://www.babelstone.co.uk/Software/BabelMap.html
>
> Yes, I saw that.  I can't get to it from behind the company firewall,
> as that site is flagged as having a history of security problems.
> Might try it later, outside the firewall.
>
>> It's the best way I know of to find out which fonts Emacs might have
>> tried to use for displaying that character.  Armed with that
>> knowledge, I might be able to reproduce your crash and fix it.
>
> OK.
>
>> > Shouldn't it be enough to know that Emacs crashed when given
>> > a char that it cannot show in the given font?  I didn't choose
>> > the font - emacs -Q chose it.
>> 
>> The fonts Emacs choses depend on the fonts available on your system.
>> I cannot know which fonts you have that cover this character, and
>> Emacs doesn't crash for me (nor for Juanma) when we try your recipe.
>> 
>> Assuming you do want the reason for this crash be identified and
>> fixed, please help us by providing the information I asked for.
>
> Understood.

I think this was the final message in this thread.  Did you make any
progress in identifying the font?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21822; Package emacs. (Wed, 30 Dec 2015 17:16:01 GMT) Full text and rfc822 format available.

Message #44 received at 21822 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Cc: lekktu <at> gmail.com, Eli Zaretskii <eliz <at> gnu.org>, 21822 <at> debbugs.gnu.org,
 jwiegley <at> gmail.com
Subject: RE: bug#21822: 25.0.50; emacs_backtrace.txt
Date: Wed, 30 Dec 2015 09:15:38 -0800 (PST)
> >> > Shouldn't it be enough to know that Emacs crashed when given
> >> > a char that it cannot show in the given font?  I didn't choose
> >> > the font - emacs -Q chose it.
> >>
> >> The fonts Emacs choses depend on the fonts available on your system.
> >> I cannot know which fonts you have that cover this character, and
> >> Emacs doesn't crash for me (nor for Juanma) when we try your recipe.
> >>
> >> Assuming you do want the reason for this crash be identified and
> >> fixed, please help us by providing the information I asked for.
> >
> > Understood.
> 
> I think this was the final message in this thread.  Did you make any
> progress in identifying the font?

No.  I started to download Babel but it was flagged as a high
security risk, and I decided not to install it on my company
laptop.  Sorry.

As this was from emacs -Q, perhaps someone else can reproduce it.
If not, feel free to close the bug.  Thx.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21822; Package emacs. (Wed, 30 Dec 2015 17:16:02 GMT) Full text and rfc822 format available.

Message #47 received at 21822 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: John Wiegley <jwiegley <at> gmail.com>
Cc: Juanma Barranquero <lekktu <at> gmail.com>, 21822 <at> debbugs.gnu.org
Subject: RE: bug#21822: 25.0.50; emacs_backtrace.txt
Date: Wed, 30 Dec 2015 09:15:41 -0800 (PST)
> > From emacs -Q
> > In *scratch*, I tried C-x 8 RET 960 RET and got a crash:
> 
> Was your executable stripped?  Since you built with -O0, it should be
> possible to get a meaningful backtrace.

I don't build Emacs myself.  This was a build provided by Juanma,
who has already provided whatever additional info he could about it:

  The backtrace is not very informative, in this case

  ?? ??:0
  w32_backtrace at w32fns.c:9289
  emacs_abort at w32fns.c:9321
  terminate_due_to_signal at emacs.c:398
  handle_fatal_signal at sysdep.c:1591
  deliver_thread_signal at sysdep.c:1565
  deliver_fatal_thread_signal at sysdep.c:1603
  ?? at cygming-crtbegin.c:?
  ?? ??:0
  ?? ??:0
  ?? ??:0

  and I don't get a crash with that recipe using the same binary.

IOW, Juanma could not repro the crash.  Feel free to close the bug.




bug closed, send any further explanations to 21822 <at> debbugs.gnu.org and Drew Adams <drew.adams <at> oracle.com> Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Wed, 30 Dec 2015 18:25:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 28 Jan 2016 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 206 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.