You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl@perl.apache.org by Harald Becker <ti...@gmx.de> on 2006/06/21 10:38:26 UTC

Embperl 2.2 - memory wrap on Windows XP

Error message: "panic: memory wrap at C:/Perl5.8/site/lib/Embperl.pm line 108"
The error appears immediately.

FAILED:
Configuration:
Windows XP
Embperl: 2.2 (as CGI script)
Perl: ActiveState v5.8.8 Binary build 817
Apache: 1.3.27


Same page request runs without no problems with this configuration:

NO PROBLEMS:
Configuration:
Windows XP
Embperl: 2.0b9 (as CGI script)
Perl: ActiveState v5.8.8 Binary build 817
Apache: 1.3.27

Configuration:
Debian 3.1
Embperl: 2.0rc3
Perl: v5.8.4
Apache: 2.0.54

Any new hints to solve the problem?
(I've read the mails "Embperl 2.1 - memory wrap on BSD" 12/2005 and "panic: memory wrap" 04/2006)

Harald

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


RE: Embperl 2.2 - memory wrap on Windows XP

Posted by Gerald Richter <ri...@ecos.de>.

---------------------------------------------------------------------------
Gerald Richter            ecos electronic communication services gmbh
IT-Securitylösungen * Webapplikationen mit Apache/Perl/mod_perl/Embperl

Post:       Tulpenstrasse 5          D-55276 Dienheim b. Mainz
E-Mail:     richter@ecos.de          Voice:   +49 6133 939-122
WWW:        http://www.ecos.de/      Fax:     +49 6133 939-333
---------------------------------------------------------------------------
ECOS BB-5000 Firewall- und IT-Security Appliance: www.bb-5000.info
---------------------------------------------------------------------------
Hi,

Sorry for the delayed response...

> 
> Some additional informations:
> 
> The error appears only if cookies are enabled. Without 
> cookies there are no problems!
> 
> Here are the cookie information from the environment::
> "HTTP_COOKIE"                   => 
> F=PERCENT_SAVED&1&D_TIME&6-18%20%2F%2018-21%20%2F%2021-6&ZNAME
> &ZNAME&time&%2B&CBC_AT&1&zone&e%09c%09a%09b%09d&PRICE_ONCE&1&C
> OSTS&3%3A01&day&%2B&PULSE_EXTRA_CHOICE&60%2F60&zoneS&d&CENTS&1
> &CONNECT&Deutsche%20Telekom_Call%20Plus&PULSE_EXTRA&1&CBC0&1&C
> OSTS_SORT&DFT&DWEEKEND_TIME&wie%20bei%20Werktag&comment&1&MAX_
> RESULT&5&type&Telephone;
> E=7aa58e6cedcfcef39b2ca7ada45e2f3aZ183Z1150886545Za9552b4c,
> 
> "EMBPERL_COOKIE_EXPIRES"        => +2y,
> "EMBPERL_COOKIE_NAME"           => E,
> "EMBPERL_COOKIE_PATH"           => 0,
> 
> "REQUEST_METHOD"                => GET,
> 
> It also works if the cookie key "F" is not included in the 
> HTTP_COOKIE string:
> "HTTP_COOKIE"                   => 
> E=7aa58e6cedcfcef39b2ca7ada45e2f3aZ183Z1150886545Za9552b4c,
> 

Could you try if it changes anything if you run without the
EMBPERL_COOKIE_EXPIRES/EMBPERL_COOKIE_NAME/EMBPERL_COOKIE_PATH?

I didn't managed to get the error here. Are you able to create a small test
script that reproduces the error?

Gerald

P.S. I have holidays for the next two weeks, so unless you are much faster
with your response than I am was, you won't get an anwser very soon ...,
sorry!


 
** Virus checked by BB-5000 Mailfilter ** 


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


RE: Embperl 2.2 - memory wrap on Windows XP

Posted by Gerald Richter <ri...@ecos.de>.
Hi,

> Subject: Re: Embperl 2.2 - memory wrap on Windows XP
> 

Thanks for the additional informations. I try to look at this soon as soon
as I have a little free time

Gerald


> Some additional informations:
> 
> The error appears only if cookies are enabled. Without 
> cookies there are no problems!
> 
> Here are the cookie information from the environment::
> "HTTP_COOKIE"                   => 
> F=PERCENT_SAVED&1&D_TIME&6-18%20%2F%2018-21%20%2F%2021-6&ZNAME
> &ZNAME&time&%2B&CBC_AT&1&zone&e%09c%09a%09b%09d&PRICE_ONCE&1&C
> OSTS&3%3A01&day&%2B&PULSE_EXTRA_CHOICE&60%2F60&zoneS&d&CENTS&1
> &CONNECT&Deutsche%20Telekom_Call%20Plus&PULSE_EXTRA&1&CBC0&1&C
> OSTS_SORT&DFT&DWEEKEND_TIME&wie%20bei%20Werktag&comment&1&MAX_
> RESULT&5&type&Telephone;
> E=7aa58e6cedcfcef39b2ca7ada45e2f3aZ183Z1150886545Za9552b4c,
> 
> "EMBPERL_COOKIE_EXPIRES"        => +2y,
> "EMBPERL_COOKIE_NAME"           => E,
> "EMBPERL_COOKIE_PATH"           => 0,
> 
> "REQUEST_METHOD"                => GET,
> 
> It also works if the cookie key "F" is not included in the 
> HTTP_COOKIE string:
> "HTTP_COOKIE"                   => 
> E=7aa58e6cedcfcef39b2ca7ada45e2f3aZ183Z1150886545Za9552b4c,
> 
> Harald
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: embperl-unsubscribe@perl.apache.org
> For additional commands, e-mail: embperl-help@perl.apache.org
> 
> 
>  
> ** Virus checked by BB-5000 Mailfilter ** 
> !DSPAM:44a0de2f184576491211187!
> 


 
** Virus checked by BB-5000 Mailfilter ** 


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


Re: Embperl 2.2 - memory wrap on Windows XP

Posted by Harald Becker <ti...@gmx.de>.
Some additional informations:

The error appears only if cookies are enabled. Without cookies there are no problems!

Here are the cookie information from the environment::
"HTTP_COOKIE"                   => 
F=PERCENT_SAVED&1&D_TIME&6-18%20%2F%2018-21%20%2F%2021-6&ZNAME&ZNAME&time&%2B&CBC_AT&1&zone&e%09c%09a%09b%09d&PRICE_ONCE&1&COSTS&3%3A01&day&%2B&PULSE_EXTRA_CHOICE&60%2F60&zoneS&d&CENTS&1&CONNECT&Deutsche%20Telekom_Call%20Plus&PULSE_EXTRA&1&CBC0&1&COSTS_SORT&DFT&DWEEKEND_TIME&wie%20bei%20Werktag&comment&1&MAX_RESULT&5&type&Telephone; 
E=7aa58e6cedcfcef39b2ca7ada45e2f3aZ183Z1150886545Za9552b4c,

"EMBPERL_COOKIE_EXPIRES"        => +2y,
"EMBPERL_COOKIE_NAME"           => E,
"EMBPERL_COOKIE_PATH"           => 0,

"REQUEST_METHOD"                => GET,

It also works if the cookie key "F" is not included in the HTTP_COOKIE string:
"HTTP_COOKIE"                   => E=7aa58e6cedcfcef39b2ca7ada45e2f3aZ183Z1150886545Za9552b4c,

Harald




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