all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#2377: 23.0.90; Cocoa Emacs crashes when loading zenburn color-theme
@ 2009-02-19  1:54 Matt Moriarity
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Moriarity @ 2009-02-19  1:54 UTC (permalink / raw)
  To: emacs-pretest-bug

I'm using the emacs-starter-kit and trying to load the included
zenburn color-theme. When I execute M-x zenburn after loading emacs
normally, it crashes, saying Fatal error. If I start emacs with the
command "emacs -q -l ~/.emacs.d/init.el", then these same actions
successfully apply the color-theme. However, if I do "emacs -Q -l
~/.emacs.d/init.el", the crash occurs again.


In GNU Emacs 23.0.90.1 (i386-apple-darwin9.6.0, NS apple-appkit-949.43)
 of 2009-02-18 on 64-71-7-199.static.wiline.com
Windowing system distributor `Apple', version 10.3.949
configured using `configure  '--with-ns''

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

Major mode: rcirc

Minor modes in effect:
  shell-dirtrack-mode: t
  rcirc-track-minor-mode: t
  show-paren-mode: t
  recentf-mode: t
  mouse-wheel-mode: t
  use-hard-newlines: 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
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<backspace> <backspace> <backspace> <backspace> u n
d e r SPC ~ / . e m a c s . d <return> ? <return> <help-echo>
<down-mouse-1> <mouse-1> <help-echo> c o n <tab> w
e l l , SPC i ' m m <backspace> SPC <backspace> SPC
<backspace> <backspace> <backspace> <backspace> <backspace>
<backspace> <backspace> <backspace> <backspace> <backspace>
C-a C-k w h a t SPC i f SPC i ' m SPC u s i n g SPC
c o c o a SPC e m a c s SPC o r SPC s o m e t h i n
g , SPC C-a C-k o h <return> t h e r e SPC g o e s
SPC m y SPC q u e s t i o n <return> g g o <tab> C-a
C-k g g o <tab> w o a h . SPC i t SPC c a r <backspace>
<backspace> r a s h e s SPC w i t h SPC - Q SPC b u
t SPC n o t SPC w i t h SPC - q <return> g g o <tab>
s a y s SPC F a t a l SPC e r r o r <return> b t w
, SPC d o e s SPC i t SPC m a k e SPC a SPC d i f f
e r e n c e SPC i t <backspace> f SPC i t ' s SPC c
o c o a SPC e m a c s SPC ? SPC c u z SPC i t SPC i
s <return> f s m <tab> s t r a c i a SPC <backspace>
t e l l a ? <return> <S-left> M-x r e p <tab> o r <tab>
<return>

Recent messages:
Connecting to irc.freenode.net...done
Loading tramp...done
Quit
Loading /Users/matt/.emacs.d/loaddefs.el (source)...done
Updating autoloads...
Warning: defvar ignored because generated-autoload-file is let-bound
Saving file /Users/matt/.emacs.d/loaddefs.el...
Wrote /Users/matt/.emacs.d/loaddefs.el
Loading /Users/matt/.emacs.d/loaddefs.el (source)...done
Making completion list...






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

* bug#2377: 23.0.90; Cocoa Emacs crashes when loading zenburn color-theme
@ 2009-02-19  3:28 Chong Yidong
  2009-02-19  3:39 ` Matt Moriarity
  0 siblings, 1 reply; 5+ messages in thread
From: Chong Yidong @ 2009-02-19  3:28 UTC (permalink / raw)
  To: Matt Moriarity, Phil Hagelberg; +Cc: 2377

> I'm using the emacs-starter-kit and trying to load the included
> zenburn color-theme. When I execute M-x zenburn after loading emacs
> normally, it crashes, saying Fatal error. If I start emacs with the
> command "emacs -q -l ~/.emacs.d/init.el", then these same actions
> successfully apply the color-theme. However, if I do "emacs -Q -l
> ~/.emacs.d/init.el", the crash occurs again.

I can't reproduce this, but I don't know whether it's because I'm on
GNU/Linux rather than MacOS, or because the precise steps you took are
missing from your bug report (e.g. how exactly did you set up the
emacs-starter-kit)?

Please try to narrow down the problem, and provide a simple,
self-contained recipe for reproducing this bug.  (Phil, could you help?)






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

* bug#2377: 23.0.90; Cocoa Emacs crashes when loading zenburn color-theme
  2009-02-19  3:28 Chong Yidong
@ 2009-02-19  3:39 ` Matt Moriarity
  2009-02-23 22:34   ` Glenn Morris
  0 siblings, 1 reply; 5+ messages in thread
From: Matt Moriarity @ 2009-02-19  3:39 UTC (permalink / raw)
  To: Chong Yidong; +Cc: Phil Hagelberg, 2377

I'm pretty sure it has something to do with cocoa emacs. Phil uses
this theme on a daily basis, and I tried using revisions of
emacs-starter-kit from before my own additions, and the problem was
the same.

On Wed, Feb 18, 2009 at 10:28 PM, Chong Yidong <cyd@stupidchicken.com> wrote:
>> I'm using the emacs-starter-kit and trying to load the included
>> zenburn color-theme. When I execute M-x zenburn after loading emacs
>> normally, it crashes, saying Fatal error. If I start emacs with the
>> command "emacs -q -l ~/.emacs.d/init.el", then these same actions
>> successfully apply the color-theme. However, if I do "emacs -Q -l
>> ~/.emacs.d/init.el", the crash occurs again.
>
> I can't reproduce this, but I don't know whether it's because I'm on
> GNU/Linux rather than MacOS, or because the precise steps you took are
> missing from your bug report (e.g. how exactly did you set up the
> emacs-starter-kit)?
>
> Please try to narrow down the problem, and provide a simple,
> self-contained recipe for reproducing this bug.  (Phil, could you help?)
>






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

* bug#2377: 23.0.90; Cocoa Emacs crashes when loading zenburn color-theme
  2009-02-19  3:39 ` Matt Moriarity
@ 2009-02-23 22:34   ` Glenn Morris
  0 siblings, 0 replies; 5+ messages in thread
From: Glenn Morris @ 2009-02-23 22:34 UTC (permalink / raw)
  To: Matt Moriarity; +Cc: Phil Hagelberg, Chong Yidong, 2377

tags 2377 moreinfo
stop

Chong Yidong wrote:

> the precise steps you took are missing from your bug report
[...]
> Please try to narrow down the problem, and provide a simple,
> self-contained recipe for reproducing this bug.

Matt Moriarity wrote:

> I'm pretty sure it has something to do with cocoa emacs.

That's not very precise.






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

* bug#2377: 23.0.90; Cocoa Emacs crashes when loading zenburn color-theme
@ 2009-03-06 15:46 Adrian Robert
  0 siblings, 0 replies; 5+ messages in thread
From: Adrian Robert @ 2009-03-06 15:46 UTC (permalink / raw)
  To: 2377; +Cc: Matt Moriarity

Hi,

If you have a chance and would be able to run an instance of -g only  
compiled Emacs.app under gdb and generate the crash, that output  
would be helpful.  (Running gdb from emacs/src would be best.)

thanks,
Adrian







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

end of thread, other threads:[~2009-03-06 15:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-19  1:54 bug#2377: 23.0.90; Cocoa Emacs crashes when loading zenburn color-theme Matt Moriarity
  -- strict thread matches above, loose matches on Subject: below --
2009-02-19  3:28 Chong Yidong
2009-02-19  3:39 ` Matt Moriarity
2009-02-23 22:34   ` Glenn Morris
2009-03-06 15:46 Adrian Robert

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.