Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 15 Jan 2015 18:42:18 -0500
From: Rich Felker <dalias@...c.org>
To: musl@...ts.openwall.com
Subject: Re: pthreads broken (freeradius testcase)

On Thu, Jan 15, 2015 at 06:10:37PM -0500, Rich Felker wrote:
> On Thu, Jan 15, 2015 at 11:52:36PM +0100, Sebastian Gottschall wrote:
> > following test case
> > 
> > configure freeradius with --with-threads (which is on by default)
> > if you start radiusd with your radius configuration you will see
> > that radius does not listen on any ports. it will hang in the
> > listener thread which creates the socket.
> > if you configure it as --without-threads, it works
> > 
> > 
> > tested with musl 1.1.6 on a mips (big endian) system using kernel 3.10
> 
> Thanks for the report. I'm not terribly familiar with freeradius. Can
> you tell where it's hung, e.g. get a backtrace in gdb, and possibly
> strace -f leading up to the hang?

Short of that, a minimal procedure to reproduce the bug (build
configuration, runtime config files, which distro (if any) you're
using, and anything else needed in the environment, etc.) would be
helpful.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.