public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* viewvc: python: RuntimeError: maximum recursion limit exceeded
@ 2011-08-15  8:12 Georg-Johann Lay
  2011-09-04 19:08 ` Ping: " Georg-Johann Lay
  0 siblings, 1 reply; 3+ messages in thread
From: Georg-Johann Lay @ 2011-08-15  8:12 UTC (permalink / raw)
  To: gcc, overseers

Hi, I'm getting the following error in viewvc for several days now:

http://gcc.gnu.org/viewcvs/trunk/gcc/dse.c?view=markup

An Exception Has Occurred
Python Traceback

Traceback (most recent call last):
   File "/usr/lib/python2.3/site-packages/viewvc/lib/viewvc.py", line 
4463, in main
     request.run_viewvc()
   File "/usr/lib/python2.3/site-packages/viewvc/lib/viewvc.py", line 
394, in run_viewvc
     self.view_func(self)
   File "/usr/lib/python2.3/site-packages/viewvc/lib/viewvc.py", line 
1845, in view_markup
     markup_or_annotate(request, 0)
   File "/usr/lib/python2.3/site-packages/viewvc/lib/viewvc.py", line 
1775, in markup_or_annotate
     path[-1], mime_type, encoding)
   File "/usr/lib/python2.3/site-packages/viewvc/lib/viewvc.py", line 
1656, in markup_stream_pygments
     encoding='utf-8'), ps)
   File "/usr/lib/python2.3/site-packages/pygments/__init__.py", line 
86, in highlight
     return format(lex(code, lexer), formatter, outfile)
   File "/usr/lib/python2.3/site-packages/pygments/__init__.py", line 
69, in format
     formatter.format(tokens, outfile)
   File "/usr/lib/python2.3/site-packages/pygments/formatter.py", line 
92, in format
     return self.format_unencoded(tokensource, outfile)
   File "/usr/lib/python2.3/site-packages/pygments/formatters/html.py", 
line 752, in format_unencoded
     for t, piece in source:
   File "/usr/lib/python2.3/site-packages/pygments/formatters/html.py", 
line 652, in _format_lines
     for ttype, value in tokensource:
   File "/usr/lib/python2.3/site-packages/pygments/lexer.py", line 167, 
in streamer
     for i, t, v in self.get_tokens_unprocessed(text):
   File "/usr/lib/python2.3/site-packages/pygments/lexers/compiled.py", 
line 161, in get_tokens_unprocessed
     for index, token, value in \
   File "/usr/lib/python2.3/site-packages/pygments/lexer.py", line 502, 
in get_tokens_unprocessed
     m = rexmatch(text, pos)
RuntimeError: maximum recursion limit exceeded

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Ping: viewvc: python: RuntimeError: maximum recursion limit exceeded
  2011-08-15  8:12 viewvc: python: RuntimeError: maximum recursion limit exceeded Georg-Johann Lay
@ 2011-09-04 19:08 ` Georg-Johann Lay
  2011-09-05  1:52   ` Jie Zhang
  0 siblings, 1 reply; 3+ messages in thread
From: Georg-Johann Lay @ 2011-09-04 19:08 UTC (permalink / raw)
  To: Georg-Johann Lay; +Cc: gcc, overseers

This problem still persists.

viewcvs works, e.g. for gcc.h but fails for gcc.c:

http://gcc.gnu.org/viewcvs/trunk/gcc/gcc.c?view=markup
http://gcc.gnu.org/viewcvs/trunk/gcc/gcc.h?view=markup

Georg-Johann Lay wrote:
> Hi, I'm getting the following error in viewvc for several days now:
> 
> http://gcc.gnu.org/viewcvs/trunk/gcc/dse.c?view=markup
> 
> An Exception Has Occurred
> Python Traceback
> 
> Traceback (most recent call last):
>   File "/usr/lib/python2.3/site-packages/viewvc/lib/viewvc.py", line 
> 4463, in main
>     request.run_viewvc()
>   File "/usr/lib/python2.3/site-packages/viewvc/lib/viewvc.py", line 
> 394, in run_viewvc
>     self.view_func(self)
>   File "/usr/lib/python2.3/site-packages/viewvc/lib/viewvc.py", line 
> 1845, in view_markup
>     markup_or_annotate(request, 0)
>   File "/usr/lib/python2.3/site-packages/viewvc/lib/viewvc.py", line 
> 1775, in markup_or_annotate
>     path[-1], mime_type, encoding)
>   File "/usr/lib/python2.3/site-packages/viewvc/lib/viewvc.py", line 
> 1656, in markup_stream_pygments
>     encoding='utf-8'), ps)
>   File "/usr/lib/python2.3/site-packages/pygments/__init__.py", line 86, 
> in highlight
>     return format(lex(code, lexer), formatter, outfile)
>   File "/usr/lib/python2.3/site-packages/pygments/__init__.py", line 69, 
> in format
>     formatter.format(tokens, outfile)
>   File "/usr/lib/python2.3/site-packages/pygments/formatter.py", line 
> 92, in format
>     return self.format_unencoded(tokensource, outfile)
>   File "/usr/lib/python2.3/site-packages/pygments/formatters/html.py", 
> line 752, in format_unencoded
>     for t, piece in source:
>   File "/usr/lib/python2.3/site-packages/pygments/formatters/html.py", 
> line 652, in _format_lines
>     for ttype, value in tokensource:
>   File "/usr/lib/python2.3/site-packages/pygments/lexer.py", line 167, 
> in streamer
>     for i, t, v in self.get_tokens_unprocessed(text):
>   File "/usr/lib/python2.3/site-packages/pygments/lexers/compiled.py", 
> line 161, in get_tokens_unprocessed
>     for index, token, value in \
>   File "/usr/lib/python2.3/site-packages/pygments/lexer.py", line 502, 
> in get_tokens_unprocessed
>     m = rexmatch(text, pos)
> RuntimeError: maximum recursion limit exceeded
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Ping: viewvc: python: RuntimeError: maximum recursion limit exceeded
  2011-09-04 19:08 ` Ping: " Georg-Johann Lay
@ 2011-09-05  1:52   ` Jie Zhang
  0 siblings, 0 replies; 3+ messages in thread
From: Jie Zhang @ 2011-09-05  1:52 UTC (permalink / raw)
  To: Georg-Johann Lay; +Cc: gcc, overseers

On Sun, Sep 4, 2011 at 3:07 PM, Georg-Johann Lay <avr@gjlay.de> wrote:
>> Hi, I'm getting the following error in viewvc for several days now:
>>
>> http://gcc.gnu.org/viewcvs/trunk/gcc/dse.c?view=markup
>>
>> An Exception Has Occurred
>> Python Traceback
>>
>> RuntimeError: maximum recursion limit exceeded
>>
I reported a similar issue one year ago, but no one was interested to fix it.

http://gcc.gnu.org/ml/gcc/2010-04/msg00943.html

So I just did a rsync of GCC SVN repository and installed a ViewVC on
my pc. It works fine.


Jie

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-05  1:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-15  8:12 viewvc: python: RuntimeError: maximum recursion limit exceeded Georg-Johann Lay
2011-09-04 19:08 ` Ping: " Georg-Johann Lay
2011-09-05  1:52   ` Jie Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).