Advertisement
Guest User

Untitled

a guest
Nov 8th, 2013
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. [ 2.398620] =============================================
  2. [ 2.404034] [ INFO: possible recursive locking detected ]
  3. [ 2.409448] 3.10.9+ #5 Not tainted
  4. [ 2.412861] ---------------------------------------------
  5. [ 2.418272] swapper/0/1 is trying to acquire lock:
  6. [ 2.423074] (*Mutex){+.+...}, at: [<c043edf4>] gckOS_AcquireMutex+0x28/0x6c
  7. [ 2.430246]
  8. [ 2.430246] but task is already holding lock:
  9. [ 2.436092] (*Mutex){+.+...}, at: [<c043ee14>] gckOS_AcquireMutex+0x48/0x6c
  10. [ 2.443249]
  11. [ 2.443249] other info that might help us debug this:
  12. [ 2.449789] Possible unsafe locking scenario:
  13. [ 2.449789]
  14. [ 2.455721] CPU0
  15. [ 2.458179] ----
  16. [ 2.460638] lock(*Mutex);
  17. [ 2.463485] lock(*Mutex);
  18. [ 2.466330]
  19. [ 2.466330] *** DEADLOCK ***
  20. [ 2.466330]
  21. [ 2.472263] May be due to missing lock nesting notation
  22. [ 2.472263]
  23. [ 2.479065] 3 locks held by swapper/0/1:
  24. [ 2.483000] #0: (&__lockdep_no_validate__){......}, at: [<c030fd60>] __driver_attach+0x34/0x94
  25. [ 2.491922] #1: (&__lockdep_no_validate__){......}, at: [<c030fd84>] __driver_attach+0x58/0x94
  26. [ 2.500828] #2: (*Mutex){+.+...}, at: [<c043ee14>] gckOS_AcquireMutex+0x48/0x6c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement