Date: Fri, 30 Jun 2017 12:36:48 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 220381] net/torsocks: sometimes crashes on 12.0-CURRENT Message-ID: <bug-220381-13-HnRQ4WleA2@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-220381-13@https.bugs.freebsd.org/bugzilla/> References: <bug-220381-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220381 --- Comment #1 from Jan Beich <jbeich@FreeBSD.org> --- Adding /lib/libthr.so.3 to LD_PRELOAD makes the crash go away. w3m is alrea= dy linked against libthr.so.3 but torsocks isn't, so FLOCKFILE_CANCELSAFE() probably ends up using pthread stubs. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220381-13-HnRQ4WleA2>