panic: top_env?

Marco d'Itri md at Linux.IT
Thu Jan 30 23:29:11 UTC 2003


Today I upgraded INN on my main server, but due to a missing dependancy
on the appropriate perl package (perl 5.6 was installed, but inn2 on
debian is compiled against libperl5.8) strict.pm could not be found and
it kept dieing on start *without logging anything*. I had to use strace
to notice this "panic: top_env" message, which is not written anywere
(not even errlog, to which fd 2 is connected).

[...]
8146  open("/usr/local/lib/site_perl/strict.pm", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
8146  stat64(0x101e9918, 0x7fffef98)    = -1 ENOENT (No such file or directory)
8146  open("./strict.pm", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
8146  _llseek(0x22, 0, 0xc008, 0x7ffff158, 0) = 0
8146  _llseek(0x22, 0, 0, 0x7ffff158, 0x1) = 0
8146  close(34)                         = 0
8146  write(2, "panic: top_env\n", 15)  = 15
8146  munmap(0x30027000, 131080)        = 0
8146  close(10)                         = 0
8146  _llseek(0x9, 0xffffffff, 0xffffffff, 0x7ffff228, 0x1) = 0
8146  munmap(0x30019000, 4096)          = 0
8146  exit(1)                           = ?

-- 
ciao,
Marco


More information about the inn-workers mailing list