Boost logo

Boost :

From: Phil Endecott (spam_from_boost_dev_at_[hidden])
Date: 2008-03-13 12:19:18


Anthony Williams wrote:
> Dean Michael Berris <dmberris <at> friendster.com> writes:
>
>> On Thu, Mar 13, 2008 at 6:04 PM, Anthony Williams
>> <anthony_w.geo <at> yahoo.com> wrote:
>> > Dean Michael C. Berris <dmberris <at> friendster.com> writes:
>> >
>> > > This has been bothering me a while -- as I'm working on the Memcache++
>> > > Client that I'm maintaining and continuing to develop, when I try
>> > > running the unit test(s) I've written in a specific platform I get
>> > > 'mutex: Invalid argument' errors being thrown with regards to either
>> > > locking, unlocking, or destroying mutexes.
>> >
>> > What does your code look like?
>> >
>>
>> You can browse the source for the Memcache++ Client here:
>> http://memcachepp.svn.sourceforge.net/viewvc/memcachepp/trunk/memcache%2B%2B/
>
> Thanks. Is the test code available online too? Where does the "mutex: Invalid
> argument" message come from? This isn't a message from boost.threads.

It looks to me like errno==EINVAL being converted to a string. Maybe
strace would help?

Phil.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk