GNU bug report logs - #18460
24.4.50; emacs_backtrace.txt

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Fri, 12 Sep 2014 16:04:02 UTC

Severity: normal

Tags: moreinfo

Found in version 24.4.50

Done: Glenn Morris <rgm <at> gnu.org>

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 18460 in the body.
You can then email your comments to 18460 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#18460; Package emacs. (Fri, 12 Sep 2014 16:04:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Drew Adams <drew.adams <at> oracle.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 12 Sep 2014 16:04:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.4.50; emacs_backtrace.txt
Date: Fri, 12 Sep 2014 09:03:07 -0700 (PDT)

Backtrace:
01208574
012085e5
010fa2c4
0116db5f
0112311f
0118c257
011cd06c
0118cdfd
0118c493
011cd06c
0118cdfd
0118c493
0118adbf
011890ac
011cdf38
0118cdfd
0118c493
011cd06c
0118cdfd
0118c493
0118adbf
011890ac
011cdf38
011cc4bc
0118af1d
01188764
011cdc55
0118cdfd
0118c493
0118adbf
011890ac
011cdf38
0118cdfd
0118c493
01183d3b
0118c147
0118b37f
0118418c
0118c2ac
011cd06c
0118ca39
0118c493
0118bd42
010fe6cd
011891b7
010fdd21
01188764
010fdcd9
010fd46c
010fd628
010fb7ba
010010b5
01001280
011cabe8
760e3386
775f9f6e
775f9f41




In GNU Emacs 24.4.50.1 (i686-pc-mingw32)
 of 2014-08-15 on LEG570
Bzr revision: 117706 rgm <at> gnu.org-20140815043406-p5hbu97cbm7pulcn
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --enable-checking 'CFLAGS=-O0 -g3' CPPFLAGS=-DGLYPH_DEBUG=1'




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#18460; Package emacs. (Fri, 12 Sep 2014 20:20:02 GMT) Full text and rfc822 format available.

Message #8 received at 18460 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 18460 <at> debbugs.gnu.org
Subject: Re: bug#18460: 24.4.50; emacs_backtrace.txt
Date: Fri, 12 Sep 2014 23:19:33 +0300
> Date: Fri, 12 Sep 2014 09:03:07 -0700 (PDT)
> From: Drew Adams <drew.adams <at> oracle.com>
> 
> 
> 
> Backtrace:
> 01208574
> 012085e5
> 010fa2c4
> 0116db5f
> 0112311f
> 0118c257
> 011cd06c
> 0118cdfd
> 0118c493
> 011cd06c

This is assertion violation in kill-buffer here:

  else
    {
      /* Make sure that no one shows us.  */
      eassert (b->window_count == 0);  <<<<<<<<<<<<<<<<<<<<<<<<
      /* No one shares our buffer text, can free it.  */
      free_buffer_text (b);
    }

The full backtrace follows:

  w32_backtrace at w32fns.c:8452
  emacs_abort at w32fns.c:8484
  terminate_due_to_signal at emacs.c:387
  die at alloc.c:7101
  Fkill_buffer at buffer.c:1954
  Ffuncall at eval.c:2808
  exec_byte_code at bytecode.c:918
  funcall_lambda at eval.c:3042
  Ffuncall at eval.c:2857
  exec_byte_code at bytecode.c:918
  funcall_lambda at eval.c:3042
  Ffuncall at eval.c:2857
  eval_sub at eval.c:2150
  internal_lisp_condition_case at eval.c:1316
  exec_byte_code at bytecode.c:1164
  funcall_lambda at eval.c:3042
  Ffuncall at eval.c:2857
  exec_byte_code at bytecode.c:918
  funcall_lambda at eval.c:3042
  Ffuncall at eval.c:2857
  eval_sub at eval.c:2150
  internal_lisp_condition_case at eval.c:1316
  exec_byte_code at bytecode.c:1164
  Fbyte_code at bytecode.c:484
  eval_sub at eval.c:2184
  internal_catch at eval.c:1111
  exec_byte_code at bytecode.c:1099
  funcall_lambda at eval.c:3042
  Ffuncall at eval.c:2857
  eval_sub at eval.c:2150
  internal_lisp_condition_case at eval.c:1316
  exec_byte_code at bytecode.c:1164
  funcall_lambda at eval.c:3042
  Ffuncall at eval.c:2857
  Ffuncall_interactively at callint.c:270
  Ffuncall at eval.c:2789
  Fapply at eval.c:2290
  Fcall_interactively at callint.c:419
  Ffuncall at eval.c:2815
  exec_byte_code at bytecode.c:918
  funcall_lambda at eval.c:2976
  Ffuncall at eval.c:2857
  call1 at eval.c:2607
  command_loop_1 at keyboard.c:1545
  internal_condition_case at eval.c:1347
  command_loop_2 at keyboard.c:1169
  internal_catch at eval.c:1111
  command_loop at keyboard.c:1148
  recursive_edit_1 at keyboard.c:769
  Frecursive_edit at keyboard.c:840
  main at emacs.c:1650
  _mingw_CRTStartup at crt1.c:244
  mainCRTStartup at crt1.c:264
  start at unexw32.c:122





Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Thu, 10 Sep 2015 16:27:02 GMT) Full text and rfc822 format available.

Notification sent to Drew Adams <drew.adams <at> oracle.com>:
bug acknowledged by developer. (Thu, 10 Sep 2015 16:27:02 GMT) Full text and rfc822 format available.

Message #13 received at 18460-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: <18460-done <at> debbugs.gnu.org>
Subject: Re: bug#18460
Date: Thu, 10 Sep 2015 12:26:48 -0400
Nothing can be done with this information.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 09 Oct 2015 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 259 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.