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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 2284 in the body.
You can then email your comments to 2284 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2284
; Package
emacs
.
(Wed, 11 Feb 2009 11:25:07 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Peter Feigl <peter.feigl <at> jku.at>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Wed, 11 Feb 2009 11:25:07 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
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
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2284
; Package
emacs
.
(Wed, 11 Feb 2009 12:10:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Peter Feigl <peter.feigl <at> jku.at>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Wed, 11 Feb 2009 12:10:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 2284 <at> emacsbugs.donarmstrong.com (full text, mbox):
probably because this mode also uses compilation-mode
Debugger entered--Lisp error: (wrong-type-argument window-live-p nil)
select-window(nil nil)
pop-to-buffer(#<buffer icpcfaKQgJas_.s> other-window)
compilation-goto-locus(#<marker at 514 in *grep*> #<marker at 282 in icpcfaKQgJas_.s> #<marker at 283 in icpcfaKQgJas_.s>)
compilation-next-error-function(0 nil)
next-error-internal()
compile-goto-error(13)
call-interactively(compile-goto-error nil nil)
Reply sent
to
martin rudalics <rudalics <at> gmx.at>
:
You have taken responsibility.
(Wed, 11 Feb 2009 15:05:05 GMT)
Full text and
rfc822 format available.
Notification sent
to
Peter Feigl <peter.feigl <at> jku.at>
:
bug acknowledged by developer.
(Wed, 11 Feb 2009 15:05:06 GMT)
Full text and
rfc822 format available.
Message #15 received at 2284-done <at> emacsbugs.donarmstrong.com (full text, mbox):
> 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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Thu, 12 Mar 2009 14:24:10 GMT)
Full text and
rfc822 format available.
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.