Issue 75465 - Possible problems with .REMOVE during parallel dmake runs
Summary: Possible problems with .REMOVE during parallel dmake runs
Status: CLOSED WONT_FIX
Alias: None
Product: Build Tools
Classification: Code
Component: dmake (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: quetschke
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-16 16:27 UTC by quetschke
Modified: 2017-05-20 09:38 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description quetschke 2007-03-16 16:27:56 UTC
See the FIXME in function Remove_prq() in dmake/unix/rmprq.c:

   FIXME: Another potential problem is that while building .REMOVE another
   previously started target finishes and from _finished_child() calls
   Remove_prq() again. This will delete the dynamic macros and possibly
   clear/reset the prerequisites of the previous .REMOVE target.

This might be related to issue 48781.
Comment 1 Pedro Giffuni 2012-10-16 04:41:26 UTC
Dmake was moved to Apache Extras