vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hi folks, I've got a debian 3.0 installed and I made a distupgrade yesterday. now I've got the problem that when I want to start the apache server I get a segmentation fault. I've got apache version 1.3.27 and kernel version 2.4.21 kathrina |
| |||
| Kathrina wrote: > now I've got the problem that when I want to start the apache server I > get a segmentation fault .... could be a number of reasons for this. what do the logs reveal? .. -- /// Michael J. Tobler: motorcyclist, surfer, skydiver, \\\ \\\ and author: "Inside Linux", "C++ HowTo", "C++ Unleashed" /// Nature is by and large to be found out of doors, a location where, it cannot be argued, there are never enough comfortable chairs. - Fran Leibowitz |
| ||||
| mjt <mjtobler@removethis_consultant.com> wrote in message news:<DKulb.991$wc3.623@newsread3.news.pas.earthli nk.net>... > Kathrina wrote: > > > now I've got the problem that when I want to start the apache server I > > get a segmentation fault > > ... could be a number of reasons for this. what do the logs reveal? > . only the boot log file contains information about the segmentation fault. boot log file Wed Oct 22 08:30:26 2003: Starting web server: apache/etc/rc2.d/S91apache: line 70: 597 Segmentation fault start-stop-daemon --start --pidfile $PIDFILE --exec $DAEMON Wed Oct 22 08:30:26 2003: failed strace apache open("/usr/share/perl/5.8.1/AutoLoader.pm", O_RDONLY|O_LARGEFILE) = 4 ioctl(4, TCGETS, 0xbfffaf20) = -1 ENOTTY (Inappropriate ioctl for device) _llseek(4, 0, [0], SEEK_CUR) = 0 read(4, "package AutoLoader;\n\nuse strict;"..., 4096) = 4096 read(4, " \'lib\').\n #\n\n (my $calldir"..., 4096) = 841 _llseek(4, 4936, [4936], SEEK_SET) = 0 _llseek(4, 0, [4936], SEEK_CUR) = 0 close(4) = 0 --- SIGSEGV (Segmentation fault) @ 0 (0) --- +++ killed by SIGSEGV +++ ltrace apache __ctype_b_loc(0x08088a6c, 5, 0xbfffb75a, 0xbfffb6fc, 0x0808d5d4) = 0x4043520c __ctype_b_loc(0x08088a6c, 5, 0xbfffb75b, 0xbfffb6fc, 0x0808d5d4) = 0x4043520c --- SIGSEGV (Segmentation fault) --- +++ killed by SIGSEGV +++ |