unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#18460: 24.4.50; emacs_backtrace.txt
@ 2014-09-12 16:03 Drew Adams
  2014-09-12 20:19 ` Eli Zaretskii
  2015-09-10 16:26 ` bug#18460: Glenn Morris
  0 siblings, 2 replies; 3+ messages in thread
From: Drew Adams @ 2014-09-12 16:03 UTC (permalink / raw)
  To: 18460



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@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'





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#18460: 24.4.50; emacs_backtrace.txt
  2014-09-12 16:03 bug#18460: 24.4.50; emacs_backtrace.txt Drew Adams
@ 2014-09-12 20:19 ` Eli Zaretskii
  2015-09-10 16:26 ` bug#18460: Glenn Morris
  1 sibling, 0 replies; 3+ messages in thread
From: Eli Zaretskii @ 2014-09-12 20:19 UTC (permalink / raw)
  To: Drew Adams; +Cc: 18460

> Date: Fri, 12 Sep 2014 09:03:07 -0700 (PDT)
> From: Drew Adams <drew.adams@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






^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#18460:
  2014-09-12 16:03 bug#18460: 24.4.50; emacs_backtrace.txt Drew Adams
  2014-09-12 20:19 ` Eli Zaretskii
@ 2015-09-10 16:26 ` Glenn Morris
  1 sibling, 0 replies; 3+ messages in thread
From: Glenn Morris @ 2015-09-10 16:26 UTC (permalink / raw)
  To: 18460-done

Nothing can be done with this information.





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-10 16:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-12 16:03 bug#18460: 24.4.50; emacs_backtrace.txt Drew Adams
2014-09-12 20:19 ` Eli Zaretskii
2015-09-10 16:26 ` bug#18460: 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).