You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Brian Millett <bp...@ec-group.com> on 2004/04/21 02:40:48 UTC

stacked_handlers2 test fails latest cvs bleed

Hello,
localhost: uname -a
Linux localhost 2.6.5-1.332 #1 Mon Apr 19 10:13:26 EDT 2004 i686 i686 i386
GNU/Linux
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
perl v5.8.3 built for i386-linux-thread-multi
Server: Apache/2.0.49, Interface: mod_ssl/2.0.49, Library: OpenSSL/0.9.7
Fedora Core release 1.92 (FC2 Test 3)

I get a core and test failure.
back trace:
(gdb) where
#0  0x5501741a in ?? ()
#1  0xfeffed78 in ?? ()
#2  0x00000001 in ?? ()
#3  0xfeffed73 in ?? ()
#4  0x55112fbb in __read_nocancel () from /lib/tls/libpthread.so.0
#5  0x08089c55 in ap_mpm_pod_check ()
Previous frame inner to this frame (corrupt stack?)

message with TEST_VERBODE=1
t/hooks/stacked_handlers2...............# connecting to
http://localhost:8538/TestHooks__stacked_handlers2
1..1
# Running under perl version 5.008003 for linux
# Current time local: Tue Apr 20 19:19:20 2004
# Current time GMT:   Wed Apr 21 00:19:20 2004
# Using Test.pm version 1.24
request has failed (the response code was: 500)
see t/logs/error_log for more details
dubious
        Test returned status 255 (wstat 65280, 0xff00)
Scalar found where operator expected at (eval 175) line 1, near "'int'
$__val"
        (Missing operator before   $__val?)
DIED. FAILED test 1


I know I am on the bleeding edge of a few items.  Any ideas?

Thanks.

-- 
Brian Millett
Enterprise Consulting Group  "Shifts in paradigms
(314) 205-9030           often cause nose bleeds."
bpmATec-groupDOTcom                     Greg Glenn




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: stacked_handlers2 test fails latest cvs bleed

Posted by Stas Bekman <st...@stason.org>.
Brian Millett wrote:
> Hello,
> localhost: uname -a
> Linux localhost 2.6.5-1.332 #1 Mon Apr 19 10:13:26 EDT 2004 i686 i686 i386
> GNU/Linux
> gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
> perl v5.8.3 built for i386-linux-thread-multi
> Server: Apache/2.0.49, Interface: mod_ssl/2.0.49, Library: OpenSSL/0.9.7
> Fedora Core release 1.92 (FC2 Test 3)
> 
> I get a core and test failure.
> back trace:
> (gdb) where
> #0  0x5501741a in ?? ()
> #1  0xfeffed78 in ?? ()
> #2  0x00000001 in ?? ()
> #3  0xfeffed73 in ?? ()
> #4  0x55112fbb in __read_nocancel () from /lib/tls/libpthread.so.0
> #5  0x08089c55 in ap_mpm_pod_check ()
> Previous frame inner to this frame (corrupt stack?)
[...]
> I know I am on the bleeding edge of a few items.  Any ideas?

Corrupted stack and gcc version 3.3.3 from a week ago? I'd first try to 
rebuild with a stable gcc 3.3.2. I think it's the blead-gcc that causes that 
problem. Could also be libpthread problem is you can see form the semi-useful 
stack, so I'd try to get a stable version of that too. And glibc.

This setup works perfectly fine for me:
Linux rabbit.stason.org 2.6.3-7mdk #1 Wed Mar 17 15:56:42 CET 2004 i686
gcc-3.3.2 (GCC) 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)
glibc-2.3.3

I couldn't figure where did I get /lib/tls/libpthread.so.0 from but it links 
to libpthread-0.10.so

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org