GNU bug report logs -
#2284
23.0.60; error in compilation-mode, link to files don't work
Previous Next
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
[Message part 1 (text/plain, inline)]
Your message dated Wed, 11 Feb 2009 15:58:18 +0100
with message-id <4992E78A.4060002 <at> 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 help-debbugs <at> gnu.org
immediately.)
--
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)]
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
[Message part 3 (message/rfc822, inline)]
> 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.
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.