Bug#328048: mod_perl makes apache2 segv

2005-09-29 Thread Vincent Lefevre
On 2005-09-28 20:52:23 -0700, Jurij Smakov wrote:
 FWIW, I cannot reproduce it in current sid. Application I maintain 
 (torrus) uses libapache2-mod-perl2 and it's working happily. Here are 
 currently installed versions of relevant packages:
 
 apache2-common2.0.54-5
 apache2-mpm-worker2.0.54-5
 libapache2-mod-perl2  2.0.1-3
 perl  5.8.7-5

Here, on a PowerPC machine, Apache crashes with:

apache2-common2.0.54-5
apache2-mpm-prefork   2.0.54-5
libapache2-mod-perl2  2.0.1-3
perl  5.8.7-5

I had to remove perl.* symlinks from /etc/apache2/mods-enabled.

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/
100% accessible validated (X)HTML - Blog: http://www.vinc17.org/blog/
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#328048: mod_perl makes apache2 segv

2005-09-29 Thread Andres Salomon
On Thu, 2005-09-29 at 09:14 +0200, Vincent Lefevre wrote:
 On 2005-09-28 20:52:23 -0700, Jurij Smakov wrote:
  FWIW, I cannot reproduce it in current sid. Application I maintain 
  (torrus) uses libapache2-mod-perl2 and it's working happily. Here are 
  currently installed versions of relevant packages:
  
  apache2-common2.0.54-5
  apache2-mpm-worker2.0.54-5
  libapache2-mod-perl2  2.0.1-3
  perl  5.8.7-5
 
 Here, on a PowerPC machine, Apache crashes with:
 
 apache2-common2.0.54-5
 apache2-mpm-prefork   2.0.54-5
 libapache2-mod-perl2  2.0.1-3
 perl  5.8.7-5
 
 I had to remove perl.* symlinks from /etc/apache2/mods-enabled.
 


This is just a wild guess, but this sounds a whole lot like library
conflicts; ie, a perl program pulling in libmysqlclient12 (thus causing
modperl to load libmysqlclient12), and php loading libmysqlclient10.
What perl libs are installed?  What other apache modules are loaded, and
what libs are they pulling in?  What versions of libmysqlclient and pcre
are installed on the system?





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#328048: mod_perl makes apache2 segv

2005-09-29 Thread Vincent Lefevre
On 2005-09-29 12:01:46 -0400, Andres Salomon wrote:
 This is just a wild guess, but this sounds a whole lot like library
 conflicts; ie, a perl program pulling in libmysqlclient12 (thus causing
 modperl to load libmysqlclient12), and php loading libmysqlclient10.
 What perl libs are installed?  What other apache modules are loaded, and
 what libs are they pulling in?  What versions of libmysqlclient and pcre
 are installed on the system?

In my case, I have (after removing perl.*):

cgi.load
dav.conf
dav.load
dav_fs.conf
dav_fs.load
dav_svn.conf
dav_svn.load
userdir.conf
userdir.load
xmlrpc.conf
xmlrpc.load

When perl.* is there, then this is ruby (used by xmlrpc) that crashes.
With perl.* and without xmlrpc.*, I still get the crash (in mod_perl
this time). So, perhaps you're right, this may be a library conflict.

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/
100% accessible validated (X)HTML - Blog: http://www.vinc17.org/blog/
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#328048: mod_perl makes apache2 segv

2005-09-29 Thread SR, ESC
Le jeu 2005-09-29 a 12:20:01 -0400, Vincent Lefevre [EMAIL PROTECTED] a dit:
 On 2005-09-29 12:01:46 -0400, Andres Salomon wrote:
  This is just a wild guess, but this sounds a whole lot like library
  conflicts; ie, a perl program pulling in libmysqlclient12 (thus causing
  modperl to load libmysqlclient12), and php loading libmysqlclient10.
  What perl libs are installed?  What other apache modules are loaded, and
  what libs are they pulling in?  What versions of libmysqlclient and pcre
  are installed on the system?
 
for my case, i think it may be this, but i don't know how to explain
irssi crashing, as it seems to crash at the same point. but it
certainly sounds like you found something to check out some more. good
for you folks. on my end, i'll do more digging. i think it might be a
combination of things.

 -- 
 Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/
 100% accessible validated (X)HTML - Blog: http://www.vinc17.org/blog/
 Work: CR INRIA - computer arithmetic / SPACES project at LORIA

-- 
Puritanism: The haunting fear that someone, somewhere may be happy.
-- unknown


pgp8uuMTUGeEA.pgp
Description: PGP signature


Bug#328048: mod_perl makes apache2 segv

2005-09-28 Thread Jurij Smakov

simon raven [EMAIL PROTECTED] wrote:


mod_perl enabled makes apache2 puke with a SIGSEGV; seems to be related
to the perl 5.8 update that happened today. before, it was working fine.
the straces aren't very helpful except for pointing out where it fails.


FWIW, I cannot reproduce it in current sid. Application I maintain 
(torrus) uses libapache2-mod-perl2 and it's working happily. Here are 
currently installed versions of relevant packages:


apache2-common2.0.54-5
apache2-mpm-worker2.0.54-5
libapache2-mod-perl2  2.0.1-3
perl  5.8.7-5

Best regards,

Jurij Smakov[EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CC


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#328048: mod_perl makes apache2 segv

2005-09-28 Thread SR, ESC
Le jeu 2005-09-29 a 00:03:37 -0400, Jurij Smakov [EMAIL PROTECTED] a dit:
 simon raven [EMAIL PROTECTED] wrote:
 
 mod_perl enabled makes apache2 puke with a SIGSEGV; seems to be related
 to the perl 5.8 update that happened today. before, it was working fine.
 the straces aren't very helpful except for pointing out where it fails.
 
 FWIW, I cannot reproduce it in current sid. Application I maintain (torrus) 
 uses libapache2-mod-perl2 and it's working happily. 
 Here are currently installed versions of relevant packages:
 
 apache2-common2.0.54-5
 apache2-mpm-worker2.0.54-5
 libapache2-mod-perl2  2.0.1-3
 perl  5.8.7-5

stick php in there, and you have an unhappy combo. i was using both
php and mod_perl2. this isn't the only place where i've seen perl do
this. both irssi and apache2 do the same: they crash when
DynaLoader gets loaded. i can't recall if i filed a bug on perl or
not, but there it is. i note you don't have the php there. oh, no,
actually, my bad, whether or not php was present did it crash.

i had to revert to get it to actually serve sites :(. i've tried
reinstalling the perl packages. the only difference i can see is the
kernel itself. what kernel version is that running?

 Best regards,

:), you too

 Jurij Smakov[EMAIL PROTECTED]
 Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CC
 

-- 
http://www.nuit.ca/ http://rcw.nuit.ca/ezine/vol_x/x0305.html
http://simonraven.nuit.ca/
ARA: http://www.antiracistaction.ca/
Heathens Against Hate: http://home.earthlink.net/~wodensharrow/hah.html


pgpTK0ubGjkXd.pgp
Description: PGP signature