RE: uclibc(1.0.12) mq_send return value and errno issue

2016-11-24 Thread Frank Liu
...@successful.com.au); de...@uclibc-ng.org Subject: Re: uclibc(1.0.12) mq_send return value and errno issue Hi Frank, Frank Liu wrote, > Please see the attached sample code. > > If I turn READERS and WRITERS to 0, the test works fine. > > Adding another thread in the process by set

Re: uclibc(1.0.12) mq_send return value and errno issue

2016-11-23 Thread Waldemar Brodkorb
Hi Frank, Frank Liu wrote, > Please see the attached sample code. > > If I turn READERS and WRITERS to 0, the test works fine. > > Adding another thread in the process by setting a non-zero number to either > READERS or WRITER, the test program crashes due to the assertion at line 99. I

RE: uclibc(1.0.12) mq_send return value and errno issue

2016-11-17 Thread Frank Liu
: Waldemar Brodkorb [mailto:w...@uclibc-ng.org] Sent: Friday, November 18, 2016 5:13 PM To: Frank Liu Cc: 'uclibc@uclibc.org'; de...@uclibc-ng.org; Dushara Jayasinghe (dush...@successful.com.au) Subject: Re: uclibc(1.0.12) mq_send return value and errno issue Hi, Frank Liu wrote, > Hi

Re: uclibc(1.0.12) mq_send return value and errno issue

2016-11-17 Thread Waldemar Brodkorb
Hi, Frank Liu wrote, > Hi All, > > Kernel version : 4.4.19-linux4sam_5.4 > uclibc version : 1.0.12 > uclibc threading support : NPTL > Processor Arch: ARM Better you switch to uClibc-ng mailinglist for this question. > We create a NONBLOCKING message queue. > > The expected behavior is when