GNU bug report logs - #22226
25.1.50; emacs_backtrace.txt

Previous Next

Package: emacs;

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

Date: Wed, 23 Dec 2015 06:16:02 UTC

Severity: normal

Tags: moreinfo

Found in version 25.1.50

Done: Glenn Morris <rgm <at> gnu.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 22226 in the body.
You can then email your comments to 22226 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#22226; Package emacs. (Wed, 23 Dec 2015 06:16:02 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. (Wed, 23 Dec 2015 06:16: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
Cc: Juanma Barranquero <lekktu <at> gmail.com>
Subject: 25.1.50; emacs_backtrace.txt
Date: Tue, 22 Dec 2015 22:15:26 -0800 (PST)
This was from emacs -Q, and it is reproducible.  I did this:

1. M-x describe-categories
2. C-x 0 ; to remove the other, *scratch*, window.
3. M-> ; to go to eob.
4. M-v ; to go up one screenful.
5. M-v ; to go up another screenful.

Step 5 gave me the standard crash dialog box.

Exception 0xc0000005 at this address:
77417786

Backtrace:
0122fe81
0122fef2
01101c54
76f50317
77e0344b
77dc9851

In GNU Emacs 25.1.50.1 (i686-pc-mingw32)
 of 2015-12-04
Bzr revision: ffefb6e899fbcdcbd79cb34292d57b7bc3043fcc
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/c/Devel/emacs/snapshot/trunk --enable-checking=yes
 --enable-check-lisp-object-type --without-compress-install 'CFLAGS=-Og
 -ggdb3' LDFLAGS=-Lc:/Devel/emacs/lib 'CPPFLAGS=-DGC_MCHECK=1
 -Ic:/Devel/emacs/include''




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22226; Package emacs. (Thu, 24 Dec 2015 19:23:01 GMT) Full text and rfc822 format available.

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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 22226 <at> debbugs.gnu.org, lekktu <at> gmail.com
Subject: Re: bug#22226: 25.1.50; emacs_backtrace.txt
Date: Thu, 24 Dec 2015 21:22:51 +0200
> Date: Tue, 22 Dec 2015 22:15:26 -0800 (PST)
> From: Drew Adams <drew.adams <at> oracle.com>
> Cc: Juanma Barranquero <lekktu <at> gmail.com>
> 
> This was from emacs -Q, and it is reproducible.  I did this:
> 
> 1. M-x describe-categories
> 2. C-x 0 ; to remove the other, *scratch*, window.
> 3. M-> ; to go to eob.
> 4. M-v ; to go up one screenful.
> 5. M-v ; to go up another screenful.
> 
> Step 5 gave me the standard crash dialog box.

Doesn't happen here.

> Exception 0xc0000005 at this address:
> 77417786
> 
> Backtrace:
> 0122fe81
> 0122fef2
> 01101c54
> 76f50317
> 77e0344b
> 77dc9851

Juanma, can you please post the translation of this to file names,
function names, and line numbers?  Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22226; Package emacs. (Thu, 24 Dec 2015 19:51:01 GMT) Full text and rfc822 format available.

Message #11 received at 22226 <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: 22226 <at> debbugs.gnu.org, lekktu <at> gmail.com
Subject: RE: bug#22226: 25.1.50; emacs_backtrace.txt
Date: Thu, 24 Dec 2015 11:50:40 -0800 (PST)
> Doesn't happen here.

OK, Great. Perhaps a more recent build will have the fix.
With this build it is 100% reproducible (from `emacs -Q'), for me.

If it were not reproducible from `emacs -Q' I would not have sent
it, because the address starts with a "7", and I understand that
that means that the backtrace, at least, will be useless to you.

> > Exception 0xc0000005 at this address:
> > 77417786
 
> Juanma, can you please post the translation of this to file names,
> function names, and line numbers?  Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22226; Package emacs. (Sat, 30 Apr 2016 22:39:01 GMT) Full text and rfc822 format available.

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

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 22226 <at> debbugs.gnu.org, Drew Adams <drew.adams <at> oracle.com>, lekktu <at> gmail.com
Subject: Re: bug#22226: 25.1.50; emacs_backtrace.txt
Date: Sun, 01 May 2016 00:38:48 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

>> Date: Tue, 22 Dec 2015 22:15:26 -0800 (PST)
>> From: Drew Adams <drew.adams <at> oracle.com>
>> Cc: Juanma Barranquero <lekktu <at> gmail.com>
>> 
>> This was from emacs -Q, and it is reproducible.  I did this:
>> 
>> 1. M-x describe-categories
>> 2. C-x 0 ; to remove the other, *scratch*, window.
>> 3. M-> ; to go to eob.
>> 4. M-v ; to go up one screenful.
>> 5. M-v ; to go up another screenful.
>> 
>> Step 5 gave me the standard crash dialog box.
>
> Doesn't happen here.
>
>> Exception 0xc0000005 at this address:
>> 77417786
>> 
>> Backtrace:
>> 0122fe81
>> 0122fef2
>> 01101c54
>> 76f50317
>> 77e0344b
>> 77dc9851
>
> Juanma, can you please post the translation of this to file names,
> function names, and line numbers?  Thanks.

Nothing more happened here, apparently?  Or another debbugs glitch?

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




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#22226; Package emacs. (Sun, 01 May 2016 01:32:01 GMT) Full text and rfc822 format available.

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

From: Drew Adams <drew.adams <at> oracle.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>, Eli Zaretskii <eliz <at> gnu.org>
Cc: 22226 <at> debbugs.gnu.org, lekktu <at> gmail.com
Subject: RE: bug#22226: 25.1.50; emacs_backtrace.txt
Date: Sat, 30 Apr 2016 17:30:56 -0800 (GMT-08:00)
> > Juanma, can you please post the translation of this to file names,
> > function names, and line numbers?  Thanks.
> 
> Nothing more happened here, apparently?  Or another debbugs glitch?

Dunno.  I think Juanma has been inactive wrt Emacs for a while now,
but he popped up again a while ago for a brief period.

My guess is that once again the info provided by the backtrace is
not helpful - just a guess, based on being told that for many other
backtraces...




Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Sun, 05 Jun 2016 17:49:02 GMT) Full text and rfc822 format available.

Notification sent to Drew Adams <drew.adams <at> oracle.com>:
bug acknowledged by developer. (Sun, 05 Jun 2016 17:49:03 GMT) Full text and rfc822 format available.

Message #22 received at 22226-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: <22226-done <at> debbugs.gnu.org>
Subject: Re: bug#22226
Date: Sun, 05 Jun 2016 13:47:53 -0400
Nothing can be done with this information.




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

This bug report was last modified 8 years and 353 days ago.

Previous Next


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