I've been fighting a nearly identical bug to Robert for a while now too, in fact, but his greater gdb-fu has got him further. my problem description of the problem is nearly identical:
My production server, which doesn't have the problem, is Ubuntu Hardy, 64 bit throughout. python 2.5. (Rob, I'm assuming that you have built a custom mod_wsgi for Feisty, since my modwsgi version for Hardy shows as 1.3) my dev server, which crashes reproducably on accessing URLs which load the GEOS library, is Ubuntu Intrepid, 64 bit throughout also. Rob, if you make any further progress on solving this I'd love to hear it. my current MO is basically recompiling things until it works, and I'll report if i get any luck that way. cheers, dan On Nov 11, 1:40 pm, "Graham Dumpleton" <[EMAIL PROTECTED]> wrote: > How many variants of Python do you have installed of 2.5. Ie., is > there both 32 bit and 64 bit versions? > > Since you are using ctypes the issue may be byte size or alignment > issues if ctypes code is expecting a certain in memory data structure > layout. This layout may differ between 32 bit and 64 bit architectures > and may be under Apache/mod_wsgi code is running 64 bit where as with > command line Python it isn't, or vice versa. > > Other than that, can't think what else to suggest besides trying to > isolate your code out into a very small standalone example to try and > make it easier to debug. > > Graham > > 2008/11/10 Robert Coup <[EMAIL PROTECTED]>: > > > > > Hey folks, > > > I have a reproducible segfault for some Django code I've recently moved from > > Ubuntu Feisty (mod-wsgi 2.0) to Ubuntu Intrepid (mod-wsgi 2.3)... anyway, > > its a bit complicated so i thought i'd fish here for more ideas before i dig > > further: > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en -~----------~----~----~----~------~----~------~--~---
