* bug#13063: 24.3.50; emacs_backtrace.txt
@ 2012-12-02 21:06 Drew Adams
2012-12-02 21:27 ` Eli Zaretskii
0 siblings, 1 reply; 4+ messages in thread
From: Drew Adams @ 2012-12-02 21:06 UTC (permalink / raw)
To: 13063
Backtrace:
0x0115459C
0x0115460E
0x01001459
0x01021B9F
0x0114A15C
0x7E418730
0x7E418812
0x7E4189C9
0x7E418A0C
0x01148784
0x01148A23
0x7C80B725
In GNU Emacs 24.3.50.1 (i386-mingw-nt5.1.2600)
of 2012-11-19 on MS-W7-DANI
Bzr revision: 110950 monnier@iro.umontreal.ca-20121119182725-5p6w4wjimm7epggr
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
`configure --with-gcc (4.7) --no-opt --enable-checking --cflags
-Ic:/emacs/libs/libXpm-3.5.10/include -Ic:/emacs/libs/libXpm-3.5.10/src
-Ic:/emacs/libs/libpng-1.2.37-lib/include -Ic:/emacs/libs/zlib-1.2.5
-Ic:/emacs/libs/giflib-4.1.4-1-lib/include
-Ic:/emacs/libs/jpeg-6b-4-lib/include
-Ic:/emacs/libs/tiff-3.8.2-1-lib/include
-Ic:/emacs/libs/libxml2-2.7.8-w32-bin/include/libxml2
-Ic:/emacs/libs/gnutls-3.0.9-w32-bin/include
-Ic:/emacs/libs/libiconv-1.9.2-1-lib/include'
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#13063: 24.3.50; emacs_backtrace.txt
2012-12-02 21:06 bug#13063: 24.3.50; emacs_backtrace.txt Drew Adams
@ 2012-12-02 21:27 ` Eli Zaretskii
2012-12-02 21:34 ` Drew Adams
2013-02-23 1:14 ` Glenn Morris
0 siblings, 2 replies; 4+ messages in thread
From: Eli Zaretskii @ 2012-12-02 21:27 UTC (permalink / raw)
To: Drew Adams; +Cc: 13063
> From: "Drew Adams" <drew.adams@oracle.com>
> Date: Sun, 2 Dec 2012 13:06:34 -0800
>
>
> Backtrace:
> 0x0115459C
> 0x0115460E
> 0x01001459
> 0x01021B9F
> 0x0114A15C
> 0x7E418730
> 0x7E418812
> 0x7E4189C9
> 0x7E418A0C
> 0x01148784
> 0x01148A23
> 0x7C80B725
Doesn't make any sense:
w32_backtrace at C:\emacs\trunk\src/w32fns.c:7735
emacs_abort at C:\emacs\trunk\src/w32fns.c:7767
terminate_due_to_signal at C:\emacs\trunk\src/emacs.c:341
die at C:\emacs\trunk\src/alloc.c:6491
w32_wnd_proc at C:\emacs\trunk\src/w32fns.c:3165
case WM_IME_STARTCOMPOSITION:
if (!set_ime_composition_window_fn)
goto dflt;
else
{
COMPOSITIONFORM form;
HIMC context;
struct window *w;
f = x_window_to_frame (dpyinfo, hwnd);
w = XWINDOW (FRAME_SELECTED_WINDOW (f));
form.dwStyle = CFS_RECT;
form.ptCurrentPos.x = w32_system_caret_x;
form.ptCurrentPos.y = w32_system_caret_y;
form.rcArea.left = WINDOW_TEXT_TO_FRAME_PIXEL_X (w, 0);
form.rcArea.top = (WINDOW_TOP_EDGE_Y (w)
+ WINDOW_HEADER_LINE_HEIGHT (w)); <<<<<<<<<<<
form.rcArea.right = (WINDOW_BOX_RIGHT_EDGE_X (w)
- WINDOW_RIGHT_MARGIN_WIDTH (w)
- WINDOW_RIGHT_FRINGE_WIDTH (w));
form.rcArea.bottom = (WINDOW_BOTTOM_EDGE_Y (w)
- WINDOW_MODE_LINE_HEIGHT (w));
Did you invoke some Windows input method, by any chance?
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#13063: 24.3.50; emacs_backtrace.txt
2012-12-02 21:27 ` Eli Zaretskii
@ 2012-12-02 21:34 ` Drew Adams
2013-02-23 1:14 ` Glenn Morris
1 sibling, 0 replies; 4+ messages in thread
From: Drew Adams @ 2012-12-02 21:34 UTC (permalink / raw)
To: 'Eli Zaretskii'; +Cc: 13063
> Doesn't make any sense:
> Did you invoke some Windows input method, by any chance?
Nope.
One thing I can tell you, in case it helps: I got two of the fatal dialog boxes,
one on top of the other. I have never before seen that. When I clicked No in
that top dialog box they both went away, along with Emacs. HTH.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#13063: 24.3.50; emacs_backtrace.txt
2012-12-02 21:27 ` Eli Zaretskii
2012-12-02 21:34 ` Drew Adams
@ 2013-02-23 1:14 ` Glenn Morris
1 sibling, 0 replies; 4+ messages in thread
From: Glenn Morris @ 2013-02-23 1:14 UTC (permalink / raw)
To: 13063-done
Eli Zaretskii wrote:
> Doesn't make any sense:
>
> w32_backtrace at C:\emacs\trunk\src/w32fns.c:7735
> emacs_abort at C:\emacs\trunk\src/w32fns.c:7767
> terminate_due_to_signal at C:\emacs\trunk\src/emacs.c:341
> die at C:\emacs\trunk\src/alloc.c:6491
> w32_wnd_proc at C:\emacs\trunk\src/w32fns.c:3165
Closing because nothing can be done with this.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-02-23 1:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-02 21:06 bug#13063: 24.3.50; emacs_backtrace.txt Drew Adams
2012-12-02 21:27 ` Eli Zaretskii
2012-12-02 21:34 ` Drew Adams
2013-02-23 1:14 ` 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).