AmigaDOS command Copy bug

A forum for general AmigaOS 4.x support questions that are not platform-specific
Post Reply
User avatar
gdridi
Posts: 98
Joined: Sat Aug 11, 2012 11:17 am
Contact:

AmigaDOS command Copy bug

Post 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
User avatar
colinw
AmigaOS Core Developer
AmigaOS Core Developer
Posts: 218
Joined: Mon Aug 15, 2011 10:20 am
Location: Brisbane, QLD. Australia.

Re: AmigaDOS command Copy bug

Post 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.
User avatar
Rigo
AmigaOS Core Developer
AmigaOS Core Developer
Posts: 363
Joined: Mon Jan 17, 2011 9:42 pm

Re: AmigaDOS command Copy bug

Post by Rigo »

I'm guessing that V54 Copy is the "enhanced" version :)

Simon
Post Reply