[EMAIL PROTECTED] wrote: > On Tue, Oct 17, 2006 at 09:21:12AM +0200, Or Gerlitz wrote: > Tang, Changqing wrote: > >> We tested RC7, but fork() does not work: >> >> 1. system() causes IB to fail. >> 2. fork(), child calling exit(0) immediately also causes IB to fail. >> >> Anyone has tested fork() related issue ? >> >> > What kernel are you testing? system() should work (in non threaded apps at > least) with modern kernel. > > -- > Gleb. > > _______________________________________________ >
From the OFED release notes: 3. Fork support from kernel 2.6.12 and above is available provided that applications do not use threads. Only system() or fork() and immediate exec() are supported. Tziporet _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
