Title: Unhandled Exception: during exec task

Anyone,

I am trying to build this target and sometimes it works fine and sometimes it doesn't.  Never sure when it will work okay.  When it bombs it comes from Nant complaining about stack overflow.  Is this a known problem and a patch is provided for it?

Thanks - R


NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005)
Copyright (C) 2001-2005 Gerry Shaw
http://nant.sourceforge.net

build:

     [echo] build SQLServer.sln
     [exec] Starting 'devenv (/useenv SQLServer.sln /build Release)' in 'L:\SQLS
erver\Components'


Unhandled Exception: Unhandled Exception: System.BadImageFormatException: An att
empt was made to load a program with an incorrect format.
   at NAnt.Core.Tasks.ExternalProgramBase.get_ErrorWriter()
   at NAnt.Core.Tasks.ExternalProgramBase.StreamReaderThread_Error() System.BadI
mageFormatException: An attempt was made to load a program with an incorrect for
mat.
   at NAnt.Core.Tasks.ExternalProgramBase.get_OutputWriter()
   at NAnt.Core.Tasks.ExternalProgramBase.StreamReaderThread_Output()

     [call] An attempt was made to load a program with an incorrect format.

BUILD SUCCEEDED - 1 non-fatal error(s), 0 warning(s)

Total time: 1799.6 seconds.


Fatal stack overflow error.

Reply via email to