Simon Martin wrote:
> As this error occured again, I'm posting it again.
> Hopefully somebody has a hint.
>
> BR
> Simon
>
> On Sep 25, 7:41 am, Simon Martin <[EMAIL PROTECTED]> wrote:
>   
>> Hi,
>>
>> I've got a quite strange error here.
>>
>> I use tracd 0.10.4 under Windows with Python 2.4. When I browse some
>> source files (actually I've found only one file where it happens),
>> tracd doesn't resond anymore (python.exe requires full CPU-load) and
>> has to be restarted.
>>
>> trac's error-log shows nothing and I don't see any reasons why this
>> particular file (java-code) produces the error. Maybe this is a svn-
>> issue and not a trac-issue, but I don't know.

Hello Simon,

It's not very clear from your description if the problem is intermittent 
or always happen for that problematic .java file.

If the problem is intermittent, I'd rather think about an SVN issue. Is 
your repository on a network share?

In case it's systematic, can you try to download that file using Trac?
Use ?format=raw at the end of the url, or alternatively 
/export/<rev>/... instead of /browser/... at the beginning of the URL.
If this doesn't work, then can you get that file using another client? 
(e.g. svn cat -r<rev> <file> > dump.java)

In any case, when you obtain the raw data saved in a file (say 
dump.java), you should try to attach that file to a page or a ticket and 
view it from there. Does that trigger the same issue?

/me shooting a few bullets in the dark :-)

-- Christian

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to