develooper Front page | perl.perl5.porters | Postings from March 2000

Re: beep R beep C beep 3

Thread Previous | Thread Next
From:
Tim Bunce
Date:
March 22, 2000 08:18
Subject:
Re: beep R beep C beep 3
Message ID:
20000322161446.C28205@ig.co.uk
On Wed, Mar 22, 2000 at 03:28:29PM +0100, Ulrich Pfeifer wrote:
> HI!
> 
> I am not sure if this is of interest for p5p. But RC3 thems to break
> DBD::Oracle on Linux.  _57 works.  Using RC3 test report everything ok
> but perl dumps core after completing any test script.  Something
> during global destruction probably.
> 
>  | #0  0x4000a43d in _dl_debug_state () from /lib/ld-linux.so.2
>  | #1  0x4014d2af in _dl_close () from /lib/libc.so.6
>  | #2  0x400663b7 in dlopen () from /lib/libdl.so.2
>  | #3  0x4000a145 in _dl_catch_error () from /lib/ld-linux.so.2
>  | #4  0x4006693e in dlerror () from /lib/libdl.so.2
>  | #5  0x400663dd in dlclose () from /lib/libdl.so.2
>  | #6  0x8059cd0 in XS_DynaLoader_dl_unload_file ()
>  | #7  0x8098f2c in Perl_pp_entersub ()
>  | #8  0x805c7f5 in S_call_body ()
>  | #9  0x805c3ce in perl_call_sv ()
>  | #10 0x80599d5 in dl_unload_all_files ()
>  | #11 0x805a5e7 in perl_destruct ()
>  | #12 0x80598c3 in main ()
>  | #13 0x4009f7e2 in __libc_start_main () from /lib/libc.so.6
>  `-----

The dlclose -> dlerror -> _dl_catch_error -> dlopen sequence
looks particularly, er, odd.

Tim.

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About