# New Ticket Created by xiaofeng # Please include the string: [perl #22035] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=22035 > I have a program that works fine at perl 5.6.1, but in perl 5.8.0, it meets problem. The program is a deamon, it gets request from network and fork new process to do its work. The problem is in perl 5.8.0, when the forked child process is killed, the parent process also exits.