in reply to Re: Debug background Perl procs started with compiled C# code (breaks only on AWS)
in thread Debug background Perl procs started with compiled C# code (breaks only on AWS)
Thanks for the suggestion BrowserUK, but unfortunately, the effects are the same... with system 1, ..., the tester proc goes into the background, and when accessed, the ensuing perl process that calls cpanm hangs like it does with Proc::Background.
I've never seen system used with the 1 before. Without it (ie. system $perl ...) it works fine, but the process doesn't go into the background (the system call waits). Where is this documented? Unless I'm missing it, I don't see it in system or exec.
Anyway, I'll keep at this issue for a bit longer, then I'll open an AWS ticket to see if they'll actually help me debug this problem. Perhaps they already know about forking issues...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Debug background Perl procs started with compiled C# code (breaks only on AWS)
by BrowserUk (Patriarch) on Aug 01, 2016 at 19:15 UTC | |
by Anonymous Monk on Aug 01, 2016 at 19:44 UTC |