LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Script getting aborted with exit code 19543 (https://www.linuxquestions.org/questions/linux-general-1/script-getting-aborted-with-exit-code-19543-a-4175450658/)

smilesourav 02-18-2013 08:54 AM

Script getting aborted with exit code 19543
 
I have a script that downloads a huge file (~4gb) as part files. This script is called from within java thread. This script uses wget utility of linux to download the files. Suddenly the script exits abnormally with the error message "19543 Aborted /usr/bin/wget "

Once the script fails the thread sleeps off for 1 hour and when it wakes ups it again starts downloading. It keeps on downloading for around ~10 mins and again fails with the same error message.

The server from which it downloads, the resource management is fine and no issues with it. Also the CPU usage in the client from which the script runs is fine.

Not understanding why this failure is happening. Earlier the script used to download successfully from the same server with no issues.

It is downloading with 128kbps speed.

chrism01 02-18-2013 11:04 PM

Is the client 32bit or 64bit?
32 bits (unsigned) = 4GB

smilesourav 02-19-2013 01:16 AM

The machine is 64 bit on which the download is happening.

chrism01 02-19-2013 02:27 AM

What do you get if you run wget manually; show cmd & msgs.


All times are GMT -5. The time now is 12:54 PM.