Hi,

is it possible to report bugs found in MonoBasic to Bugzilla?
I could not find direct link on page http://www.go-mono.com/bugs.html

Here is the bug I found:
OS: Windows XP SP1,
Mono version: 0.28
Description: MBas freezes when trying to compile simple QuickSort
example from MSDNAA (http://www.msdnaa.net/) and consumes 100% of CPU 

Command Line: 
mbas.bat QuickSort2.vb --timestamp

Results:

[00:172] Loading references
[00:047] References loaded
[00:015] Initializing Core Types
[00:141]    Core Types done
[00:000] Resolving tree
[00:016] Populate tree
[00:125] Emitting code

Here Mbas freezes for long time (I was waiting 10 minutes, when I
stopped it) and consumes 100% of CPU. Simple programs are compiled
correctly, for example, this one works fine:

Imports System

Module t0
    Sub Main()
       Console.Out.WriteLine("test")
    End Sub
End Module


BR,
Peter Gulder

Attachment: QuickSort2.vbsouce
Description: Binary data

Reply via email to