[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Mod_perl and Linux/Sparc



On Fri, Aug 13, 1999 at 08:00:03PM +0200, Samuel Tardieu wrote:
> Looks like this is related to /etc/hosts. Too bad, we do not have
> ltrace on Sparc...
> 
> open("/etc/hosts", O_RDONLY)            = 3
> fcntl(3, F_GETFD)                       = 0
> fcntl(3, F_SETFD, FD_CLOEXEC)           = 0
> fstat(3, {st_mode=0, st_size=934587505, ...}) = 0
> mmap(0, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7001c000
> read(3, "127.0.0.1\tlocalhost\n137.194.16"..., 8192) = 306
> --- SIGILL (Illegal instruction) ---
> detach: ptrace(PTRACE_DETACH, ...): Input/output error

Nasty, that actually looks like it's in libc, -lresolv or nss_files. I
don't think apache nor php3 would access /etc/hosts directly.

Ben


Reply to: