Witam!
Podczas uruchamiania skryptu lms-notify (chociaż także przy uruchamianiu
innych) skrypt mi wypisuje "Segmentation Fault" .. Co z tym zrobic?

Koncowka strace, przed samym wywaleniem Segmentation Fault:

read(4, "#\n# Internet protocols\n#\n# $Free"..., 4096) = 4096
close(4)                                = 0
munmap(0x40016000, 4096)                = 0
open("/etc/services", O_RDONLY)         = 4
fcntl64(4, F_GETFD)                     = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=72630, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x40016000
read(4, "#\n# Network services, Internet s"..., 4096) = 4096
close(4)                                = 0
munmap(0x40016000, 4096)                = 0
open("/etc/protocols", O_RDONLY)        = 4
fcntl64(4, F_GETFD)                     = 0
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=5748, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
= 0x40016000
read(4, "#\n# Internet protocols\n#\n# $Free"..., 4096) = 4096
close(4)                                = 0
munmap(0x40016000, 4096)                = 0
socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 4
ioctl(4, TCGETS, 0xbffff720)            = -1 EINVAL (Invalid argument)
_llseek(4, 0, 0xbffff790, SEEK_CUR)     = -1 ESPIPE (Illegal seek)
ioctl(4, TCGETS, 0xbffff720)            = -1 EINVAL (Invalid argument)
_llseek(4, 0, 0xbffff790, SEEK_CUR)     = -1 ESPIPE (Illegal seek)
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
fcntl64(4, F_GETFL)                     = 0x2 (flags O_RDWR)
fcntl64(4, F_SETFL, O_RDWR|O_NONBLOCK)  = 0
connect(4, {sa_family=AF_INET, sin_port=htons(25),
sin_addr=inet_addr("127.0.0.1")}, 16) = -1 EINPROGRESS (Operation now in
progress)
stat64("/usr/lib/perl5/5.8.1/i486-linux/IO/Select.pmc", 0xbffff7a0) = -1
ENOENT (No such file or directory)
open("/usr/lib/perl5/5.8.1/i486-linux/IO/Select.pm", O_RDONLY|O_LARGEFILE) =
5
ioctl(5, TCGETS, 0xbffff5a0)            = -1 ENOTTY (Inappropriate ioctl for
device)
_llseek(5, 0, [0], SEEK_CUR)            = 0
read(5, "# IO::Select.pm\n#\n# Copyright (c"..., 4096) = 4096
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++


Pozdrawiam.
Piotrek.