Re: sshd triggers Protection id trap
"Carlos O'Donell" <[email protected]>
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
On 1/8/07, John David Anglin <[email protected]> wrote: > I managed to get gdb backtraces for the hung java processes yesterday. > It looks like the hang could be a result of the clone bug in glibc. > clone is used in thread creation. The clone bug is a failure to restore r19 correctly. This results in an immediate crash when attempting to access a variable via the PIC register. It doesn't matter in 99% of the cases where the $$dyncall sets r19 and we jump to the target plabel. I argue that this is not the clone bug. > Of course, this doesn't explain why killing the processes crashes the > system. It doesn't explain it ... because it's not that bug. c.