Discussion:
[mono-vb] vb.net to mono - stack overflow
asmkhn
2014-06-16 03:02:15 UTC
Permalink
i am converting my existing .net 2 project written in vb.net to mono

i am getting the below issue , what can cause this ? and where to look at ?


vbnc : Command line : error VBNC99999: Unexpected error: The requested
operation caused a stack overflow.
at Mono.Cecil.SignatureWriter.WriteCustomAttributeFieldOrPropType
(Mono.Cecil.TypeReference type) [0x00001] in
/Volumes/build-root-ramdisk/mono-mono-basic-a74642a/vbnc/cecil/Mono.Cecil/AssemblyWriter.cs:2348
at Mono.Cecil.SignatureWriter.WriteCustomAttributeElement
(Mono.Cecil.TypeReference type, CustomAttributeArgument argument) [0x00035]
in
/Volumes/build-root-ramdisk/mono-mono-basic-a74642a/vbnc/cecil/Mono.Cecil/AssemblyWriter.cs:2261
at Mono.Cecil.SignatureWriter.WriteCustomAttributeElement
(Mono.Cecil.TypeReference type, CustomAttributeArgument argument) [0x00043]
in
/Volumes/build-root-ramdisk/mono-mono-basic-a74642a/vbnc/cecil/Mono.Cecil/AssemblyWriter.cs:2262
at Mono.Cecil.SignatureWriter.WriteCustomAttributeElement
(Mono.Cecil.TypeReference type, CustomAttributeArgument argument) [0x00043]
in
/Volumes/build-root-ramdisk/mono-mono-basic-a74642a/vbnc/cecil/Mono.Cecil/AssemblyWriter.cs:2262



--
View this message in context: http://mono.1490590.n4.nabble.com/vb-net-to-mono-stack-overflow-tp4663116.html
Sent from the Mono - VB mailing list archive at Nabble.com.
Rolf Bjarne Kvinge
2014-06-16 07:48:10 UTC
Permalink
Hi,

It looks like there's something in an attribute somewhere tripping up the
compiler.

Can you file a bug report (http://bugzilla.xamarin.com) with a test case
(or your entire project if that's easier for you) so that I can have a look
at the problem?

Rolf
Post by asmkhn
i am converting my existing .net 2 project written in vb.net to mono
i am getting the below issue , what can cause this ? and where to look at ?
vbnc : Command line : error VBNC99999: Unexpected error: The requested
operation caused a stack overflow.
at Mono.Cecil.SignatureWriter.WriteCustomAttributeFieldOrPropType
(Mono.Cecil.TypeReference type) [0x00001] in
/Volumes/build-root-ramdisk/mono-mono-basic-a74642a/vbnc/cecil/Mono.Cecil/AssemblyWriter.cs:2348
at Mono.Cecil.SignatureWriter.WriteCustomAttributeElement
(Mono.Cecil.TypeReference type, CustomAttributeArgument argument) [0x00035]
in
/Volumes/build-root-ramdisk/mono-mono-basic-a74642a/vbnc/cecil/Mono.Cecil/AssemblyWriter.cs:2261
at Mono.Cecil.SignatureWriter.WriteCustomAttributeElement
(Mono.Cecil.TypeReference type, CustomAttributeArgument argument) [0x00043]
in
/Volumes/build-root-ramdisk/mono-mono-basic-a74642a/vbnc/cecil/Mono.Cecil/AssemblyWriter.cs:2262
at Mono.Cecil.SignatureWriter.WriteCustomAttributeElement
(Mono.Cecil.TypeReference type, CustomAttributeArgument argument) [0x00043]
in
/Volumes/build-root-ramdisk/mono-mono-basic-a74642a/vbnc/cecil/Mono.Cecil/AssemblyWriter.cs:2262
--
http://mono.1490590.n4.nabble.com/vb-net-to-mono-stack-overflow-tp4663116.html
Sent from the Mono - VB mailing list archive at Nabble.com.
_______________________________________________
Mono-vb mailing list
http://lists.ximian.com/mailman/listinfo/mono-vb
--
Explore Xamarin University <http://xamarin.com/university>—unlimited, live,
online, mobile training around the clock.
Loading...