You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by Ron Grabowski <ro...@yahoo.com> on 2006/03/15 02:43:35 UTC

Strange IBatisNet compilation error in VS2003: error CS0583: Internal Compiler Error

Has anyone ever seen this before:

 http://www.ronosaurus.com/ibatisnet/compiler_error.png

I updated to 385889, opened the DataMapper.sln file in VS2003, and
choose re-build solution. I've gotten the error twice now. I'm using
build 221 of ReSharper too.

"
fatal error CS0041: Unexpected error writing debug information to file
'C:\Projects\IBatisNet-mapper\IBatisNet.DataMapper.Test\obj\Debug\IBatisNet.DataMapper.Test.PDB'
-- 'Catastrophic failure '
error CS0583: Internal Compiler Error (0xc0000005 at address 536250C6):
likely culprit is 'CODEGEN'.

An internal error has occurred in the compiler. To work around this
problem, try simplifying or changing the program near the locations
listed below. Locations at the top of the list are closer to the point
at which the internal error occurred.
 
c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(18,4):
error CS0584: Internal Compiler Error: stage 'CODEGEN' symbol
'IBatisNet.DataMapper.Test.Domain.A.B.get'
c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(18,4):
error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
'IBatisNet.DataMapper.Test.Domain.A.B.get'
c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(16,12):
error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
'IBatisNet.DataMapper.Test.Domain.A.B'
c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(8,15):
error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
'IBatisNet.DataMapper.Test.Domain.A'
c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(3,11):
error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
'IBatisNet.DataMapper.Test.Domain'
c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(3,11):
error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
'IBatisNet.DataMapper.Test'
c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(3,11):
error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
'IBatisNet.DataMapper'
c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(3,11):
error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
'IBatisNet'
c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(1,1):
error CS0584: Internal Compiler Error: stage 'COMPILE' symbol ''
C:\Projects\IBatisNet-mapper\IBatisNet.DataMapper.Test\Domain\A.cs:
error CS0586: Internal Compiler Error: stage 'COMPILE'
error CS0587: Internal Compiler Error: stage 'COMPILE'
error CS0587: Internal Compiler Error: stage 'BEGIN'

Build complete -- 14 errors, 0 warnings
Building satellite assemblies...
Satellite assemblies could not be built because the main project output
is missing.
"

- Ron

Re: Strange IBatisNet compilation error in VS2003: error CS0583: Internal Compiler Error

Posted by Chad Humphries <ch...@gmail.com>.
That is the ye olde can't write to pdb file in bin/obj folder error. 
I still don't have any idea (other than it being standard windows file
locking) what causes it.

-Chad

On 3/14/06, Ron Grabowski <ro...@yahoo.com> wrote:
> I erased my \obj folders and everything compiled ok. I've never seen an
> error like that before!
>
> --- Ron Grabowski <ro...@yahoo.com> wrote:
>
> > Has anyone ever seen this before:
> >
> >  http://www.ronosaurus.com/ibatisnet/compiler_error.png
> >
> > I updated to 385889, opened the DataMapper.sln file in VS2003, and
> > choose re-build solution. I've gotten the error twice now. I'm using
> > build 221 of ReSharper too.
> >
> > "
> > fatal error CS0041: Unexpected error writing debug information to
> > file
> >
> 'C:\Projects\IBatisNet-mapper\IBatisNet.DataMapper.Test\obj\Debug\IBatisNet.DataMapper.Test.PDB'
> > -- 'Catastrophic failure '
> > error CS0583: Internal Compiler Error (0xc0000005 at address
> > 536250C6):
> > likely culprit is 'CODEGEN'.
> >
> > An internal error has occurred in the compiler. To work around this
> > problem, try simplifying or changing the program near the locations
> > listed below. Locations at the top of the list are closer to the
> > point
> > at which the internal error occurred.
> >
> >
> c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(18,4):
> > error CS0584: Internal Compiler Error: stage 'CODEGEN' symbol
> > 'IBatisNet.DataMapper.Test.Domain.A.B.get'
> >
> c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(18,4):
> > error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
> > 'IBatisNet.DataMapper.Test.Domain.A.B.get'
> >
> c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(16,12):
> > error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
> > 'IBatisNet.DataMapper.Test.Domain.A.B'
> >
> c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(8,15):
> > error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
> > 'IBatisNet.DataMapper.Test.Domain.A'
> >
> c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(3,11):
> > error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
> > 'IBatisNet.DataMapper.Test.Domain'
> >
> c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(3,11):
> > error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
> > 'IBatisNet.DataMapper.Test'
> >
> c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(3,11):
> > error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
> > 'IBatisNet.DataMapper'
> >
> c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(3,11):
> > error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
> > 'IBatisNet'
> >
> c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(1,1):
> > error CS0584: Internal Compiler Error: stage 'COMPILE' symbol ''
> > C:\Projects\IBatisNet-mapper\IBatisNet.DataMapper.Test\Domain\A.cs:
> > error CS0586: Internal Compiler Error: stage 'COMPILE'
> > error CS0587: Internal Compiler Error: stage 'COMPILE'
> > error CS0587: Internal Compiler Error: stage 'BEGIN'
> >
> > Build complete -- 14 errors, 0 warnings
> > Building satellite assemblies...
> > Satellite assemblies could not be built because the main project
> > output
> > is missing.
> > "
> >
> > - Ron
> >
>
>

