[Bug 186114] net/mpd5 hangs after a certain number of users connect

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jun 16 15:23:32 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=186114

--- Comment #57 from Eugene Grosbein <eugen at freebsd.org> ---
Created attachment 183537
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=183537&action=edit
patch for lib/syslog by kib

(In reply to Cassiano Peixoto from comment #51)

I'd advise you stop using any patches sumbitted my me to the PR 214482 as they
are no longer needed to find a root of the "umtxn" problem and are not quite
correct. Instead, as more complete fix to "umtxn" problem use two following
patches: first by Konstantin for syslog (libc) that should be applied so:

cd /usr/src
patch < /path/to/patch
cd lib/libc
make obj depend && make all install

Then restart mpd5 only.

Second patch for mpd5 itself by me. It tries to fix "uwrlck" problem in more
correct way, replacing my previous patch. It deals with CLI console only, not
touching web part still. Please make sure no http access is done to mpd. It
would be fine to comment out "set web" commands in the mpd.conf for a while.

And, of course, apply Konstantin's latest patch for rtld.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-net mailing list