On Sun, Jun 1, 2008 at 2:41 AM, Stephen Cheng <[EMAIL PROTECTED]> wrote:
> > Hi Guys > > This is a very strange problem and I haven't resolved it. Dev Web > server just crash with a python.core dump and no exception log at all. > > Problem occurs when you go around the Admin page, either refresh page, > add record, delete record. Now I can reproduce it by keeping refresh > the admin page exactly 16 times when just login to the admin home > page. > > I found there seems to be a similar problem here:http:// > code.djangoproject.com/ticket/2414, I follow the resolution: I > reinstall python with option :THREAD_STACK_SIZE=0x100000 but it didn't > help. > > The environment is: > > FreeBSD 7 > python 2.5.2 > django latest svn > Postgres 8.3 > > The site is a just a sample site following the django book charpter 6: > Admin page, I tested with data and droping all data in db, I have used > none of own template, all are from django contrib admin template page. > > Any one experienced this? I really have no idea now. could somebody > advise what the problem really is? > I don't have any idea, but I notice that you are the second person in as many days to report a really weird problem on the FreeBSD 7/python 2.5.2 combination, see: http://groups.google.com/group/django-users/browse_thread/thread/535a8f019a51e2cc# Particularly in your case, it makes me suspicious there is something screwy with the Python on this platform. Pure Python code (as Django is) should not be able to cause a core dump. Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

