On Tuesday, June 15, 2010 14:45:57 Williams, David wrote: > All, > > We have see the following ksh hang with the 93t version of ksh running on > Red Hat Enterprise Linux AS release 4 (Nahant Update 5). > > As per the below analysis the while loop atline 1657 never exits as it is > examining a linked list that that has become circular (function > job_chksave was called from function job_post with parameter pid = 27676 > which is a child process that has been spawned by our hung ksh process). > > This looks similar to > > - redhat bug https://bugzilla.redhat.com/show_bug.cgi?id=435159 in this > case pid is not 0 and the list has become circular although that was > job_chksave called from job_unpost rather than job_post.
Yes, most probably you see this bug. It's fixed in rhel5 and for rhel4 the bug (#455316 bug is private) is approved so it'll be fixed in rhel 4.9 Michal _______________________________________________ ast-developers mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-developers
