14 Feb
2004
14 Feb
'04
2:35 p.m.
Some more info on the BSD dpid problem: Actually, there is no need for any changes in the dillo sources. The problem comes from dpid beeing linked with the "-pthread" flag, which has strange consequences on the inherited file descriptors. If "-pthread" is used, one cannot close the inherited file descriptors anymore (one gets EBADF). I don't know, if this is a bug or a feature of the BSD thread implementation. To avoid the problem, one can simple link dpid manually without the "-pthread" flag and everything works fine, at least for me. Johannes