| Summary: | Stack trace when killing/rerunning processes with fhpd | ||
|---|---|---|---|
| Product: | frysk | Reporter: | Rick Moseley <rmoseley> |
| Component: | general | Assignee: | Rick Moseley <rmoseley> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Host: | Target: | ||
| Build: | Last reconfirmed: | ||
| Project(s) to access: | ssh public key: | ||
| Bug Depends on: | |||
| Bug Blocks: | 2246 | ||
|
Description
Rick Moseley
2008-03-25 17:55:20 UTC
Ends up not being related to sysroot. frysk.proc.live.LinuxPtraceHost.requestCreateAttachedProc sometimes arrives with args == null. So you end up in frysk.proc.live.LinuxPtraceHost$4.execute() then frysk.sys.Fork.ptrace then spawn() which checks: int argc = JvGetArrayLength (args); which cuases the failure This bug has been fixed, as Stan found out it was null args being passed up to the code that activates a process. This was fixed when bz's 550/5501 were fixed. |