Re: Strange IBatisNet compilation error in VS2003: error CS0583: Internal Compiler Error

Posted by Ron Grabowski <ro...@yahoo.com>.
I erased my \obj folders and everything compiled ok. I've never seen an
error like that before!

--- Ron Grabowski <ro...@yahoo.com> wrote:

> Has anyone ever seen this before:
> 
>  http://www.ronosaurus.com/ibatisnet/compiler_error.png
> 
> I updated to 385889, opened the DataMapper.sln file in VS2003, and
> choose re-build solution. I've gotten the error twice now. I'm using
> build 221 of ReSharper too.
> 
> "
> fatal error CS0041: Unexpected error writing debug information to
> file
>
'C:\Projects\IBatisNet-mapper\IBatisNet.DataMapper.Test\obj\Debug\IBatisNet.DataMapper.Test.PDB'
> -- 'Catastrophic failure '
> error CS0583: Internal Compiler Error (0xc0000005 at address
> 536250C6):
> likely culprit is 'CODEGEN'.
> 
> An internal error has occurred in the compiler. To work around this
> problem, try simplifying or changing the program near the locations
> listed below. Locations at the top of the list are closer to the
> point
> at which the internal error occurred.
>  
>
c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(18,4):
> error CS0584: Internal Compiler Error: stage 'CODEGEN' symbol
> 'IBatisNet.DataMapper.Test.Domain.A.B.get'
>
c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(18,4):
> error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
> 'IBatisNet.DataMapper.Test.Domain.A.B.get'
>
c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(16,12):
> error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
> 'IBatisNet.DataMapper.Test.Domain.A.B'
>
c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(8,15):
> error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
> 'IBatisNet.DataMapper.Test.Domain.A'
>
c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(3,11):
> error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
> 'IBatisNet.DataMapper.Test.Domain'
>
c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(3,11):
> error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
> 'IBatisNet.DataMapper.Test'
>
c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(3,11):
> error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
> 'IBatisNet.DataMapper'
>
c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(3,11):
> error CS0584: Internal Compiler Error: stage 'COMPILE' symbol
> 'IBatisNet'
>
c:\projects\ibatisnet-mapper\ibatisnet.datamapper.test\domain\a.cs(1,1):
> error CS0584: Internal Compiler Error: stage 'COMPILE' symbol ''
> C:\Projects\IBatisNet-mapper\IBatisNet.DataMapper.Test\Domain\A.cs:
> error CS0586: Internal Compiler Error: stage 'COMPILE'
> error CS0587: Internal Compiler Error: stage 'COMPILE'
> error CS0587: Internal Compiler Error: stage 'BEGIN'
> 
> Build complete -- 14 errors, 0 warnings
> Building satellite assemblies...
> Satellite assemblies could not be built because the main project
> output
> is missing.
> "
> 
> - Ron
>