all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#16563: 24.3.50; emacs_backtrace.txt
@ 2014-01-26 21:53 Drew Adams
  2014-01-26 22:25 ` Juanma Barranquero
  0 siblings, 1 reply; 3+ messages in thread
From: Drew Adams @ 2014-01-26 21:53 UTC (permalink / raw)
  To: 16563


This might be the same as #16556 - the backtrace starts out the same, at
least.  I don't recall just what I was doing when the crash occurred,
but I think it was just hitting RET on a file name for (my version of)
find-file.

One thing I did notice was that I got two Windows 7 fatal error boxes,
one on top of the other. And when I clicked yes to the first then both
disappeared and the second choice box was presented.  Why I got two
boxes to start with, I don't know.


Backtrace:
011fb67f
011fb6f0
010ff10e
010ff126
01211f2a
01211f44
0101410e
0101465a
01180079
011c0afc
01180bf9
01180554
0117ef32
0117ce2e
011c1a3c
01180bf9
0118028f
011c0afc
01180bf9
0118028f
011c0afc
01180bf9
0118028f
0117fab5
01177eb2
011800a8
011c0afc
01180835
0118028f
0117fb3e
010f4295
0117cf39
010f38e6
0117c4e6
010f384d
010f3034
0112ba6f
0112c2b8
011801e2
011c0afc
01180bf9
0118028f
011c0afc
01180bf9
0118028f
011c0afc
011bff4c
0117ed19
0117c4e6
011c16e5
01180bf9
01180554
0117ef32
0117a84c
0117ea29
0117c73a
0117ea29
0117a84c
0117bfe4
0117ea29
0117a84c
0117bfe4
...




In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
 of 2014-01-23 on ODIEONE
Bzr revision: 116129 monnier@iro.umontreal.ca-20140123150141-qopqqhpm8jqo8a18
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] 3+ messages in thread

* bug#16563: 24.3.50; emacs_backtrace.txt
  2014-01-26 21:53 bug#16563: 24.3.50; emacs_backtrace.txt Drew Adams
@ 2014-01-26 22:25 ` Juanma Barranquero
  2014-01-27 16:06   ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Juanma Barranquero @ 2014-01-26 22:25 UTC (permalink / raw)
  To: Drew Adams; +Cc: 16563

??
??:0
w32_backtrace at w32fns.c:8385
emacs_abort at w32fns.c:8417
unblock_input_to at keyboard.c:7110
unblock_input at keyboard.c:7121
x_free_frame_resources at w32term.c:6023
x_destroy_window at w32term.c:6033
delete_frame at frame.c:1378
Fdelete_frame at frame.c:1510
Ffuncall at eval.c:2809
exec_byte_code at bytecode.c:919
funcall_lambda at eval.c:3040
apply_lambda at eval.c:2915
eval_sub at eval.c:2221
internal_lisp_condition_case at eval.c:1314
exec_byte_code at bytecode.c:1169
funcall_lambda at eval.c:3040
Ffuncall at eval.c:2855
exec_byte_code at bytecode.c:919
funcall_lambda at eval.c:3040
Ffuncall at eval.c:2855
exec_byte_code at bytecode.c:919
funcall_lambda at eval.c:3040
Ffuncall at eval.c:2855
apply1 at eval.c:2572
Fcall_interactively at callint.c:378
Ffuncall at eval.c:2813
exec_byte_code at bytecode.c:919
funcall_lambda at eval.c:2974
Ffuncall at eval.c:2855
call1 at eval.c:2605
command_loop_1 at keyboard.c:1552
internal_condition_case at eval.c:1345
command_loop_2 at keyboard.c:1170
internal_catch at eval.c:1109
command_loop at keyboard.c:1141
recursive_edit_1 at keyboard.c:777
read_minibuf at minibuf.c:664
Fread_from_minibuffer at minibuf.c:954
Ffuncall at eval.c:2832
exec_byte_code at bytecode.c:919
funcall_lambda at eval.c:3040
Ffuncall at eval.c:2855
exec_byte_code at bytecode.c:919
funcall_lambda at eval.c:3040
Ffuncall at eval.c:2855
exec_byte_code at bytecode.c:919
Fbyte_code at bytecode.c:482
eval_sub at eval.c:2182
internal_catch at eval.c:1109
exec_byte_code at bytecode.c:1100
funcall_lambda at eval.c:3040
apply_lambda at eval.c:2915
eval_sub at eval.c:2221
Fprogn at eval.c:459
eval_sub at eval.c:2124
Funwind_protect at eval.c:1206
eval_sub at eval.c:2124
Fprogn at eval.c:459
Flet at eval.c:967
eval_sub at eval.c:2124
Fprogn at eval.c:459
Flet at eval.c:967
??
??:0





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

* bug#16563: 24.3.50; emacs_backtrace.txt
  2014-01-26 22:25 ` Juanma Barranquero
@ 2014-01-27 16:06   ` Eli Zaretskii
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2014-01-27 16:06 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: 16563

> From: Juanma Barranquero <lekktu@gmail.com>
> Date: Sun, 26 Jan 2014 23:25:17 +0100
> Cc: 16563@debbugs.gnu.org
> 
> w32_backtrace at w32fns.c:8385
> emacs_abort at w32fns.c:8417
> unblock_input_to at keyboard.c:7110
> unblock_input at keyboard.c:7121
> x_free_frame_resources at w32term.c:6023
> x_destroy_window at w32term.c:6033
> delete_frame at frame.c:1378
> Fdelete_frame at frame.c:1510

Seems to be a duplicate of 14631.





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

end of thread, other threads:[~2014-01-27 16:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-26 21:53 bug#16563: 24.3.50; emacs_backtrace.txt Drew Adams
2014-01-26 22:25 ` Juanma Barranquero
2014-01-27 16:06   ` Eli Zaretskii

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.