GNU bug report logs - #18889
24.4.51; NS built emacs may crash when window is removed

Previous Next

Package: emacs;

Reported by: Jan Djärv <jan.h.d <at> me.com>

Date: Wed, 29 Oct 2014 19:02:02 UTC

Severity: normal

Found in version 24.4.51

Done: Jan Djärv <jan.h.d <at> me.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jan Djärv <jan.h.d <at> me.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#18889: closed (24.4.51; NS built emacs may crash when window
 is removed)
Date: Thu, 30 Oct 2014 17:25:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 30 Oct 2014 18:24:45 +0100
with message-id <F8044F76-D06F-41A1-BDA0-17247917ED9D <at> me.com>
and subject line Re: bug#18889: 24.4.51; NS built emacs may crash when window is removed
has caused the debbugs.gnu.org bug report #18889,
regarding 24.4.51; NS built emacs may crash when window is removed
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
18889: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18889
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Jan Djärv <jan.h.d <at> me.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.4.51; NS built emacs may crash when window is removed
Date: Wed, 29 Oct 2014 20:00:26 +0100
Hi.

Internally NS stores Lisp_Objects that aren't GC:ed.
If used at the wrong time, Emacs crashes.
This includes EmacsScroller and some (unused) parts of ns_output.

     Jan D.



In GNU Emacs 24.4.51.1 (x86_64-apple-darwin14.0.0, NS apple-appkit-1343.14)
of 2014-10-26 on zeplin
Repository revision: 117624 eliz <at> gnu.org-20141024091301-xb9czgkfxbpgw3zz
Windowing system distributor `Apple', version 10.3.1343
Configured using:
`configure --without-x --with-ns'

Important settings:
  value of $LC_COLLATE: C
  value of $LANG: sv_SE.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  icomplete-mode: t
  desktop-save-mode: t
  delete-selection-mode: t
  display-time-mode: t
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<escape> x r e p o r t - e m <tab> <return>

Recent messages:
Loading /Users/jhd/lib/elisp/BAK-file.el (source)...done
Loading /Users/jhd/lib/elisp/ccsetup.el (source)...done
Loading desktop...done
Loading icomplete...done
No desktop file.
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils mule-util magit-autoloads package epg-config
icomplete desktop frameset cus-start cus-load msb delsel advice help-fns
cc-langs cl-loaddefs cl-lib cc-mode cc-fonts easymenu cc-guess cc-menus
cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs time time-date
tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel
ns-win tool-bar dnd fontset image regexp-opt fringe tabulated-list
newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer
select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai
tai-viet lao korean japanese hebrew greek romanian slovak czech european
ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help
simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp
files text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
cocoa ns multi-tty emacs)

Memory information:
((conses 16 117811 5335)
(symbols 48 21403 0)
(miscs 40 43 145)
(strings 32 21705 4242)
(string-bytes 1 691767)
(vectors 16 12570)
(vector-slots 8 408587 4208)
(floats 8 58 243)
(intervals 56 189 0)
(buffers 960 11))


[Message part 3 (message/rfc822, inline)]
From: Jan Djärv <jan.h.d <at> me.com>
To: 18889-done <at> debbugs.gnu.org
Subject: Re: bug#18889: 24.4.51;
 NS built emacs may crash when window is removed
Date: Thu, 30 Oct 2014 18:24:45 +0100
Fixed in 24-branch.

	Jan D.

> 29 okt 2014 kl. 20:00 skrev Jan Djärv <jan.h.d <at> me.com>:
> 
> Hi.
> 
> Internally NS stores Lisp_Objects that aren't GC:ed.
> If used at the wrong time, Emacs crashes.
> This includes EmacsScroller and some (unused) parts of ns_output.
> 
>     Jan D.
> 
> 
> 
> In GNU Emacs 24.4.51.1 (x86_64-apple-darwin14.0.0, NS apple-appkit-1343.14)
> of 2014-10-26 on zeplin
> Repository revision: 117624 eliz <at> gnu.org-20141024091301-xb9czgkfxbpgw3zz
> Windowing system distributor `Apple', version 10.3.1343
> Configured using:
> `configure --without-x --with-ns'
> 
> Important settings:
>  value of $LC_COLLATE: C
>  value of $LANG: sv_SE.UTF-8
>  locale-coding-system: utf-8-unix
> 
> Major mode: Lisp Interaction
> 
> Minor modes in effect:
>  icomplete-mode: t
>  desktop-save-mode: t
>  delete-selection-mode: t
>  display-time-mode: t
>  tooltip-mode: t
>  electric-indent-mode: t
>  mouse-wheel-mode: t
>  tool-bar-mode: t
>  menu-bar-mode: t
>  file-name-shadow-mode: t
>  global-font-lock-mode: t
>  font-lock-mode: t
>  blink-cursor-mode: t
>  auto-composition-mode: t
>  auto-encryption-mode: t
>  auto-compression-mode: t
>  line-number-mode: t
>  transient-mark-mode: t
> 
> Recent input:
> <escape> x r e p o r t - e m <tab> <return>
> 
> Recent messages:
> Loading /Users/jhd/lib/elisp/BAK-file.el (source)...done
> Loading /Users/jhd/lib/elisp/ccsetup.el (source)...done
> Loading desktop...done
> Loading icomplete...done
> No desktop file.
> For information about GNU Emacs and the GNU system, type C-h C-a.
> 
> Load-path shadows:
> None found.
> 
> Features:
> (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
> mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
> gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
> mail-prsvr mail-utils mule-util magit-autoloads package epg-config
> icomplete desktop frameset cus-start cus-load msb delsel advice help-fns
> cc-langs cl-loaddefs cl-lib cc-mode cc-fonts easymenu cc-guess cc-menus
> cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs time time-date
> tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel
> ns-win tool-bar dnd fontset image regexp-opt fringe tabulated-list
> newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer
> select scroll-bar mouse jit-lock font-lock syntax facemenu font-core
> frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai
> tai-viet lao korean japanese hebrew greek romanian slovak czech european
> ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help
> simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp
> files text-properties overlay sha1 md5 base64 format env code-pages mule
> custom widget hashtable-print-readable backquote make-network-process
> cocoa ns multi-tty emacs)
> 
> Memory information:
> ((conses 16 117811 5335)
> (symbols 48 21403 0)
> (miscs 40 43 145)
> (strings 32 21705 4242)
> (string-bytes 1 691767)
> (vectors 16 12570)
> (vector-slots 8 408587 4208)
> (floats 8 58 243)
> (intervals 56 189 0)
> (buffers 960 11))
> 
> 



This bug report was last modified 10 years and 209 days ago.

Previous Next


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