Re: Intermittent error since last svn up

2007-04-20 Thread Malcolm Tredinnick
On Fri, 2007-04-20 at 11:19 +, simonbun wrote: > Ok I've found the problem... > > When I said earlier that I tried disabling psyco, I seem to have made > the silly mistake of disabling it on one project, and testing for the > result on another. Mental note to self: opening more than 1 project

Re: Intermittent error since last svn up

2007-04-20 Thread simonbun
Ok I've found the problem... When I said earlier that I tried disabling psyco, I seem to have made the silly mistake of disabling it on one project, and testing for the result on another. Mental note to self: opening more than 1 project at a time will only confuse your little mind. Psyco causes

Re: Intermittent error since last svn up

2007-04-20 Thread Malcolm Tredinnick
On Fri, 2007-04-20 at 10:03 +, simonbun wrote: > I've "svn up -r #"d through all the revisions and it seems 4905 > causes it. Wich is the first import of the code. > > Normally more people would have noticed this problem if it's been > around since 4905, so i'm guessing those changes somehow

Re: Intermittent error since last svn up

2007-04-20 Thread simonbun
I've "svn up -r #"d through all the revisions and it seems 4905 causes it. Wich is the first import of the code. Normally more people would have noticed this problem if it's been around since 4905, so i'm guessing those changes somehow clash with my dev server setup... Any clues as to what my c

Re: Intermittent error since last svn up

2007-04-20 Thread Malcolm Tredinnick
On Fri, 2007-04-20 at 09:31 +, simonbun wrote: > I think this is going to weird you out even more. I wrapped it in a > try/except block and the traceback.extract_stack() returns an empty > list... > > For the time being I've rolled back to 0.96 and everything works as > expected. Also, the pr

Re: Intermittent error since last svn up

2007-04-20 Thread simonbun
Ofcourse it could always be a problem with this dev server, but it's been in use for a couple of years without any problems. Its a pretty standard debian woody setup with python2.4.4 and django over apache2.2 and mod_python3.2.10. On Apr 20, 11:31 am, simonbun <[EMAIL PROTECTED]> wrote: > I think

Re: Intermittent error since last svn up

2007-04-20 Thread simonbun
I think this is going to weird you out even more. I wrapped it in a try/except block and the traceback.extract_stack() returns an empty list... For the time being I've rolled back to 0.96 and everything works as expected. Also, the problem occurs in all of my django projects, so its definitely a

Re: Intermittent error since last svn up

2007-04-20 Thread Malcolm Tredinnick
On Fri, 2007-04-20 at 07:04 +, simonbun wrote: > Hi all, > > I'm getting a weird intermittent exception since i updated django from > trunk yesterday. When I reload apache and request any page I get an > exception for about 3 times, and then after that all goes as intended. This -- and the i

Intermittent error since last svn up

2007-04-20 Thread simonbun
Hi all, I'm getting a weird intermittent exception since i updated django from trunk yesterday. When I reload apache and request any page I get an exception for about 3 times, and then after that all goes as intended. It seems to be a problem with the delayed_loader that replaces each real_* i18