Re: Lock-up on PPC64
From: Arnd Bergmann <arnd@arndb.de>
Date: 2009-01-05 15:47:17
Also in:
lkml
Possibly related (same subject, not in this thread)
- 2008-12-25 · Lock-up on PPC64 · <hidden>
From: Arnd Bergmann <arnd@arndb.de>
Date: 2009-01-05 15:47:17
Also in:
lkml
On Sunday 28 December 2008, malc wrote:
Now to the Christmas cheer, i've tried v2.6.28 and couldn't help but notice that the problem is gone, bisecting v2.6.27 (which funnily i had to mark good) to v2.6.28 (which has to be marked bad) wasn't fun but eventually converged at ab598b6680f1e74c267d1547ee352f3e1e530f89 =20 commit ab598b6680f1e74c267d1547ee352f3e1e530f89 Author: Paul Mackerras [off-list ref] Date: =A0 Sun Nov 30 11:49:45 2008 +0000 =20 =A0 =A0 =A0powerpc: Fix system calls on Cell entered with XER.SO=3D1 =20 Now the lock-up is gone, however the code never exercises the path taken during the lock-up so i guess it, at least, deserves a better look by PPC64 care takers.
Yes, this change was suspected to help with Mono as well, not just Java, because both of them use their own syscall path rather than going through glibc. The reason why you see the lock-up in a different place is because the bug manifested in getting incorrect syscall return codes, which probably made mono go into a normally unused error handling case. Arnd <><