Help with Stdout and Stderr

Alexios Zavras zvr+hellug at zvr.gr
Mon May 23 00:06:58 EEST 2022


Hint:

αφού το script διαβάζει "sequentially, first the output and then the error"
*δεν* μπορεί να είναι " 2>&1 stdout and stderr"
που τα αναμιγνύει και στα παρουσιάζει μαζεμένα.
άρα τα διαβάζει ξεχωριστά.
άρα...

On Sun, May 22, 2022, at 21:05, Panagiotis Groidis wrote:
> Καλησπέρα στην ομάδα,
>
> Θα ήθελα την βοήθεια σας στο παρακάτω, είναι ένα Quiz και θα ήθελα τα φώτα σας.
>
> *A script is used locally to run some deployments.
>
> A java(/python/etc) program calls this script (via exec) and then reads 
> its standard output and error.
>
> It reads those (output and error) sequentially, first the output and 
> then the error, and then accordingly notifies in case of the presence 
> of error.
>
> It runs correctly for years until suddenly a deployment fails:
> *ps shows both the script and the java program are alive but idle, 
> sleeping doing nothing*.
>
> Can you think of a situation where this can happen?
> Hint: try to dig in the *nix internals regarding file descriptors.*
> *
> *
> Οκ, καταλαβαίνω οτι εδώ εχουμε ενα 2>&1 stdout and stderr αλλά δεν 
> καταλαβαίνω πως θα κάνω Troubleshoot για να δω γιατί κόλλησε σε 
> διαδοχικό διάβασμα ? Εαν ειναι idle μπορεί να σημαίνει οτι τελείωσε η 
> εκτέλεση χωρίς Output ?  
>
> Ευχαριστώ
> --
> Hellug mailing list -- http://lists.hellug.gr
> Το παρόν e-mail εκφράζει προσωπικές απόψεις του αποστολέα και όχι του
> συλλόγου. Η Ένωση Χρηστών και Φίλων Linux Ελλάδος δεν φέρει καμία
> ευθύνη για το περιεχόμενό του.

-- 
-- zvr -



More information about the Hellug mailing list