unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#615: 23.0.60; tabbar.el 2.0 lets Emacs.app crash
@ 2008-07-27 10:23 ` Peter Dyballa
  2009-01-23 14:45   ` bug#615: marked as done (23.0.60; tabbar.el 2.0 lets Emacs.app crash) Emacs bug Tracking System
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Dyballa @ 2008-07-27 10:23 UTC (permalink / raw)
  To: emacs-pretest-bug

Hello!

Having

	(load-library "tabbar")
	(tabbar-mode t)

in a file loaded via 'emacs/nextstep/Emacs.app/Contents/MacOS/Emacs -- 
debug-init -Q -l ~/.emacs-init.el &' let Emacs.app crash,  
particularly the second line. RC versions *did* not all work fine:  
RC3 has the same behaviour.

	;; Author: David Ponce <david@dponce.com>
	;; Maintainer: David Ponce <david@dponce.com>
	;; Created: 25 February 2003
	;; Keywords: convenience
	;; Revision: $Id: tabbar.el,v 1.69 2006/06/08 08:27:39 ponced Exp $
	
	(defconst tabbar-version "2.0")

Created without the compile script.


In GNU Emacs 23.0.60.1 (powerpc-apple-darwin8.11.0, *Step 9.0)
  of 2008-07-26 on Latsche.local
Windowing system distributor `Apple', version 49.46.48
configured using `configure  '--with-ns' '--disable-ns-self- 
contained' '--without-sound' '--without-pop' '--with-dbus' '--enable- 
locallisppath=/Library/Application Support/Emacs/calendar23:/Library/ 
Application Support/Emacs/caml:/Library/Application Support/Emacs:/sw/ 
share/emacs21/site-lisp/elib' 'PKG_CONFIG_PATH=/sw/lib/pkgconfig:/sw/ 
share/pkgconfig:/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/ 
X11R6/lib/pkgconfig' 'CFLAGS=-Wno-pointer-sign -bind_at_load -pipe - 
fPIC -mcpu=7450 -mtune=7450 -fast -mpim-altivec -ftree-vectorize - 
foptimize-register-move -freorder-blocks -freorder-blocks-and- 
partition -fthread-jumps -fpeephole -fno-crossjumping' 'CPPFLAGS=-no- 
cpp-precomp' 'LDFLAGS=-bind_at_load -dead_strip -multiply_defined  
suppress -L/sw/lib/ncurses''

Important settings:
   value of $LC_ALL: nil
   value of $LC_COLLATE: nil
   value of $LC_CTYPE: de_DE.UTF-8
   value of $LC_MESSAGES: nil
   value of $LC_MONETARY: nil
   value of $LC_NUMERIC: nil
   value of $LC_TIME: nil
   value of $LANG: de_DE.UTF-8
   value of $XMODIFIERS: nil
   locale-coding-system: utf-8-unix
   default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
   show-paren-mode: t
   display-time-mode: t
   tooltip-mode: t
   tool-bar-mode: t
   mouse-wheel-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   global-auto-composition-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t
   column-number-mode: t
   line-number-mode: t
   transient-mark-mode: t

Recent input:
<down-mouse-1> <mouse-1> <C-down-mouse-1> C-h k <C-down-mouse-1>
<C-mouse-1> C-x C-l C-g C-h l <down-mouse-1> <mouse-1>
<double-down-mouse-1> <double-mouse-1> <C-down-mouse-1>
<C-down-mouse-1> <menu-bar> <help-menu> <send-emacs-bug-report>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Loading time...done
Loading paren...done


--
Mit friedvollen Grüßen

   Pete

Almost anything is easier to get into than out of.
				– Allen's Law







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

* bug#615: marked as done (23.0.60; tabbar.el 2.0 lets Emacs.app crash)
  2008-07-27 10:23 ` bug#615: 23.0.60; tabbar.el 2.0 lets Emacs.app crash Peter Dyballa
@ 2009-01-23 14:45   ` Emacs bug Tracking System
  0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2009-01-23 14:45 UTC (permalink / raw)
  To: Adrian Robert

[-- Attachment #1: Type: text/plain, Size: 889 bytes --]


Your message dated Fri, 23 Jan 2009 16:37:18 +0200
with message-id <78A86A9C-C659-4D87-AE56-25C74ED4164E@gmail.com>
and subject line Re: 23.0.60; tabbar.el 2.0 lets Emacs.app crash
has caused the Emacs bug report #615,
regarding 23.0.60; tabbar.el 2.0 lets Emacs.app crash
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
615: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=615
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 5147 bytes --]

