* bug#17962: 24.4.50; emacs_backtrace.txt
@ 2014-07-06 23:30 Drew Adams
2014-07-06 23:44 ` Drew Adams
2014-07-12 10:30 ` Eli Zaretskii
0 siblings, 2 replies; 3+ messages in thread
From: Drew Adams @ 2014-07-06 23:30 UTC (permalink / raw)
To: 17962
Exception 0xc0000005 at this address:
0105edbd
Backtrace:
01201baf
01201c20
010f4223
01118a2e
01118a09
01118a62
010011e6
764502ff
774374fb
773f9f41
At the time, I was in the debugger, and I hit d when the sexp to be
evaluated was (erase-buffer). Dunno whether that helps.
In GNU Emacs 24.4.50.1 (i686-pc-mingw32)
of 2014-06-28 on ODIEONE
Bzr revision: 117431 rgm@gnu.org-20140628015517-eku6hj8mpgcvfnso
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
`configure --prefix=/c/Devel/emacs/snapshot/trunk
--enable-checking=yes,glyphs 'CFLAGS=-O0 -g3'
LDFLAGS=-Lc:/Devel/emacs/lib 'CPPFLAGS=-DGC_MCHECK=1
-Ic:/Devel/emacs/include''
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#17962: 24.4.50; emacs_backtrace.txt
2014-07-06 23:30 bug#17962: 24.4.50; emacs_backtrace.txt Drew Adams
@ 2014-07-06 23:44 ` Drew Adams
2014-07-12 10:30 ` Eli Zaretskii
1 sibling, 0 replies; 3+ messages in thread
From: Drew Adams @ 2014-07-06 23:44 UTC (permalink / raw)
To: 17962
[-- Attachment #1: Type: text/plain, Size: 318 bytes --]
It seems to be systematic, but there is far too much to constitute a
recipe. This time I was able to take a screenshot of *Backtrace*
(attached), just in case it helps. I guess the `erase-buffer' returned
before the crash. Anyway, the last thing I did before the crash was
hit `d' to evaluate the (erase-buffer).
[-- Attachment #2: throw-emacs-bug-17962.png --]
[-- Type: image/png, Size: 33282 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#17962: 24.4.50; emacs_backtrace.txt
2014-07-06 23:30 bug#17962: 24.4.50; emacs_backtrace.txt Drew Adams
2014-07-06 23:44 ` Drew Adams
@ 2014-07-12 10:30 ` Eli Zaretskii
1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2014-07-12 10:30 UTC (permalink / raw)
To: Drew Adams; +Cc: 17962
> Date: Sun, 6 Jul 2014 16:30:29 -0700 (PDT)
> From: Drew Adams <drew.adams@oracle.com>
>
> Exception 0xc0000005 at this address:
> 0105edbd
>
> Backtrace:
> 01201baf
> 01201c20
> 010f4223
> 01118a2e
> 01118a09
> 01118a62
> 010011e6
> 764502ff
> 774374fb
> 773f9f41
>
> At the time, I was in the debugger, and I hit d when the sexp to be
> evaluated was (erase-buffer). Dunno whether that helps.
This happens in display_line in the line marked below:
row->truncated_on_right_p = 1;
it->continuation_lines_width = 0;
reseat_at_next_visible_line_start (it, 0);
row->ends_at_zv_p = FETCH_BYTE (IT_BYTEPOS (*it) - 1) != '\n'; <<<<<<
break;
}
A SIGSEGV there doesn't make much sense, but I added something in
emacs-24 revision 117374 to plumb the only possibility I could think
of.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-07-12 10:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-06 23:30 bug#17962: 24.4.50; emacs_backtrace.txt Drew Adams
2014-07-06 23:44 ` Drew Adams
2014-07-12 10:30 ` 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.