* bug#16350: 24.3.50; emacs_backtrace.txt
@ 2014-01-05 7:23 Drew Adams
2014-01-05 17:29 ` Juanma Barranquero
0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2014-01-05 7:23 UTC (permalink / raw)
To: 16350
This time the crash occurred when I hit a key (M-k) in the minibuffer,
which is a key I use commonly (its command empties the minibuffer after
the prompt).
Exception 0xc0000005 at this address:
011d7fd1
Backtrace:
011fb48b
011fb4fc
010efd02
011142d8
011142b3
0111430c
010011e6
75c9fff7
77ca74fb
77c69f41
In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
of 2014-01-01 on ODIEONE
Bzr revision: 115827 eggert@cs.ucla.edu-20140101192741-bi5hb4xb4kdi2zpw
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
`configure --prefix=/c/Devel/emacs/binary --enable-checking=yes,glyphs
'CFLAGS=-O0 -g3' LDFLAGS=-Lc:/Devel/emacs/lib
CPPFLAGS=-Ic:/Devel/emacs/include'
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#16350: 24.3.50; emacs_backtrace.txt
2014-01-05 7:23 bug#16350: 24.3.50; emacs_backtrace.txt Drew Adams
@ 2014-01-05 17:29 ` Juanma Barranquero
2014-01-05 18:00 ` Eli Zaretskii
0 siblings, 1 reply; 4+ messages in thread
From: Juanma Barranquero @ 2014-01-05 17:29 UTC (permalink / raw)
To: Drew Adams; +Cc: 16350
??
??:0
next_interval at intervals.c:720
??
??:0
??
??:0
w32_backtrace at w32fns.c:8393
emacs_abort at w32fns.c:8425
terminate_due_to_signal at emacs.c:378
handle_fatal_signal at sysdep.c:1628
deliver_thread_signal at sysdep.c:1602
deliver_fatal_thread_signal at sysdep.c:1640
?? at crt1.c:0
??
??:0
??
??:0
??
??:0
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#16350: 24.3.50; emacs_backtrace.txt
2014-01-05 17:29 ` Juanma Barranquero
@ 2014-01-05 18:00 ` Eli Zaretskii
2014-02-10 3:51 ` Lars Ingebrigtsen
0 siblings, 1 reply; 4+ messages in thread
From: Eli Zaretskii @ 2014-01-05 18:00 UTC (permalink / raw)
To: Juanma Barranquero; +Cc: 16350
> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Sun, 5 Jan 2014 18:29:10 +0100
> Cc: 16350@debbugs.gnu.org
>
> next_interval at intervals.c:720
This is here:
if (! NULL_RIGHT_CHILD (i))
{
i = i->right;
while (! NULL_LEFT_CHILD (i)) <<<<<<<<<<<<<<<<<<
i = i->left;
Which means we enter this fragment with 'i' that is non-NULL, but an
invalid pointer.
I don't see how to catch this except on a debugger.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#16350: 24.3.50; emacs_backtrace.txt
2014-01-05 18:00 ` Eli Zaretskii
@ 2014-02-10 3:51 ` Lars Ingebrigtsen
0 siblings, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-10 3:51 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: Juanma Barranquero, 16350
Eli Zaretskii <eliz@gnu.org> writes:
>> From: Juanma Barranquero <lekktu@gmail.com>
>> Date: Sun, 5 Jan 2014 18:29:10 +0100
>> Cc: 16350@debbugs.gnu.org
>>
>> next_interval at intervals.c:720
>
> This is here:
>
> if (! NULL_RIGHT_CHILD (i))
> {
> i = i->right;
> while (! NULL_LEFT_CHILD (i)) <<<<<<<<<<<<<<<<<<
> i = i->left;
>
> Which means we enter this fragment with 'i' that is non-NULL, but an
> invalid pointer.
>
> I don't see how to catch this except on a debugger.
Ok; closing.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog http://lars.ingebrigtsen.no/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-02-10 3:51 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-05 7:23 bug#16350: 24.3.50; emacs_backtrace.txt Drew Adams
2014-01-05 17:29 ` Juanma Barranquero
2014-01-05 18:00 ` Eli Zaretskii
2014-02-10 3:51 ` Lars Ingebrigtsen
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.