unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#17318: 24.4.50; emacs_backtrace.txt
@ 2014-04-23  3:02 Drew Adams
  2014-04-24 20:13 ` Juanma Barranquero
  2015-09-10 16:29 ` bug#17318: Glenn Morris
  0 siblings, 2 replies; 6+ messages in thread
From: Drew Adams @ 2014-04-23  3:02 UTC (permalink / raw)
  To: 17318



Exception 0xc0000005 at this address:
0115f769

Backtrace:
01200a23
01200a94
010f448e
01166e6e
010f00df
0118865f
0118963a
011894ed
011482c8
011484c5
01148cfb
011338b4
0113465d
0113d426
010f60e7
010f4446
01118b37
01118b12
01118b6b
010011e6
764e02ff
776274fb
775e9f41




In GNU Emacs 24.4.50.1 (i686-pc-mingw32)
 of 2014-04-21 on ODIEONE
Bzr revision: 117005 dancol@dancol.org-20140421180019-po4wdeg7gqvvlh5d
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/c/Devel/emacs/snapshot/trunk
 --enable-checking=yes,glyphs 'CFLAGS=-O0 -g3'
 LDFLAGS=-Lc:/Devel/emacs/lib 'CPPFLAGS=-DGC_MCHECK=1
 -Ic:/Devel/emacs/include''





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#17318: 24.4.50; emacs_backtrace.txt
  2014-04-23  3:02 bug#17318: 24.4.50; emacs_backtrace.txt Drew Adams
@ 2014-04-24 20:13 ` Juanma Barranquero
  2014-04-25  7:05   ` Eli Zaretskii
  2015-09-10 16:29 ` bug#17318: Glenn Morris
  1 sibling, 1 reply; 6+ messages in thread
From: Juanma Barranquero @ 2014-04-24 20:13 UTC (permalink / raw)
  To: Drew Adams; +Cc: 17318

??
??:0
mark_interval at alloc.c:1333
??
??:0
??
??:0
w32_backtrace at w32fns.c:8476
emacs_abort at w32fns.c:8508
terminate_due_to_signal at emacs.c:382
die at alloc.c:6955
make_natnum at lisp.h:729
Flength at fns.c:119
concat at fns.c:524
Fcopy_sequence at fns.c:456
compile_pattern_1 at search.c:164
compile_pattern at search.c:245
fast_string_match at search.c:478
Ffind_file_name_handler at fileio.c:372
Fexpand_file_name at fileio.c:903
Fdo_auto_save at fileio.c:5553
shut_down_emacs at emacs.c:2033
terminate_due_to_signal at emacs.c:366
handle_fatal_signal at sysdep.c:1630
deliver_thread_signal at sysdep.c:1604
deliver_fatal_thread_signal at sysdep.c:1642
?? at crt1.c:0
??
??:0
??
??:0
??
??:0





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#17318: 24.4.50; emacs_backtrace.txt
  2014-04-24 20:13 ` Juanma Barranquero
@ 2014-04-25  7:05   ` Eli Zaretskii
  2014-04-25 13:43     ` Stefan Monnier
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2014-04-25  7:05 UTC (permalink / raw)
  To: Juanma Barranquero, Stefan Monnier; +Cc: 17318

> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Thu, 24 Apr 2014 22:13:54 +0200
> Cc: 17318@debbugs.gnu.org
> 
> mark_interval at alloc.c:1333

> w32_backtrace at w32fns.c:8476
> emacs_abort at w32fns.c:8508
> terminate_due_to_signal at emacs.c:382
> die at alloc.c:6955
> make_natnum at lisp.h:729
> Flength at fns.c:119
> concat at fns.c:524
> Fcopy_sequence at fns.c:456
> compile_pattern_1 at search.c:164
> compile_pattern at search.c:245
> fast_string_match at search.c:478
> Ffind_file_name_handler at fileio.c:372
> Fexpand_file_name at fileio.c:903
> Fdo_auto_save at fileio.c:5553
> shut_down_emacs at emacs.c:2033
> terminate_due_to_signal at emacs.c:366
> handle_fatal_signal at sysdep.c:1630
> deliver_thread_signal at sysdep.c:1604
> deliver_fatal_thread_signal at sysdep.c:1642
> ?? at crt1.c:0

Looks like a new one.  The first line shows where the original crash
happened, the rest are a secondary crash when Emacs tried to shut down
itself.

Stefan, could this be related to your latest changes in intervals.c?





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#17318: 24.4.50; emacs_backtrace.txt
  2014-04-25  7:05   ` Eli Zaretskii
@ 2014-04-25 13:43     ` Stefan Monnier
  2014-04-25 14:11       ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Monnier @ 2014-04-25 13:43 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Juanma Barranquero, 17318

