Bugs item #1145670, was opened at 2005-02-21 19:49
Message generated for change (Comment added) made by drieseng
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1145670&group_id=31650

Category: Tasks
Group: 0.85
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Jeff Voigt (jeffvoigt)
>Assigned to: Gert Driesen (drieseng)
Summary: <Solution> Circular Reference Error

Initial Comment:
In regards to the <Solution> Task:

When the solution file has two projects that reference 
each other, a StackOverflowException is thrown.  This 
results in a JIT Debugging error (0x800405a6) to appear 
in the automated build process, and the log file will only 
contain the message "fatal stack overflow".

With the -debug+ flag on when running the build file, 
you will see "Loading referenced project..." messages 
alternating between the two circular referenced 
projects.  This will continue until a stack overflow 
occurs.  (See attached file)

It is valid for two projects to reference each other.  The 
Visual Studio IDE handles this gracefully, it would be 
nice if nant could too.

----------------------------------------------------------------------

>Comment By: Gert Driesen (drieseng)
Date: 2005-03-08 18:59

Message:
Logged In: YES 
user_id=707851

This is now fixed in CVS. We now fail gracefully in case of 
circular project references.

Thanks for the report !

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1145670&group_id=31650


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to