On Fri, 2007-05-25 at 22:46 -0700, Grant D. Watson wrote: > > No idea about the core dump -- it's not very usual > > (for Python). > > Definitely my experience. > > > However, you will have to do something about your > > Python version. Either > > I checked, and as Jeremy said an update was just > released recently; I've upgraded to 2.5.1. Thanks for > the heads-up. > > > Is there sufficient debug information in the > > coredump that can run "gdb > > python core.dump" and see from the backtrace what is > > actually causing > > the problem? It certainly sounds like it would be > > In an unusually (for Ubuntu) boneheaded move, it looks > like Ubuntu doesn't leave core files for packaged > programs, even after a "ulimit -c unlimited". Any > other way to pull this off?
I wouldn't have thought it was possible to permanently disable that, so my first thought would be you haven't changed the limits for the right process. Is Python crashing? Or the PostgreSQL server? Are you running with the dev server or with mod_python? The latter case might be harder to debug. Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---