Bugzilla – Bug 118958
Failed to acquire semaphore[dbde35e0|1|0], AE_TIME
Last modified: 2006-04-03 09:07:58 UTC
Failed to acquire semaphore[dbde35e0|1|0], AE_TIME I get lot's and lot's of these messages on my dmesg output.. I have no idea what this means, but i guess something is wrong..
It's a down_trylock failing that prints it, however since timeout is 0 this may actually be harmless. But it's a bit hard to tell if this is harmless or not with only the above information. Best would be that you enable the acpi debug messages as a whole, so we get some more meaningful trace info. acpi=off will workaround it too...
Created attachment 76013 [details] revert message to debug-only This message should be printed only when debugging is enabled. There's no actual error when a semaphore acquisition times out. I posted this patch here: http://marc.theaimsgroup.com/?l=linux-acpi&m=114384441902222&w=2 and Bob Moore confirmed that this is the correct fix.
Thanks.