>> mark_interval at alloc.c:1333

>> w32_backtrace at w32fns.c:8476
>> emacs_abort at w32fns.c:8508
>> terminate_due_to_signal at emacs.c:382
>> die at alloc.c:6955
>> make_natnum at lisp.h:729
>> Flength at fns.c:119
>> concat at fns.c:524
>> Fcopy_sequence at fns.c:456
>> compile_pattern_1 at search.c:164
>> compile_pattern at search.c:245
>> fast_string_match at search.c:478
>> Ffind_file_name_handler at fileio.c:372
>> Fexpand_file_name at fileio.c:903
>> Fdo_auto_save at fileio.c:5553
>> shut_down_emacs at emacs.c:2033
>> terminate_due_to_signal at emacs.c:366
>> handle_fatal_signal at sysdep.c:1630
>> deliver_thread_signal at sysdep.c:1604
>> deliver_fatal_thread_signal at sysdep.c:1642
>> ?? at crt1.c:0

> Looks like a new one.  The first line shows where the original crash
> happened, the rest are a secondary crash when Emacs tried to shut down
> itself.

What makes you think mark_interval is where the original crash happened?

> Stefan, could this be related to your latest changes in intervals.c?

Could be, but we'd need more of the backtrace to figure out
what's happening.


        Stefan





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#17318: 24.4.50; emacs_backtrace.txt
  2014-04-25 13:43     ` Stefan Monnier
@ 2014-04-25 14:11       ` Eli Zaretskii
  0 siblings, 0 replies; 6+ messages in thread
From: Eli Zaretskii @ 2014-04-25 14:11 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: lekktu, 17318

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Cc: Juanma Barranquero <lekktu@gmail.com>,  drew.adams@oracle.com,  17318@debbugs.gnu.org
> Date: Fri, 25 Apr 2014 09:43:14 -0400
> 
> >> mark_interval at alloc.c:1333
> 
> >> w32_backtrace at w32fns.c:8476
> >> emacs_abort at w32fns.c:8508
> >> terminate_due_to_signal at emacs.c:382
> >> die at alloc.c:6955
> >> make_natnum at lisp.h:729
> >> Flength at fns.c:119
> >> concat at fns.c:524
> >> Fcopy_sequence at fns.c:456
> >> compile_pattern_1 at search.c:164
> >> compile_pattern at search.c:245
> >> fast_string_match at search.c:478
> >> Ffind_file_name_handler at fileio.c:372
> >> Fexpand_file_name at fileio.c:903
> >> Fdo_auto_save at fileio.c:5553
> >> shut_down_emacs at emacs.c:2033
> >> terminate_due_to_signal at emacs.c:366
> >> handle_fatal_signal at sysdep.c:1630
> >> deliver_thread_signal at sysdep.c:1604
> >> deliver_fatal_thread_signal at sysdep.c:1642
> >> ?? at crt1.c:0
> 
> > Looks like a new one.  The first line shows where the original crash
> > happened, the rest are a secondary crash when Emacs tried to shut down
> > itself.
> 
> What makes you think mark_interval is where the original crash happened?

Because the original backtrace reported by Drew said this:

  Exception 0xc0000005 at this address:
  0115f769

  Backtrace:
  01200a23
  01200a94
  ...

This is the exception handler installed by w32fns.c at work (see
my_exception_handler and globals_of_w32fns), and "Exception
0xc0000005" is invalid address exception (a.k.a. SIGSEGV).

> > Stefan, could this be related to your latest changes in intervals.c?
> 
> Could be, but we'd need more of the backtrace to figure out
> what's happening.

The only way to have more of the backtrace is to run Emacs under GDB
to begin with.  Without that, when Emacs hits a fatal exception like
that, one address is all you got.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#17318:
  2014-04-23  3:02 bug#17318: 24.4.50; emacs_backtrace.txt Drew Adams
  2014-04-24 20:13 ` Juanma Barranquero
@ 2015-09-10 16:29 ` Glenn Morris
  1 sibling, 0 replies; 6+ messages in thread
From: Glenn Morris @ 2015-09-10 16:29 UTC (permalink / raw)
  To: 17318-done

Nothing can be done with this information.





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-09-10 16:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-23  3:02 bug#17318: 24.4.50; emacs_backtrace.txt Drew Adams
2014-04-24 20:13 ` Juanma Barranquero
2014-04-25  7:05   ` Eli Zaretskii
2014-04-25 13:43     ` Stefan Monnier
2014-04-25 14:11       ` Eli Zaretskii
2015-09-10 16:29 ` bug#17318: Glenn Morris

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).