[Mono-bugs] [Bug 438671] New: Calling methods/ properties on the return object in a function crashes

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Oct 24 06:32:45 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=438671


           Summary: Calling methods/properties on the return object in a
                    function crashes
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: ASSIGNED
          Severity: Major
          Priority: P5 - None
         Component: Basic
        AssignedTo: rkvinge at novell.com
        ReportedBy: rkvinge at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


rolf at linux:~/bug-411572> vbnc 2.vb
Visual Basic.Net Compiler version 0.0.0.5904
Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved.


/home/rolf/bug-411572/2.vb (3,25) : Error VBNC30455: Argument not specified for
parameter 'args' of 'Main((System.String[]))'.
/home/rolf/bug-411572/2.vb (3,26) : Error VBNC99999: Huh?
/home/rolf/bug-411572/<MyGenerator> (1,1) : Error VBNC99999: Unexpected error:
Object reference not set to an instance of an object
  at vbnc.MemberAccessExpression.ResolveExpressionInternal (vbnc.ResolveInfo
Info) [0x00000] 
  at vbnc.Expression.ResolveExpression (vbnc.ResolveInfo ResolveInfo) [0x00000] 
  at vbnc.InvocationOrIndexExpression.ResolveExpressionInternal
(vbnc.ResolveInfo Info) [0x00000] 
  at vbnc.Expression.ResolveExpression (vbnc.ResolveInfo ResolveInfo) [0x00000] 
  at vbnc.Expression.ResolveCode (vbnc.ResolveInfo Info) [0x00000] 
  at vbnc.VariableInitializer.ResolveCode (vbnc.ResolveInfo Info) [0x00000] 
  at vbnc.VariableDeclaration.ResolveCode (vbnc.ResolveInfo Info) [0x00000] 
  at vbnc.CodeBlock.ResolveCode (vbnc.ResolveInfo Info) [0x00000] 
  at vbnc.MethodBaseDeclaration.ResolveCode (vbnc.ResolveInfo Info) [0x00000] 
  at vbnc.MethodDeclaration.ResolveCode (vbnc.ResolveInfo Info) [0x00000] 
  at vbnc.SubDeclaration.ResolveCode (vbnc.ResolveInfo Info) [0x00000] 
  at vbnc.Helper.ResolveCodeCollection (IEnumerable Collection,
vbnc.ResolveInfo Info) [0x00000] 
  at vbnc.BaseObjects`1[vbnc.IMember].ResolveCode (vbnc.ResolveInfo Info)
[0x00000] 
  at vbnc.TypeDeclaration.ResolveCode (vbnc.ResolveInfo Info) [0x00000] 
  at vbnc.ClassDeclaration.ResolveCode (vbnc.ResolveInfo Info) [0x00000] 
  at vbnc.AssemblyDeclaration.ResolveCode (vbnc.ResolveInfo Info) [0x00000] 
  at vbnc.Compiler.Compile_Resolve () [0x00000] 
  at vbnc.Compiler.Compile () [0x00000] 
Compilation took 00:00:00.9810430


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list