-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exit()/exec() crashes Perl after fork #6338
Comments
From Jens.Lippmann@t-mobile.deCreated by jens.lippmann@t-mobile.deHello! I'm into Perl for more than 8 years and I cannot overemphasize that I Now, I actually spent quite a large amount of time to find a nasty bug I am sending this bug report to the mainstream Perl development My pledge is to build up a FAQ topic (perldoc -q) for fork that helps It is generally a bad idea to use exit() after fork(), unless you want to It is no good way to leave the user undocumented and let the I further recommend to generally incorporate POSIX::_exit() into the kind regards Perl Info
|
arthur@contiller.se - Status changed from 'new' to 'open' |
From @cwest[Jens.Lippmann <!--c--> <i>at</i> <!--a--> t-mobile.de - Wed Feb
Excellent!
Sounds reasonable...
How's this coming along?
This isn't quite a documentation bug, so lets work on the documentation bug first. Casey West |
From @cwest[replying and posting to p5p] [Jens.Lippmann <!--c--> <i>at</i> <!--a--> t-mobile.de - Wed Feb 26 13:26:38 2003]:
Ok, I have no access to a Win32 machine so I can't go on testing
None of this has been done yet. Is it all that necessary? Has anyone |
From Jens.Lippmann@t-mobile.de
I'm currently building up an extension to perlfaq8.pod Later I'll try to narrow down my script in size to a kind regards |
From sky@nanisky.comOn torsdag, maj 15, 2003, at 18:50 Europe/Stockholm, Lippmann Jens,E2
I would think it is more likely related to a module you are using that Can we have a backtrace? Arthur |
From Jens.Lippmann@t-mobile.deHi I cannot shrink the script, as soon as I remove a certain quantity I'm in an urgent need of a Perl Debug-Build because I can't afford the -----Ursprüngliche Nachricht-----
I'm currently building up an extension to perlfaq8.pod Later I'll try to narrow down my script in size to a kind regards |
From @bulk88To move this old ticket along On Sat May 24 00:40:29 2003, Jens.Lippmann@t-mobile.de wrote:
I dont think this patch will ever come since it is 2013. The text, in question, now has a disclaimer that fork/exec aren't the only way to background run. =head2 How do I start a process in the background? (contributed by brian d foy) There's not a single way to run code in the background so you don't Several CPAN modules may be able to help, including C<IPC::Open2> or
Is this a crash with 5.005 threads? -- |
@bulk88 the original report was on 5.6.1 |
Migrated from rt.perl.org#21382 (status was 'open')
Searchable as RT21382$
The text was updated successfully, but these errors were encountered: