karlheyes / icecast-kh

KH branch of icecast
GNU General Public License v2.0
298 stars 106 forks source link

KH9 dying shortly after launch #216

Open hamav8tor opened 6 years ago

hamav8tor commented 6 years ago

Only glaring errors are: [2018-03-19 22:46:57] EROR thread/rwlock wlock error triggered at 0x652140, client.c:827 (35) [2018-03-19 22:46:57] EROR thread/rwlock wlock error triggered at 0x652140, client.c:827 (35)

Also getting a ton of warnings about intro files - how to get rid of those? ... WARN source/source_set_intro Cannot open intro for...

karlheyes commented 6 years ago

hmm, regarding the rwlock messages. line 827 is blank in the build so I would try to find out what is going on with that.

As for the intro messages then I would double check the paths vs the webroot initially. Not much else to go on but I have tried intros so should work as before. Fixing the initial case may also explain the latter case.

karl.