bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Perl tests


From: Michal 'hramrach' Suchanek
Subject: Re: Perl tests
Date: Tue, 8 Oct 2002 11:13:26 +0200
User-agent: Mutt/1.4i

On Mon, Oct 07, 2002 at 12:16:26PM -0500, Neal H. Walfield wrote:
> On Mon, Oct 07, 2002 at 11:12:47AM +0200, Michal 'hramrach' Suchanek wrote:
> > With the script I can link and run successfully the tests in libpthread but
                                                              ^^^^^^^^^^^^^
> > building threads into perl (the new style) fails. The default setup is to
This is the default debian setup: all extension loaded dynamically.
> > build threads as a dynamic extension to statically linked perl binary.
> > I could try to configure threading as a static extension eventually.
Static extension is one that is compiled into an archive and linked into perl
as opposed to dynamic extension loaded on demand. However, the system libs used 
by any extension are linked dynamically by default.
(ie. libpthread.so fot threads)
> 
> Could you give some more details on the exact setup that you are using
> and what type of failures you are experiencing.
The perl thread tests dump core which I cannot load into gdb.
Ie the basic tests fail the second test. Running the tests destabilizes
whole system (probably because of filesystem activity or stressing
the crash server).
More info after reboot (hopefully I can send this at least :).

-- 
Michal Suchanek
hramrach@centrum.cz




reply via email to

[Prev in Thread] Current Thread [Next in Thread]