On 9 December 2010 00:34, Stéphane Klein <[email protected]> wrote: > Le 08/12/2010 12:20, Graham Dumpleton a écrit : >> >> No clues unfortunately, just looks like arbitrary memory corruption. >> >> Do make sure you aren't loading mod_python into same Apache. > > No, mod_python isn't installed. > >> >> Other than that, looks like a C extension module may be corrupting memory. >> >> What C extension modules for Python are you using? > > this is more information about library loading found with gdb : > > http://pastebin.com/VFPe5BcK > > There are some clues in this log ?
Only notable things are: Reading symbols from /usr/lib/libpq.so.5... (no debugging symbols found)...done. Loaded symbols for /usr/lib/libpq.so.5 Reading symbols from /usr/lib/libmysqlclient_r.so.15...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libmysqlclient_r.so.15 Reading symbols from /usr/lib/libsqlite3.so.0...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libsqlite3.so.0 Reading symbols from /usr/lib/libexpat.so.1...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libexpat.so.1 Reading symbols from /usr/lib/libxml2.so.2...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libxml2.so.2 These are preloaded by Apache or PHP extensions. If you are using any C extension module for Python which is expecting different versions of these libraries, you can end up with problems. If you can, don't load PHP into Apache and see if your problem goes away. Recommended that you don't use mod_php and mod_wsgi in same Apache if you can help it. Graham -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
