* final-inner-class-broken-bug branch
@ 2007-03-26 15:40 Nurdin Premji
2007-03-27 14:30 ` Nurdin Premji
0 siblings, 1 reply; 2+ messages in thread
From: Nurdin Premji @ 2007-03-26 15:40 UTC (permalink / raw)
To: Frysk Hackers
I've created a branch
(npremji-final-inner-class-broken-bug-20070326-branch) to show that this
code is failing (the maxNameSize changes from 100 to 1331809575):
Efforts are being taken to dramatically reduce the code involved.
public ProcName getProcName (final long addr, final int maxNameSize)
{
// Need to tell ptrace thread to perform the findProcInfo operation.
class ExecuteGetProcName
implements Execute
{
ProcName procName;
public void execute ()
{
procName = ptraceAccessors.getProcName(addr, maxNameSize);
}
}
ExecuteGetProcName executer = new ExecuteGetProcName();
frysk.sys.Ptrace.requestExecute(executer);
return executer.procName;
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: final-inner-class-broken-bug branch
2007-03-26 15:40 final-inner-class-broken-bug branch Nurdin Premji
@ 2007-03-27 14:30 ` Nurdin Premji
0 siblings, 0 replies; 2+ messages in thread
From: Nurdin Premji @ 2007-03-27 14:30 UTC (permalink / raw)
To: Nurdin Premji; +Cc: Frysk Hackers
This branch has been stripped down and added to
frysk-imports/tests/frysk4282.
It fails on fc6 and passes on rawhide.
Nurdin Premji wrote:
> I've created a branch
> (npremji-final-inner-class-broken-bug-20070326-branch) to show that
> this code is failing (the maxNameSize changes from 100 to 1331809575):
> Efforts are being taken to dramatically reduce the code involved.
>
> public ProcName getProcName (final long addr, final int maxNameSize)
> {
> // Need to tell ptrace thread to perform the findProcInfo operation.
> class ExecuteGetProcName
> implements Execute
> {
> ProcName procName; public void execute ()
> {
> procName = ptraceAccessors.getProcName(addr, maxNameSize);
> }
> }
> ExecuteGetProcName executer = new ExecuteGetProcName();
> frysk.sys.Ptrace.requestExecute(executer);
> return executer.procName;
> }
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-27 14:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-26 15:40 final-inner-class-broken-bug branch Nurdin Premji
2007-03-27 14:30 ` Nurdin Premji
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).