Displaying 1 result from an estimated 1 matches for "playlist_render_xspf".
2016 Oct 02
1
Segmentation Fault
...a Icecast server, source code pulled from git, that constantly
segfaults when the playlist stats start populating. I ran GDB on it and got
this
Program received signal SIGSEGV, Segmentation fault.
_dump_stats_to_doc (hidden=0, show_mount=0x0, root=0x676e50) at stats.c:881
881 history = playlist_render_xspf(source_real->history);
which falls in line with
[24699945.204767] icecast[23864]: segfault at 118 ip 0000000000414be5 sp
00007ffe8ace7050 error 4 in icecast[400000+3c000]
addr2line -e /path/to/icecast 0000000000414be5
/path/to/icecast_git/icecast-server/src/stats.c:881
OS: Debian Jessie
Curr...