On tisdag, juni 4, 2002, at 05:22 , Alessandro Forghieri wrote:

> Greetings.
>
> I am hitting a complex Registry application with a number of almost
> simultaneous, long running requests
>
> (WinNT SP6 - VC++6 SP3 - perl5.8.0 RC1 - latest dev snapshot for 
> modperl -
> httpd-2.0_20020530041218.tar.gz for apache - everything built debug - a 
> few
> date.t  tests fail on nmake test).
>
> The crash happens in perllib.c at:
>
> EXTERN_C PerlInterpreter *
> perl_clone_host(PerlInterpreter* proto_perl, UV flags) {
>     dTHX;
>     CPerlHost *h;
>     h = new CPerlHost(*(CPerlHost*)PL_sys_intern.internal_host); //<==
> BLAAAMM!
>     proto_perl = perl_clone_using(proto_perl, flags,
>                         h->m_pHostperlMem,
>                         h->m_pHostperlMemShared,
>                         h->m_pHostperlMemParse,
>                         h->m_pHostperlEnv,
>                         h->m_pHostperlStdIO,
>                         h->m_pHostperlLIO,
>                         h->m_pHostperlDir,
>                         h->m_pHostperlSock,
>                         h->m_pHostperlProc
>     );
> [...]
> Coming from modperl_interp_new.
>

What interpreter are we cloning from? Can we get a stacktrace of this, I 
think it should be reproducable outside of mod_perl.

Arthur


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to