Ted Ede wrote:
> Any thoughts on a workaround or another way to debug this?
>
It's a problem with Embperl::Object, which ignores the fdat parameter (with
Embperl::Execute it works, but not with Embperl::Object::Execute).
I am still debuging this to find and fix the reason.
Please be a little pat
Torsten Luettgert wrote:
> Hi,
>
> I hit a bug in Embperl 2.0b10 today (httpd is 2.0.48, mod_perl
> 1.99_12, on a RedHat 9).
>
> Putting
>
> Test
>
> in an Embperl page reliably crashes my Apache with sig 11 (SIGSEGV)
The appended patch fixes the problem. You can also grab it from the CVS
Gerald
>>
>> these days, I wanted to set an absolute time for the embperl cookie
>> expire time (in 2.0b10) and discovered that the code was totally
>> hosed.
>>
>> It crashed apache as I forgot the "" around the arguments and then
>> plainly didn't work.
>>
>> The following patch fixes both problems and
Jochen Topf wrote:
> tested with 2.0b9.
>
> when using EMBPERL_OUTPUT_MODE 1
>
...
> inserts a spurious '/':
The appended patch fixes this problem. You can also grab it from the CVS
Gerald
---
Gerald Richterecos