On Thu, 1 Aug 2002, Mark Brown wrote:

> Adding diagnostics to php4 so it'd actually say what went wrong (MM
> provides mm_error() giving a text-form error) might be helpful.

Here's the error returned by mm_error() when mm_create() fails:

        mm:core: failed to acquire shared memory segment (Invalid argument)

Here's the line (ext/session/mod_mm.c: line 213):

            data->mm = mm_create(0, path);

with path being a const char*.

I'm a bit tied up with other work now, but I'll see if I can find out what
path has assigned to it.

C

Reply via email to