bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#2284: marked as done (23.0.60; error in compilation-mode, link to f


From: Emacs bug Tracking System
Subject: bug#2284: marked as done (23.0.60; error in compilation-mode, link to files don't work)
Date: Wed, 11 Feb 2009 15:05:05 +0000

Your message dated Wed, 11 Feb 2009 15:58:18 +0100
with message-id <4992E78A.4060002@gmx.at>
and subject line Re: bug#2284: 23.0.60; error in compilation-mode, link to 
files don't work
has caused the Emacs bug report #2284,
regarding 23.0.60; error in compilation-mode, link to files don't work
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.)


-- 
2284: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2284
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: 23.0.60; error in compilation-mode, link to files don't work Date: Wed, 11 Feb 2009 10:37:56 +0100 (CET) User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

*Backtrace*:
Debugger entered--Lisp error: (wrong-type-argument window-live-p nil)
  select-window(nil nil)
  pop-to-buffer(#<buffer MultiOptimizer.h> other-window)
  compilation-goto-locus(#<marker at 2343 in *compilation*> #<marker at 786 in 
MultiOptimizer.h> nil)
  compilation-next-error-function(0 nil)
  next-error-internal()
  compile-goto-error(return)
  call-interactively(compile-goto-error nil nil)

the problem seems to be that line 1210 in window.el
    (setq new-window (display-buffer buffer other-window))
sets new-window to nil

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/usr/share/emacs/23.0.60/etc/DEBUG for instructions.


In GNU Emacs 23.0.60.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.14.6)
 of 2009-01-15 on home.sergej.pp.ru
Windowing system distributor `The X.Org Foundation', version 11.0.10503000
configured using `configure  '--prefix=/usr' '--localstatedir=/var/lib/emacs' 
'--libexecdir=/usr/lib/emacs' '--with-xpm' '--with-jpeg' '--with-tiff' 
'--with-gif' '--with-png' '--with-x-toolkit=gtk' '--without-sound' 
'--enable-font-backend' '--with-freetype' '--with-xft' '--with-libotf' 
'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe''

Important settings:
  value of $LC_ALL: en_GB.UTF-8
  value of $LC_COLLATE: C
  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: en_GB.utf8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Debugger

Minor modes in effect:
  jabber-activity-mode: t
  display-time-mode: t
  shell-dirtrack-mode: t
  diff-auto-refine-mode: t
  rcirc-track-minor-mode: t
  show-paren-mode: t
  iswitchb-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-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




--- End Message ---
--- Begin Message --- Subject: Re: bug#2284: 23.0.60; error in compilation-mode, link to files don't work Date: Wed, 11 Feb 2009 15:58:18 +0100 User-agent: Thunderbird 2.0.0.16 (Windows/20080708)
> Debugger entered--Lisp error: (wrong-type-argument window-live-p nil)
>   select-window(nil nil)
>   pop-to-buffer(#<buffer MultiOptimizer.h> other-window)
>   compilation-goto-locus(#<marker at 2343 in *compilation*> #<marker at 786 in 
MultiOptimizer.h> nil)
>   compilation-next-error-function(0 nil)
>   next-error-internal()
>   compile-goto-error(return)
>   call-interactively(compile-goto-error nil nil)

[...]

> In GNU Emacs 23.0.60.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.14.6)
>  of 2009-01-15 on home.sergej.pp.ru
> Windowing system distributor `The X.Org Foundation', version 11.0.10503000
> configured using `configure  '--prefix=/usr' '--localstatedir=/var/lib/emacs' 
'--libexecdir=/usr/lib/emacs' '--with-xpm' '--with-jpeg' '--with-tiff' 
'--with-gif' '--with-png' '--with-x-toolkit=gtk' '--without-sound' 
'--enable-font-backend' '--with-freetype' '--with-xft' '--with-libotf' 
'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe''

This is a bug in builds made from the CVS repository between
2009-01-15 07:57:01 and 2009-01-16 16:51:54.  Please rebuild.

See also bugs #1929, #1930, and #2087.

Thanks for reporting and apologies for the inconvenience, martin.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]