From: Peter Dyballa <Peter_Dyballa@Freenet.DE>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.60; tabbar.el 2.0 lets Emacs.app crash
Date: Sun, 27 Jul 2008 12:23:35 +0200
Message-ID: <23CD5617-4B64-489B-A70F-33CBBB04830A@Freenet.DE>

Hello!

Having

	(load-library "tabbar")
	(tabbar-mode t)

in a file loaded via 'emacs/nextstep/Emacs.app/Contents/MacOS/Emacs -- 
debug-init -Q -l ~/.emacs-init.el &' let Emacs.app crash,  
particularly the second line. RC versions *did* not all work fine:  
RC3 has the same behaviour.

	;; Author: David Ponce <david@dponce.com>
	;; Maintainer: David Ponce <david@dponce.com>
	;; Created: 25 February 2003
	;; Keywords: convenience
	;; Revision: $Id: tabbar.el,v 1.69 2006/06/08 08:27:39 ponced Exp $
	
	(defconst tabbar-version "2.0")

Created without the compile script.


In GNU Emacs 23.0.60.1 (powerpc-apple-darwin8.11.0, *Step 9.0)
  of 2008-07-26 on Latsche.local
Windowing system distributor `Apple', version 49.46.48
configured using `configure  '--with-ns' '--disable-ns-self- 
contained' '--without-sound' '--without-pop' '--with-dbus' '--enable- 
locallisppath=/Library/Application Support/Emacs/calendar23:/Library/ 
Application Support/Emacs/caml:/Library/Application Support/Emacs:/sw/ 
share/emacs21/site-lisp/elib' 'PKG_CONFIG_PATH=/sw/lib/pkgconfig:/sw/ 
share/pkgconfig:/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/ 
X11R6/lib/pkgconfig' 'CFLAGS=-Wno-pointer-sign -bind_at_load -pipe - 
fPIC -mcpu=7450 -mtune=7450 -fast -mpim-altivec -ftree-vectorize - 
foptimize-register-move -freorder-blocks -freorder-blocks-and- 
partition -fthread-jumps -fpeephole -fno-crossjumping' 'CPPFLAGS=-no- 
cpp-precomp' 'LDFLAGS=-bind_at_load -dead_strip -multiply_defined  
suppress -L/sw/lib/ncurses''

Important settings:
   value of $LC_ALL: nil
   value of $LC_COLLATE: nil
   value of $LC_CTYPE: de_DE.UTF-8
   value of $LC_MESSAGES: nil
   value of $LC_MONETARY: nil
   value of $LC_NUMERIC: nil
   value of $LC_TIME: nil
   value of $LANG: de_DE.UTF-8
   value of $XMODIFIERS: nil
   locale-coding-system: utf-8-unix
   default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
   show-paren-mode: t
   display-time-mode: t
   tooltip-mode: t
   tool-bar-mode: t
   mouse-wheel-mode: t
   file-name-shadow-mode: t
   global-font-lock-mode: t
   font-lock-mode: t
   global-auto-composition-mode: t
   auto-composition-mode: t
   auto-encryption-mode: t
   auto-compression-mode: t
   column-number-mode: t
   line-number-mode: t
   transient-mark-mode: t

Recent input:
<down-mouse-1> <mouse-1> <C-down-mouse-1> C-h k <C-down-mouse-1>
<C-mouse-1> C-x C-l C-g C-h l <down-mouse-1> <mouse-1>
<double-down-mouse-1> <double-mouse-1> <C-down-mouse-1>
<C-down-mouse-1> <menu-bar> <help-menu> <send-emacs-bug-report>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Loading time...done
Loading paren...done


--
Mit friedvollen Grüßen

   Pete

Almost anything is easier to get into than out of.
				– Allen's Law




[-- Attachment #3: Type: message/rfc822, Size: 2622 bytes --]

From: Adrian Robert <adrian.b.robert@gmail.com>
To: 615-done@emacsbugs.donarmstrong.com
Cc: Peter Dyballa <Peter_Dyballa@Freenet.DE>
Subject: Re: 23.0.60; tabbar.el 2.0 lets Emacs.app crash
Date: Fri, 23 Jan 2009 16:37:18 +0200
Message-ID: <78A86A9C-C659-4D87-AE56-25C74ED4164E@gmail.com>

I've checked in a version of the fix detailed for x and w32 in bug  
1337.  Closing.



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

end of thread, other threads:[~2009-01-23 14:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <78A86A9C-C659-4D87-AE56-25C74ED4164E@gmail.com>
2008-07-27 10:23 ` bug#615: 23.0.60; tabbar.el 2.0 lets Emacs.app crash Peter Dyballa
2009-01-23 14:45   ` bug#615: marked as done (23.0.60; tabbar.el 2.0 lets Emacs.app crash) Emacs bug Tracking System

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).