Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!ub!acsu.buffalo.edu From: prussak@acsu.buffalo.edu (michal prussak) Newsgroups: comp.windows.x Subject: Allocating Colors in a forked process Message-ID: <53361@eerie.acsu.Buffalo.EDU> Date: 3 Jan 91 15:39:55 GMT Sender: news@acsu.Buffalo.EDU Organization: SUNY Buffalo Lines: 9 Nntp-Posting-Host: autarch.acsu.buffalo.edu There is another problem for all you Xperts. In my Xtoolkit program I have a callback function. This function forks in the middle, where the parent returns, while the child keeps on doing some work. The child calls XAllocColor at some point, but XAllocColor never returns. Can anybody care to explain why could XAllocColor choose to hang? Is there any way around it? Michal Prussak