[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#742965: libc0.1: openpty()/forkpty() fail on kfreebsd >=9.0



Hi.

I doubt that the testcase worked under previous kernels.
The problem is not the handler for SIGCHLD, but it's content.

The openpty() uses internally fork and waitpid.
The waitpid in the testcase signal handler eats result needed by
openpty implementation.

Petr


Reply to: