> From: "emacs user" <[EMAIL PROTECTED]> > Bcc: > Date: Thu, 13 Jul 2006 03:21:54 -0400 > > Breakpoint 1, abort () at emacs.c:464 > 464 kill (getpid (), SIGABRT); > (gdb) Continuing.
Did you type "continue" here? If so, don't; instead type "bt full". > 2703 [main] emacs 1136 _cygtls::handle_exceptions: Exception: > STATUS_ACCESS_VIOLATION > warning: HEAP[emacs.exe]: > warning: HEAP: Free Heap block 264280 modified at 264284 after it was freed This sounds like memory corruption, but it's hard to tell who is the culprit, since there's no usable backtrace. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
