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

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

[Emacs-bug-tracker] bug#157: closed (Infinite recursion in compile windo


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#157: closed (Infinite recursion in compile window)
Date: Sun, 10 Jul 2011 02:29:02 +0000

Your message dated Sat, 09 Jul 2011 22:27:59 -0400
with message-id <address@hidden>
and subject line Re: bug#157: Infinite recursion in compile window
has caused the GNU bug report #157,
regarding Infinite recursion in compile window
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
157: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=157
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Infinite recursion in compile window Date: Thu, 24 Apr 2008 13:38:18 +0200
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 address@hidden mailing list,
and to the gnu.emacs.bug news group.

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

this output gave me an infinite recursion in the compile window:
g++  -DLINUX -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -DUSE_STRCASECMP -DUSE_STRNCASECMP  -I/usr/local/include -I../../include  -g -Wall -c masssms.cpp -o masssms.o
masssmscpp: In member function 'BOOL OCMassMailSettings::GetConfig()':
masssms.cpp:117: error: 'is_digit' was not declared in this scope
masssms.cpp:117: error: invalid use of member (did you forget the '&' ?)
masssms.cpp:93: warning: unused variable 'AllowedHeadersFile'
masssms.cpp: In member function 'long int OCMassMailSettings::GetMessage(OCString&)':
masssms.cpp:237: warning: unused variable 'pNextLine'
masssms.cpp:238: warning: unused variable 'pBody'
masssms.cpp:241: warning: unused variable 'Found'
masssms.cpp: In function 'int main(int, char**)':
masssms.cpp:279: error: 'SmtpSenderRewrite_Send' was not declared in this scope
masssms.cpp:286: error: 'SmtpSenderRewrite_SendCommand' was not declared in this scope
make: *** [masssms.o] Error 1

these are some extracts of the stacktrace:

#4525 0x08155c3d in re_compile_pattern ()
#4526 0x08157623 in error ()
#4527 0x08157754 in error ()
#4528 0x0818313d in matherr ()
#4529 0x08154741 in re_compile_pattern ()
#4530 0x081829f4 in matherr ()
#4531 0x08186c84 in matherr ()
#4532 0x08054186 in ?? ()
#4533 0x0000001e in ?? ()
#4534 0x00000000 in ?? ()
(gdb)


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/22.1/etc/DEBUG for instructions.


In GNU Emacs 22.1.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2007-10-09 on wxwilli.o3sis.com, modified by Debian
Windowing system distributor `The X.Org Foundation', version 11.0.70101000
configured using `configure  '--build=i486-linux-gnu' '--host=i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs22:/etc/emacs:/usr/local/share/emacs/22.1/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/22.1/site-lisp:/usr/share/emacs/site-lisp:/usr/share/emacs/22.1/leim' '--with-x=yes' '--with-x-toolkit=athena' '--with-toolkit-scroll-bars' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -g -O2''

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
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  delete-selection-mode: t
  pc-selection-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x r e p o r t - e m <tab> <return>

Recent messages:
Loading senator...done
Loading semantic-decorate-mode...done
Loading /home/willi/.xemacs/init.el (source)...done
Loading /home/willi/.xemacs/custom.el (source)...
Loading pc-select...done
Loading delsel...done
Loading /home/willi/.xemacs/custom.el (source)...done
Loading semantic-el...done
For information about the GNU Project and its goals, type C-h C-p. [2 times]
Loading emacsbug...done

--- End Message ---
--- Begin Message --- Subject: Re: bug#157: Infinite recursion in compile window Date: Sat, 09 Jul 2011 22:27:59 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
This bug is being closed because it could not be reproduced and there
was no response to a request for more information.
If you reply with the requested information it can be reopened if needed.

You can view the whole report at http://debbugs.gnu.org/BUGNUMBER

Chong Yidong wrote:

> Is there a way to reproduce this, starting from `emacs -q'?  I tried
> pasting this text into a compilation-mode buffer, but saw no error.

Stefan Monnier wrote:

> This looks very odd.
> Can you reproduce the problem?  If so, could you give a detailed recipe?


--- End Message ---

reply via email to

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