Thanks
On 13 Sep 2006, at 23:42, Ian Holsman wrote:

for future reference.

the easiest way to get a hint on what is going on is to look at the  

backtrace from the core dump and see what it says.


$ gdb $(which python) --core=<corefile>

gdb> bt


this is what I have done in the past, when python segfaulted..

for me it turned out to be python was using a different version of  

expat than what apache was... and the backtrace

helped as was segfaulting in a XML area.


regards

Ian


Richard Phelps

Senior Lecturer in Nephrology

Renal Autoimmunity Group,

MRC Centre for Inflammation Research,

The Queen's Medical Research Institute

47 Little France Crescent

Edinburgh

EH16 4TJ

Tel (44) 131 242 9164

Fax (44) 131 242 9168



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to