Bug 5004 - test run contains stray stack dumps
Summary: test run contains stray stack dumps
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-07 06:02 UTC by Andrew Cagney
Modified: 2007-09-07 06:03 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2007-09-07 06:02:02 UTC
It is comming from this:

DebugInfoStackFactory.printVirtualTaskStackTrace(new PrintWriter(System.out),
task, false, false, false);
Comment 1 Andrew Cagney 2007-09-07 06:03:21 UTC
Index: frysk-core/frysk/debuginfo/ChangeLog
2007-09-07  Andrew Cagney  <cagney@redhat.com>

        * TestTypeEntry.java: Delete stray System.out output.
        * TestFrameDebugInfo.java: Delete stray System.out output.