Bug 431962 - repeat listing is too eager
Summary: repeat listing is too eager
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: frysk
Version: 5.2
Hardware: All
OS: Linux
low
low
Target Milestone: rc
: ---
Assignee: Stan Cox
QA Contact: Len DiMaggio
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-02-08 03:17 UTC by Stan Cox
Modified: 2011-02-15 09:45 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-02-15 09:45:12 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
ListCommand.java patch (2.10 KB, patch)
2008-02-08 03:17 UTC, Stan Cox
no flags Details | Diff
testcase script (6.48 KB, application/x-sh)
2008-02-08 03:23 UTC, Stan Cox
no flags Details

Description Stan Cox 2008-02-08 03:17:48 UTC
Description of problem:
Repeat listing (list without any options) occurs for circumstances that can be
confusing to a user.  For example: in frame 0/file a, down to frame 1/file b,
back to frame 0/file a.

Risk of applying change:
Low.  The change turns off repeat processing.

Risk of not applying change:
To get the same effect users would need to list by line number: line N

Steps to Reproduce:
Run the test script on an unpatched fhpd.

Actual results:
list 3 will not be the same as list 1

Expected results:
list 3 will be the same as list 1

Comment 1 Stan Cox 2008-02-08 03:17:48 UTC
Created attachment 294299 [details]
ListCommand.java patch

Comment 2 Stan Cox 2008-02-08 03:23:22 UTC
Created attachment 294302 [details]
testcase script

Comment 3 Andrew Cagney 2008-02-08 22:27:50 UTC
We need tests integrated into funit, not external test scripts.


Note You need to log in before you can comment on or make changes to this bug.