Mutex error

  • Follow


Anyone else running netbsd-current 1.6W getting mutex errors when trying to run xmms?

-- 

_____________________________
http://mrnobody.freeshell.org|__
mrnobody@nospam.sdf.lonestar.org|_______________________
SDF Public Access UNIX System - http://sdf.lonestar.org|
-------------------------------------------------------
0
Reply Ben 8/17/2003 2:43:17 AM

Ben Eisenberg wrote:
> Anyone else running netbsd-current 1.6W getting mutex errors when trying to run xmms?

I compiled xmms just for you  ;-)  No mutex errors, or any other errors either.
Not even when doing a system re-compile while playing an mp3.

I've never been quite clear on mutexes, but I get the impression they are used
only in multiprocessor kernels. Is this right?  I have only uniprocessor
machines, so this might be relevant to you in case I'm right about mutexes.

0
Reply walt 8/17/2003 6:05:57 PM


Ben Eisenberg <mrnobody@norge.freeshell.org> dixit:
> Anyone else running netbsd-current 1.6W getting mutex errors when
> trying to run xmms?
> 

Nope. Everything good-looking here.

Regards,

awiese
-- 
/(bb|[^b]{2})/
  -- W. Shakespeare (Hamlet)
0
Reply Andreas 8/18/2003 9:31:11 AM

walt wrote:

> Ben Eisenberg wrote:
>> Anyone else running netbsd-current 1.6W getting mutex errors when trying
>> to run xmms?
> 
> I compiled xmms just for you  ;-)  No mutex errors, or any other errors
> either. Not even when doing a system re-compile while playing an mp3.
> 
> I've never been quite clear on mutexes, but I get the impression they are
> used
> only in multiprocessor kernels. Is this right?  I have only uniprocessor
> machines, so this might be relevant to you in case I'm right about
> mutexes.

@walt: Nope, mutexes are also used in multi-threading programs that share
the same data. Like in xmms, where the plugins share data with the main
application...

A mutex is generally a method of locking the other threads out of some
data-chunks until the current thread has finished its work (or chrashed,
but thats not the primary goal of mutexes :-)

@Ben: What plugins are you using? Input? Output? Visualization?

LLAP & LG
Rene
0
Reply Rene 8/19/2003 10:55:30 PM

3 Replies
343 Views

(page loaded in 0.088 seconds)

5/23/2013 9:43:59 AM


Reply: