Prev Previous Post   Next Post Next
Old 15th September 2005, 15:23   #1
Ac3
Junior Member
 
Join Date: Sep 2005
Location: Tienen, Belgium
Posts: 1
Segmentation fault on startup

Hello,

I'm was trying to install latest shoutcast server on a cPanel10 server running CentOS 3.5. Though it complains when I startup:
shoutcast@ares [~]# ./sc_serv
Segmentation fault
shoutcast@ares [~]#

No log file, nothing. Firing it up through strace gives te following result:
shoutcast@ares [~]# strace ./sc_serv
execve("./sc_serv", ["./sc_serv"], [/* 22 vars */]) = 0
uname({sys="Linux", node="ares.xynta.nl", ...}) = 0
brk(0) = 0x816d000
open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/lib/libNoVersion.so.1", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0755, st_size=7316, ...}) = 0
close(3) = 0
open("/lib/libNoVersion.so.1", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\10\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=7316, ...}) = 0
old_mmap(NULL, 7180, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb75e7000
old_mmap(0xb75e8000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xb75e8000
close(3) = 0
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=31682, ...}) = 0
old_mmap(NULL, 31682, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb75df000
close(3) = 0
open("/lib/i686/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0P\\\1\000"..., 512) = 512
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb75de000
fstat64(3, {st_mode=S_IFREG|0755, st_size=1560036, ...}) = 0
old_mmap(NULL, 1283524, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xb74a4000
old_mmap(0xb75d8000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x134000) = 0xb75d8000
old_mmap(0xb75db000, 9668, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb75db000
close(3) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
shoutcast@ares [~]#

I check all libs and all libs are there. Also disabling TLS doens't change anything.

Any ideas?
-Frederic
Ac3 is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Shoutcast > Shoutcast Technical Support

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump