bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8778: 23.3; another crash, GDB info


From: Eli Zaretskii
Subject: bug#8778: 23.3; another crash, GDB info
Date: Wed, 01 Jun 2011 22:38:32 +0300

> From: "Drew Adams" <drew.adams@oracle.com>
> Date: Tue, 31 May 2011 15:27:24 -0700
> 
> #1  0x0114cfc4 in w32_abort () at w32fns.c:7198
> #2  0x01040f2a in die (msg=0x151f5e8 "assertion failed: 
> BUFFERP(((w))->buffer)",
>     file=0x151e449 "w32fns.c", line=2991) at alloc.c:6118
> #3  0x0114328c in w32_wnd_proc (hwnd=0x14c079c, msg=269, wParam=0, lParam=0)
>     at w32fns.c:2991
> #4  0x7e418734 in USER32!GetDC () from C:\WINDOWS\system32\user32.dll
> #5  0x014c079c in pure ()
> #6  0x0000010d in ?? ()
> #7  0x00000000 in ?? ()
> (gdb) frame 2
> #2  0x01040f2a in die (msg=0x151f5e8 "assertion failed: 
> BUFFERP(((w))->buffer)",
>     file=0x151e449 "w32fns.c", line=2991) at alloc.c:6118
> 6118    alloc.c: No such file or directory.
>         in alloc.c
> (gdb) p w
> No symbol "w" in current context.
> (gdb) p ((w))->buffer
> No symbol "w" in current context.

You should do this in frame #3, not #2.

Also, what is the value of the variable `msg' in that frame?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]