[Mono-bugs] [Bug 438656] New: Redim (0 to X) crashes

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri Oct 24 05:56:13 EDT 2008


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


           Summary: Redim (0 to X) 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:~> cat test.vb
module B
        sub Main
                dim i(0 to 5)
                redim i(0 to 7)
        end sub
end module
rolf at linux:~> vbnc test.vb
Visual Basic.Net Compiler version 0.0.0.5904
Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved.


test.vb (4,17) : Error VBNC90019: Expected ')'.
Error recovery not implemented yet.
test.vb (4,17) : Error VBNC90019: Expected 'End'.
Error recovery not implemented yet.
test.vb (4,17) : Error VBNC30205: Expected end of statement.
Error recovery not implemented yet.
test.vb (4,17) : Error VBNC90019: Expected 'End'.
Error recovery not implemented yet.
test.vb (4,17) : Error VBNC30205: Expected end of statement.
Error recovery not implemented yet.
test.vb (4,17) : Error VBNC30203: Not valid as identifier.
test.vb (5,9) : Error VBNC30203: Not valid as identifier.
test.vb (6,11) : Error VBNC30203: Not valid as identifier.
There were 8 errors and 0 warnings.
Compilation took 00:00:00.7761960


-- 
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