Page 1 of 1

AmigaDOS command Copy bug

Posted: Fri Feb 07, 2025 7:48 pm
by gdridi
Hello,

When running this AmigaDOS command under the AmigaShell there’s an issue a Con-handler process remains and is not closed? ( show with: tasklist | grep CON ) :

Code: Select all

Copy CON: to *
Here is a screenshot of copy with con-handler process that remains:

Image

This is with:
AmigaOS4.1FEu2(A1222)
Copy 54.11
Con-handler 53.82 (11.02.2018)
Console.device 53.120 (14.12.2023)

It works Ok with:
AmigaOS4.1FEu0
Copy 53.6
Con-handler 53.72 (3.10.2014)
Console.device 53.83 (1.10.2014)

Also, it is Ok with "

Code: Select all

Type CON: to *
" in both cases.
Perhaps, it is only the copy program which lacks to close a handle?

Sincerely your,
DGILLES

Re: AmigaDOS command Copy bug

Posted: Sun Feb 09, 2025 10:39 pm
by colinw
There is no "c:Copy" version of 54.?? yet.
The latest beta tester version is; Copy 53.13 (12/08/2020)
I know, because I added the entry in the releasenotes;

Copy 53.13 (12.08.2020) <cjw>
- The buffer=0 option now checks for the largest block of memory and limits
itself to half of that, or 2gig, if the file size happens to be larger.

Can't repeat the issue with the latest components on test.

Re: AmigaDOS command Copy bug

Posted: Thu Feb 13, 2025 8:10 am
by Rigo
I'm guessing that V54 Copy is the "enhanced" version :)

Simon