Re: Segmentation fault with mod_python (Ubuntu Edgy Eft)

2007-01-23 Thread Jeremy Dunck

On 1/23/07, Rchard Peng <[EMAIL PROTECTED]> wrote:
> Nikolaus Schlemm wrote:
> > > Aha! Not sure why I didn't think of that, but a back and forth
> > > switching php modules on and off eventually led me to mhash.so -
> > > switching off that module solved all my woes.
> > ouch mhash again ... a couple of months ago that interfered with md5 for 
> > some
> > reason resulting in wrong digests, but segfaults? might be useful if you
> > report this to modpython (and possibly ubuntu) as well.
>
> upgrade your MySQL-python to the latest will resolve the problem

What's that got to do with mhash.so?

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



Re: Segmentation fault with mod_python (Ubuntu Edgy Eft)

2007-01-23 Thread Rchard Peng

upgrade your MySQL-python to the latest will resolve the problem
Nikolaus Schlemm wrote:
> > Aha! Not sure why I didn't think of that, but a back and forth
> > switching php modules on and off eventually led me to mhash.so -
> > switching off that module solved all my woes.
> ouch mhash again ... a couple of months ago that interfered with md5 for some
> reason resulting in wrong digests, but segfaults? might be useful if you
> report this to modpython (and possibly ubuntu) as well.
> -- 
> cheers,
> 
>   Nikl


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



Re: Segmentation fault with mod_python (Ubuntu Edgy Eft)

2007-01-11 Thread James Turnbull


Hi Nikl,

> - have you tried to increase apache's loglevel?

Yes, but the errors were no more verbose.

> - do you have any php-extensions installed? if so, you might want  
> to check out
> if php is really the factor by loading it without any extensions.  
> if that
> works, try adding them back one by one.

Aha! Not sure why I didn't think of that, but a back and forth  
switching php modules on and off eventually led me to mhash.so -  
switching off that module solved all my woes.

Many thanks,

James


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



Re: Segmentation fault with mod_python (Ubuntu Edgy Eft)

2007-01-11 Thread Nikolaus Schlemm

hi James,

> I'm running Ubuntu Edgy Eft, with the following versions (updated to
> the most recent available from  apt-get)
>   Apache/2.0.55 (Ubuntu) mod_python/3.2.8 Python/2.4.4c1 PHP/5.1.6
> mod_ssl/2.0.55 OpenSSL/0.9.8b
> and Django 0.95.
I'm running pretty much the same combo, but with django trunk (and apache also 
serves my svn repositories) - works like a charm!

> If I disable mod_php then the site does work, so there is some sort
> of conflict but I am unsure how to resolve what that conflict may be.
> Django is partly working as it gives me the Page not found debug page
> for 404s.
can you get it to work completely?

> Is anyone running successfully on Edgy Eft while still using PHP? Is
jepp

> there anything anyone can suggest to diagnose further?
- have you tried to increase apache's loglevel?
- do you have any php-extensions installed? if so, you might want to check out 
if php is really the factor by loading it without any extensions. if that 
works, try adding them back one by one.
- can you also rule out other possibilities? (corrupt memory and stuff like 
that)
-- 
cheers,

Nikl

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