[icecast] yet another test stream / Icecast2 segfault
Jack Moffitt
jack at xiph.org
Tue Dec 4 23:46:59 UTC 2001
> Then, I don't know how to use strace. The manpage is huge and I don't
> understand very much of it ... it would be great if you could give me
> the command line that produces exactly what you need. I'll then run
> icecast2 with it for the next time until it happens to segfault again
> (I'll give up eventually, though ;) ).
trace traces system calls. It's a slightly different tool.
You'll need to get stack traces out of gdb.
Just run:
gdb ./icecast
then at the gdb prompt:
run -c /path/to/conf.xml
icecast will run as normal at this point, until a segfault.
type:
bt
for a back-trace of teh stack, and send me the output it gives you.
jack.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the Icecast
mailing list