On Sat, Oct 18, 2008 at 4:16 PM, Brian <[EMAIL PROTECTED]> wrote: > > Hi there, > > Django is crashing Python on my machine for one particular application > of my Django project (the other applications are unaffected). It's on > the Django 1.0 development server, Mac OS X 10.5.5, stock Python > 2.5.1. > > There is no trace-back. Removing cookies and .pyc files does not > resolve the problem. I'm not sure how to go about debugging it. > Thought I'd share. :) >
It looks like you're overflowing the stack. I recall one bug a couple of months ago that caused infinite recursion generated error reports like this on some machines (where elsewhere it was reported as maximum recursion depth exceeded). So one way to debug might be to try it on a different machine - different architecture, different OS, different versions of things just to see if you can get better diagnostics as to what is going on. If that's not feasible I'd add logging/print statements to try to isolate where you are in your code before things go south. Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---