GNU bug report logs - #2284
23.0.60; error in compilation-mode, link to files don't work

Previous Next

Package: emacs;

Reported by: Peter Feigl <peter.feigl <at> jku.at>

Date: Wed, 11 Feb 2009 11:25:07 UTC

Severity: normal

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (Emacs bug Tracking System)
To: Peter Feigl <peter.feigl <at> jku.at>
Subject: bug#2284 closed by martin rudalics <rudalics <at> gmx.at> (Re: 
 bug#2284: 23.0.60;	error in compilation-mode, link to files don't work)
Date: Wed, 11 Feb 2009 15:05:06 +0000
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the emacs package:

#2284: 23.0.60; error in compilation-mode, link to files don't work

It has been closed by martin rudalics <rudalics <at> gmx.at>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact martin rudalics <rudalics <at> gmx.at> by
replying to this email.


-- 
2284: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2284
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: martin rudalics <rudalics <at> gmx.at>
To: Peter Feigl <peter.feigl <at> jku.at>
Cc: 2284-done <at> debbugs.gnu.org
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
> 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.

[Message part 3 (message/rfc822, inline)]
From: Peter Feigl <peter.feigl <at> jku.at>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.0.60; error in compilation-mode, link to files don't work
Date: Wed, 11 Feb 2009 10:37:56 +0100 (CET)
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 <at> 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




This bug report was last modified 16 years and 106 days ago.

Previous Next


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