GNU bug report logs -
#11384
24.0.96; crash in XXXXXX
Previous Next
Reported by: "Drew Adams" <drew.adams <at> oracle.com>
Date: Mon, 30 Apr 2012 16:56:01 UTC
Severity: normal
Tags: moreinfo, unreproducible
Found in version 24.0.96
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 11384 in the body.
You can then email your comments to 11384 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#11384
; Package
emacs
.
(Mon, 30 Apr 2012 16:56: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
.
(Mon, 30 Apr 2012 16:56:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hope this helps. I moved to frames 1 through 5 and printed the
selected_window and xtype.
As I stated in bug #11291, I've been getting a lot of crashes lately.
(And I've heard from others saying the same thing.) This is with the
latest pretest build.
$ ./gdb -p 5284
GNU gdb (GDB) 7.2
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "mingw32".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Attaching to process 5284
[New Thread 5284.0x14a8]
[New Thread 5284.0x12a8]
[New Thread 5284.0x114]
Reading symbols from C:\Emacs-24-Pretest5-2012-04-28\bin\emacs.exe...done.
[Switching to Thread 5284.0x114]
Warning: c:\drews-lisp-20\bin/../lwlib: No such file or directory.
SIGINT is used by the debugger.
Are you sure you want to change it? (y or n) [answered Y; input not from
terminal]
Environment variable "DISPLAY" not defined.
TERM = cygwin
.gdbinit:1328: Error in sourced command file:
No symbol "Vsystem_type" in current context.
(gdb) c
Continuing.
Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 5284.0x12a8]
0x7c90120f in ntdll!DbgUiConnectToDbg () from C:\WINDOWS\system32\ntdll.dll
(gdb) bt
#0 0x7c90120f in ntdll!DbgUiConnectToDbg () from C:\WINDOWS\system32\ntdll.dll
#1 0x0114f346 in w32_abort () at w32fns.c:7210
#2 0x01042217 in die (msg=0x1543c88 "assertion failed: BUFFERP
(((w))->buffer)",
file=0x1542ad9 "w32fns.c", line=3004) at alloc.c:6339
#3 0x0114566e in w32_wnd_proc (hwnd=0x1b0b32, msg=269, wParam=0, lParam=0)
at w32fns.c:3004
#4 0x7e418734 in USER32!GetDC () from C:\WINDOWS\system32\user32.dll
#5 0x001b0b32 in ?? ()
#6 0x0000010d in ?? ()
#7 0x00000000 in ?? ()
Lisp Backtrace:
"x-create-frame" (0x83d474)
"x-create-frame-with-faces" (0x83d764)
"make-frame" (0x83d9c0)
0x34853ce Lisp type 6
"display-buffer-pop-up-frame" (0x83df74)
"display-buffer--maybe-pop-up-frame-or-window" (0x83e264)
"display-buffer" (0x83e564)
"pop-to-buffer" (0x83e854)
"switch-to-buffer-other-window" (0x83eb44)
"find-file-other-window" (0x83ee44)
0x4451745 There is no member named size.
(gdb) frame 3
#3 0x0114566e in w32_wnd_proc (hwnd=0x1b0b32, msg=269, wParam=0, lParam=0)
at w32fns.c:3004
3004 w32fns.c: No such file or directory.
in w32fns.c
(gdb) p selected_window
$1 = 69005317
(gdb) xtype
Lisp_Vectorlike
There is no member named size.
(gdb) frame 2
#2 0x01042217 in die (msg=0x1543c88 "assertion failed: BUFFERP
(((w))->buffer)",
file=0x1542ad9 "w32fns.c", line=3004) at alloc.c:6339
6339 alloc.c: No such file or directory.
in alloc.c
(gdb) p selected_window
$2 = 69005317
(gdb) xtype
Lisp_Vectorlike
There is no member named size.
(gdb) frame 4
#4 0x7e418734 in USER32!GetDC () from C:\WINDOWS\system32\user32.dll
(gdb) p selected_window
$3 = 69005317
(gdb) xtype
Lisp_Vectorlike
There is no member named size.
(gdb) frame 1
#1 0x0114f346 in w32_abort () at w32fns.c:7210
7210 w32fns.c: No such file or directory.
in w32fns.c
(gdb) p selected_window
$4 = 69005317
(gdb) xtype
Lisp_Vectorlike
There is no member named size.
(gdb) frame 5
#5 0x001b0b32 in ?? ()
(gdb) p selected_window
$5 = 69005317
(gdb) xtype
Lisp_Vectorlike
There is no member named size.
(gdb)
In GNU Emacs 24.0.96.1 (i386-mingw-nt5.1.2600)
of 2012-04-28 on MARVIN
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
`configure --with-gcc (4.6) --no-opt --enable-checking --cflags
-ID:/devel/emacs/libs/libXpm-3.5.8/include
-ID:/devel/emacs/libs/libXpm-3.5.8/src
-ID:/devel/emacs/libs/libpng-dev_1.4.3-1/include
-ID:/devel/emacs/libs/zlib-dev_1.2.5-2/include
-ID:/devel/emacs/libs/giflib-4.1.4-1/include
-ID:/devel/emacs/libs/jpeg-6b-4/include
-ID:/devel/emacs/libs/tiff-3.8.2-1/include
-ID:/devel/emacs/libs/gnutls-3.0.9/include'
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#11384
; Package
emacs
.
(Mon, 30 Apr 2012 17:14:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 11384 <at> debbugs.gnu.org (full text, mbox):
> From: "Drew Adams" <drew.adams <at> oracle.com>
> Date: Mon, 30 Apr 2012 09:53:49 -0700
>
> Hope this helps. I moved to frames 1 through 5 and printed the
> selected_window and xtype.
For this crash, what is needed is
(gdb) frame 3
(gdb) p w->buffer
(gdb) xtype
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#11384
; Package
emacs
.
(Mon, 30 Apr 2012 17:48:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 11384 <at> debbugs.gnu.org (full text, mbox):
> For this crash, what is needed is
> (gdb) frame 3
> (gdb) p w->buffer
> (gdb) xtype
Thanks. I'll keep that in mind the next time I get such a crash.
Added tag(s) unreproducible and moreinfo.
Request was from
Chong Yidong <cyd <at> gnu.org>
to
control <at> debbugs.gnu.org
.
(Tue, 01 May 2012 06:41:01 GMT)
Full text and
rfc822 format available.
Reply sent
to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
(Wed, 13 Feb 2013 02:33:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Drew Adams" <drew.adams <at> oracle.com>
:
bug acknowledged by developer.
(Wed, 13 Feb 2013 02:33:01 GMT)
Full text and
rfc822 format available.
Message #18 received at 11384-done <at> debbugs.gnu.org (full text, mbox):
Not enough information to do anything with this.
For non-reproducible crashes, gdb sessions really need to be live.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 13 Mar 2013 11:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 12 years and 103 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.