>
> I am pretty sure, I am not using any globals.
>

This must be not a global, could be some other reference that still holds
the request object.

I fixed the problem, so Embperl won't segfault anymore in this situation.
Please try the appended new version of epinit.c

> BTW what is the preferred way of getting the Apache request object? I am
> using this at the beginning of base.epl:
>

Embperl defines the variable $req_rec for you, which holds the apache
request, starting with 2.0b6 you could also say

> [-
>
> $req = shift;

$apreq = $req -> apache_req;

>
> -]
>
Gerald



-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------

Attachment: epinit.c
Description: Binary data

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

Reply via email to