Re: Development server crash with no error message

2008-12-11 Thread Tobias Kräntzer
Am Donnerstag, den 11.12.2008, 10:29 +0100 schrieb Graham Dumpleton: > A problem recently highlighted with the geos stuff though is that it > likes to crash if using it on 64 bit Linux architecture. Good to know. While switching from development to production, we also switched from 64 to 32 bit.

Re: Development server crash with no error message

2008-12-11 Thread Graham Dumpleton
On Dec 11, 8:06 pm, Tobias Kräntzer <[EMAIL PROTECTED]> wrote: > Am Donnerstag, den 11.12.2008, 00:05 +0100 schrieb Andrew Fong: > > > I'm using MySQLdb, cmemcache, PIL, and the django.contrib.gis stuff. > > Hi, we had a similar problem. It turns out, that in our case it was a > multithreading i

Re: Development server crash with no error message

2008-12-11 Thread Tobias Kräntzer
Am Donnerstag, den 11.12.2008, 00:05 +0100 schrieb Andrew Fong: > I'm using MySQLdb, cmemcache, PIL, and the django.contrib.gis stuff. Hi, we had a similar problem. It turns out, that in our case it was a multithreading issue with geos/gdal. For instance using apache2 with wsgi and and allowing o

Re: Development server crash with no error message

2008-12-10 Thread Graham Dumpleton
Forgot to ask, what platform? On Dec 11, 10:05 am, Andrew Fong <[EMAIL PROTECTED]> wrote: > I'm using MySQLdb, cmemcache, PIL, and the django.contrib.gis stuff. > > On Dec 8, 2:58 pm, Graham Dumpleton <[EMAIL PROTECTED]> > wrote: > > > On Dec 9, 8:50 am, Andrew Fong <[EMAIL PROTECTED]> wrote: > >

Re: Development server crash with no error message

2008-12-10 Thread Andrew Fong
I'm using MySQLdb, cmemcache, PIL, and the django.contrib.gis stuff. On Dec 8, 2:58 pm, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On Dec 9, 8:50 am, Andrew Fong <[EMAIL PROTECTED]> wrote: > > > When I'm poking around in my Django app, my development server > > (manage.py runserver) will somet

Re: Development server crash with no error message

2008-12-09 Thread Ronny Haryanto
On Tue, Dec 9, 2008 at 4:50 AM, Andrew Fong <[EMAIL PROTECTED]> wrote: > > When I'm poking around in my Django app, my development server > (manage.py runserver) will sometimes quit without raising an exception > or leaving any messages. I am not tinkering around with the code or > doing anything

Re: Development server crash with no error message

2008-12-08 Thread Graham Dumpleton
On Dec 9, 8:50 am, Andrew Fong <[EMAIL PROTECTED]> wrote: > When I'm poking around in my Django app, my development server > (manage.py runserver) will sometimes quit without raising an exception > or leaving any messages. I am not tinkering around with the code or > doing anything that would fo

Development server crash with no error message

2008-12-08 Thread Andrew Fong
When I'm poking around in my Django app, my development server (manage.py runserver) will sometimes quit without raising an exception or leaving any messages. I am not tinkering around with the code or doing anything that would force a reload. It just decides to quit. I can check the last request