mainSavannah Administration - Support: sr #104106, "Python Exception...

 
 

sr #104106: "Python Exception Occurred" while browsing

Submitter:  None
Submitted:  Sun 17 Apr 2005 03:46:18 PM UTC
   
 
Category:  Webpages repositories Priority:  5 - Normal
Severity:  3 - Normal Status:  Done
Privacy:  Public Assigned to:  Beuc
Originator Email:  -email is unavailable- Operating System:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 09 Dec 2005 09:42:55 AM UTC, comment #4: 

I upgraded ViewCVS and we will use this new version within the next few days. It fixed the issue.
http://cvs.savannah.gnu.org/viewcvs/gcc/gcc/?only_with_tag=gcc-4_0-branch#dirlist

I couldn't find any "author [0-9]" in the files, but thanks for the help :)

Sylvain Beucler <Beuc>
Tue 06 Dec 2005 09:50:26 PM UTC, comment #3: 

To find out if your cvs has this problem run:

find . -name "*,v" -exec grep -e "author [0-9]" {} \; | awk '{ print $4}' | sort | uniq

This command will print all authors beginning with numbers that should be fixed.

The workaround is to change all authors that are only numeric to something that starts with a letter

Anonymous
Tue 06 Dec 2005 09:17:11 PM UTC, comment #2: 

I had this problem and found out that rlog fails when there is an author login name with only digits in the file.
in this case rlog fails with the following error:
--------------
rlog: supZimImp.jsp,v:9: missing author
rlog aborted
--------------
Changing the author to an alfanumerical name solves the problem.

Anonymous
Sun 17 Apr 2005 11:53:52 PM UTC, comment #1: 

We are aware of this problem, however we currently lack time/resources to debug ViewCVS.  It is on our to-do list though, thanks for reporting it.

Files are directly accessible through CVS, if needed for GCC.

Michael J. Flickinger <mjflick>
Sun 17 Apr 2005 03:46:18 PM UTC, original submission:  

The page
http://savannah.gnu.org/cgi-bin/viewcvs/gcc/gcc/?only_with_tag=gcc-4_0-branch#dirlist
is reached from
http://savannah.gnu.org/cgi-bin/viewcvs/gcc/gcc/ChangeLog?only_with_tag=gcc-4_0-branch
contains:

Python Exception Occurred

Traceback (most recent call last):
  File "/usr/lib/python2.1/viewcvs/viewcvs.py", line 2654, in run_cgi
    main()
  File "/usr/lib/python2.1/viewcvs/viewcvs.py", line 2607, in main
    view_directory(request)
  File "/usr/lib/python2.1/viewcvs/viewcvs.py", line 1155, in view_directory
    fileinfo, alltags = get_logs(full_name, rcs_files, view_tag)
  File "/usr/lib/python2.1/viewcvs/viewcvs.py", line 1102, in get_logs
    raise 'error during rlog: '+hex(status) #+' '+str(chunk)
error during rlog: 0x100

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 5 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-12-09 Beuc StatusNone Done
    Assigned tomjflick Beuc
2005-04-17 mjflick Assigned toNone mjflick
    Open/ClosedOpen Closed
2005-04-17 None Carbon-Copy- Added atrus --ÂǺ-- ru --?±º-- atrus --ÂǺ-- ru

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code