Samuel Tran wrote:
Hi everybody,

I am using:

- mod_perl-1.99_16 / mod_perl-1.99_17-dev
- Apache 2.0.52 (prefork MPM)
- Net::LDAP (perl-ldap-0.3202)
- Perl 5.6.1
    (hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef)

When I try to do a simple anonymous LDAP bind:

my $ldap = Net::LDAP->new('myldapserver', port => '389') or die
"Unable to connect: $!\n";

I get a "Connection to host ... is broken".

Here is the output of the error_log file:

[Mon Oct 11 15:23:07 2004] [notice] child pid 11646 exit signal
Segmentation fault (11)

Not sure if it has anything to do with mp2, but please show us the backtrace of the segfault. See:
http://perl.apache.org/docs/2.0/user/help/help.html#Resolving_Segmentation_Faults


Also for the future please observe the desired format of mp2 bug reports:
http://perl.apache.org/bugs/



--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to