<div dir="ltr"><div>Question for the wider list: Can someone explain ASTUnit's use temporary files?  Do we only ever open the files once and then that's it?  Or is there a chance of passing the filename around to someone else, who will then try to open it again?  Are these normal temporary files, in the sense that they're expected to be always closed on process exit?</div>
<div><br></div>Question for Argyrios: I'm looking at a fairly old revision you submitted, r159664.  The commit message here is as follows:<div><br></div><div><div>    [libclang] Protect against a race condition where a thread</div>
<div>    may be destroying an ASTUnit while cleanupOnDiskMapAtExit is</div><div>    getting called.</div><div><br></div><div>    rdar://11781241</div><div><br></div></div><div>Unfortunately I can't see this rdar link, so I don't have any more context.  Can you elaborate on this race condition?  My guess is that we're running multiple threads, someone calls ::exit(), and then the running threads race against this atexit handler.</div>
<div><br></div><div>I'd like to fix this "properly", but it's difficult without have more context about this race.</div><div><br></div><div><br></div></div>