Actions
Bug #832
closedanother echo SCU false positive
Status:
Closed
Priority:
High
Assignee:
Pedro Fernando Arizpe Gómez
Category:
Application
Target version:
Start date:
2018-05-03
Due date:
2018-05-04
% Done:
80%
Estimated time:
2:00 h
Module:
dcmnet
Operating System:
Compiler:
Description
echoSCU also returns a false positive (EXITCODE_NO_ERROR) after calling cecho.
The error happens if the condition returned by cecho is: DUL_PEERREQUESTEDRELEASE
The program logs the error correctly(Protocol Error: Peer requested release (Aborting)") and the association is aborted.
However, the program only returns an accurate exit value if the association abort also fails.
Updated by Pedro Fernando Arizpe Gómez over 7 years ago
- Related to Bug #390: Memory leaks in storescu, findscu und Co. added
Updated by Pedro Fernando Arizpe Gómez over 7 years ago
- Related to Bug #831: echo SCU false positive added
Updated by Pedro Fernando Arizpe Gómez over 7 years ago
- Due date set to 2018-05-04
Updated by Pedro Fernando Arizpe Gómez over 7 years ago
- Status changed from New to Assigned
Updated by Pedro Fernando Arizpe Gómez over 7 years ago
- Status changed from Assigned to Closed
- Estimated time changed from 1:00 h to 2:00 h
Updated by Jörg Riesmeier over 7 years ago
- Status changed from Closed to Reopened
- Target version set to 3.6.4
- % Done changed from 0 to 80
Exit codes should also be documented in the corresponding man page (see Feature #219).
Updated by Pedro Fernando Arizpe Gómez over 7 years ago
- Status changed from Reopened to Closed
Documented exit codes in echoscu manpage.
Actions