On 2001.11.27, Sean Redmond <[EMAIL PROTECTED]> wrote:
> 0x400afdd3 in canonicalize (
>     name=0x8396940
> 
>"/usr/local/aolserver-3.0/servers/webmail/pages/squirrelmail-1.2.0-rc2/src/../src/load_prefs.php",
> resolved=0x403bc12c "")
>     at canonicalize.c:88
> 88      canonicalize.c: No such file or directory.
>         in canonicalize.c

Could you add the directory containing the PHP source to your
gdb init, as well, and send that backtrace?  I'm guessing that's
where canonicalize.c lives, and it'd be interesting to see what
line 88 is actually doing that causes the segfault ...

> (gdb) bt
> #0  0x4013fa38 in ___lxstat64 (vers=3, name=0x403cd01c "/usr",
> buf=0x403ce04c)
>     at ../sysdeps/unix/sysv/linux/lxstat64.c:52

This is a little more telling.  I wonder where *buf points to ...
which we'd know looking at canonicalize.c ...

-- Dossy

--
Dossy Shiobara                       mail: [EMAIL PROTECTED]
Panoptic Computer Network             web: http://www.panoptic.com/
  "He realized the fastest way to change is to laugh at your own
    folly -- then you can let go and quickly move on." (p. 70)

Reply via email to