GNU bug report logs -
#6919
Random crashes during garbage collection
Previous Next
Reported by: Juanma Barranquero <lekktu <at> gmail.com>
Date: Thu, 26 Aug 2010 12:57:02 UTC
Severity: normal
Found in version 24.0.50
Done: Juanma Barranquero <lekktu <at> gmail.com>
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 6919 in the body.
You can then email your comments to 6919 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#6919
; Package
emacs,w32
.
(Thu, 26 Aug 2010 12:57:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Juanma Barranquero <lekktu <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Thu, 26 Aug 2010 12:57:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Version: 24.0.50
Package: emacs,w32
This is a compilation of the trunk, configured with --no-opt, on
Windows, built with the Twilight Dragon Media release of MinGW:
C:\...\src> gcc.exe --version
gcc.exe (TDM-2 mingw32) 4.4.1-dw2
I update from the trunk, recompile with
cd lisp
make update-subdirs
make cvs-update
make install
and I get random crashes during garbage collection (two examples
follow). It has not happened so far with an optimized build from the
same sources.
I cannot repeat the crash at will, so this is just for informational purposes.
Juanma
Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 2140.0xc7c]
0x762322a2 in KERNELBASE!DeleteAce () from C:\Windows\syswow64\KernelBase.dll
(gdb) bt
#0 0x762322a2 in KERNELBASE!DeleteAce () from
C:\Windows\syswow64\KernelBase.dll
#1 0x0131eae3 in w32_abort () at w32fns.c:7237
#2 0x012cad19 in relinquish () at ralloc.c:343
#3 0x012cb8c9 in r_alloc_sbrk (size=-372736) at ralloc.c:885
#4 0x011035b3 in _free_internal_nolock (ptr=0x34e2000) at gmalloc.c:1261
#5 0x0110393d in _free_internal (ptr=0x34e2000) at gmalloc.c:1354
#6 0x0110396b in e_free (ptr=0x34e2000) at gmalloc.c:1369
#7 0x01041c2f in emacs_blocked_free (ptr=0x34e2000, ptr2=0x33edd00)
at alloc.c:1178
#8 0x0110395e in e_free (ptr=0x34e2000) at gmalloc.c:1367
#9 0x0104162c in lisp_free (block=0x34e2000) at alloc.c:865
#10 0x0104285c in compact_small_strings () at alloc.c:2218
#11 0x01042677 in sweep_strings () at alloc.c:2098
#12 0x01049594 in gc_sweep () at alloc.c:5703
#13 0x01047885 in Fgarbage_collect () at alloc.c:5060
[...etc...]
Lisp Backtrace:
"require" (0x88a654)
"read-kbd-macro" (0x88add4)
0x1344f5d PVEC_COMPILED
0x133848d PVEC_SUBR
"macroexpand" (0x88b4c8)
"byte-optimize-form-code-walker" (0x88b784)
"byte-optimize-form" (0x88ba4c)
"mapcar" (0x88bbe4)
"byte-optimize-form-code-walker" (0x88bea4)
"byte-optimize-form" (0x88c164)
"byte-optimize-body" (0x88c424)
"byte-optimize-form-code-walker" (0x88c6e4)
"byte-optimize-form" (0x88c9ac)
"byte-optimize-form-code-walker" (0x88cc64)
"byte-optimize-form" (0x88cf24)
"byte-optimize-form-code-walker" (0x88d1e4)
"byte-optimize-form" (0x88d4a4)
"byte-compile-top-level" (0x88d764)
"byte-compile-lambda" (0x88da24)
"byte-compile-file-form-defmumble" (0x88dce4)
"byte-compile-file-form-defun" (0x88df94)
"byte-compile-file-form" (0x88e244)
0x2f3b705 PVEC_COMPILED
"funcall" (0x88e500)
"byte-compile-from-buffer" (0x88e994)
"byte-compile-file" (0x88ebb0)
"batch-byte-compile-file" (0x88f094)
"batch-byte-compile" (0x88f354)
"command-line-1" (0x88f624)
"command-line" (0x88f8e4)
"normal-top-level" (0x88fb00)
(gdb)
Program received signal SIGTRAP, Trace/breakpoint trap.
[Switching to Thread 2852.0x428]
0x762322a2 in KERNELBASE!DeleteAce () from C:\Windows\syswow64\KernelBase.dll
(gdb) bt
#0 0x762322a2 in KERNELBASE!DeleteAce () from
C:\Windows\syswow64\KernelBase.dll
#1 0x0131eae3 in w32_abort () at w32fns.c:7237
#2 0x012cad19 in relinquish () at ralloc.c:343
#3 0x012cb8c9 in r_alloc_sbrk (size=-450560) at ralloc.c:885
#4 0x011035b3 in _free_internal_nolock (ptr=0x348e000) at gmalloc.c:1261
#5 0x0110393d in _free_internal (ptr=0x348e000) at gmalloc.c:1354
#6 0x0110396b in e_free (ptr=0x348e000) at gmalloc.c:1369
#7 0x01041c2f in emacs_blocked_free (ptr=0x348e000, ptr2=0x2edcc08)
at alloc.c:1178
#8 0x0110395e in e_free (ptr=0x348e000) at gmalloc.c:1367
#9 0x0104162c in lisp_free (block=0x348e000) at alloc.c:865
#10 0x01049f84 in gc_sweep () at alloc.c:6042
#11 0x01047885 in Fgarbage_collect () at alloc.c:5060
[...etc...]
Lisp Backtrace:
"eval-buffer" (0x88e104)
"load-with-code-conversion" (0x88e3d0)
"load" (0x88ea14)
"byte-code" (0x88ec24)
"load" (0x88f354)
"command-line-1" (0x88f624)
"command-line" (0x88f8e4)
"normal-top-level" (0x88fb00)
(gdb)
Reply sent
to
Juanma Barranquero <lekktu <at> gmail.com>
:
You have taken responsibility.
(Thu, 07 Jul 2011 00:08:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Juanma Barranquero <lekktu <at> gmail.com>
:
bug acknowledged by developer.
(Thu, 07 Jul 2011 00:08:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 6919-done <at> debbugs.gnu.org (full text, mbox):
#6182 and #6919 seem to be bugs in some 4.X releases of the MinGW GCC compiler.
Perhaps related to running it on 64-bit Windows, as the recent report
of Dani Moncayo also happened on Windows 7 64-bit:
http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00207.html
I'm closing them both. Will reopen if new information arises.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 04 Aug 2011 11:24:03 GMT)
Full text and
rfc822 format available.
bug unarchived.
Request was from
"Mikhail Titov" <mlt <at> gmx.us>
to
control <at> debbugs.gnu.org
.
(Mon, 11 Jun 2012 19:13:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#6919
; Package
emacs,w32
.
(Mon, 11 Jun 2012 19:23:01 GMT)
Full text and
rfc822 format available.
Message #17 received at 6919 <at> debbugs.gnu.org (full text, mbox):
I have a similar problem while trying to compile Org mode (release_7.8.10-670-g168c83e) from git using recent emacs (revno 108561).
I'm running Windows XP SP3 32bit. I use gcc 4.6.2 from mingw32. So this is not peculiar to 64 bit machine/compiler.
http://paste.lisp.org/display/129920
I was quite happy until it happened and I had been using Emacs successfully for quite a while. I doubt it is a bug in gcc.
Mikhail
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 10 Jul 2012 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 13 years and 39 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.