Quantcast
Channel: CobianSoft
Viewing all articles
Browse latest Browse all 1880

Cobian Reflector • exit 1 does not terminate task

$
0
0
Bug Report:

CobianReflector-2.5.00.exe
Windows 10 Pro 22H2
RakudoMoar-2023.12.01-win-x86_64-msvc.msi
https://github.com/AntonOks/rakudo-star-win/releases

Reflector does not stop the task after and "exit 1" from a pre-backup event and "Cancel the task if task fails" is activated.

Code:

C:\NtUtil>Raku TestServer.pl6Ping statistics for 192.168.202.19:    Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),>Server not found <192.168.202.19>
The return code:
C:\NtUtil>echo %errorlevel%
1
2024-01-12 15:59:46 Executing the pre-backup events...
2024-01-12 15:59:46 Executing the program C:\Program Files\Rakudo\bin\raku.exe and waiting for it to exit.
2024-01-12 15:59:47 The program C:\Program Files\Rakudo\bin\raku.exe has been successfully executed and has terminated.
"1" is not successful!

And the run string of the command is shown in the log either. Here is what Cobian 11's log looks like. Notice it shows the entire run string.
2024-01-12 16:20:45 Executing the program C:\Strawberry\perl\bin\perl.exe C:\NtUtil\Max.RotatorForCobianBackup.FTP.pl and waiting for it to exit.


I have also simulated this bug with the following batch file:
exit1.bat

Code:

exit 1
Screenshot_2024-01-12_15-50-11.png

Statistics: Posted by Todd — 13 Jan 2024, 03:28 — Replies 0 — Views 61



Viewing all articles
Browse latest Browse all 1880

Trending Articles