[nem-bug] [Nemerle 0000613]: Ncc crushes during the compilation
process
feedback at nemerle.org
feedback at nemerle.org
Mon Mar 6 21:02:15 CET 2006
A NOTE has been added to this issue.
======================================================================
<http://nemerle.org/bugs/view.php?id=613>
======================================================================
Reported By: srg
Assigned To:
======================================================================
Project: Nemerle
Issue ID: 613
Category: Compiler
Reproducibility: always
Severity: crash
Priority: normal
Status: feedback
======================================================================
Date Submitted: 02-06-2006 20:34 CET
Last Modified: 03-06-2006 21:02 CET
======================================================================
Summary: Ncc crushes during the compilation process
Description:
If you speak Russian let me known ;)
I installed nemerle-0.9.2.msi on my OS ( W2k with SP4 ).
After i try to compile simple program ( like "Hello World" ) the ncc
crached with message dialog (you can see this dialog in the attached
file).
PS My English is not very well ;)
======================================================================
----------------------------------------------------------------------
nazgul - 02-06-06 21:03
----------------------------------------------------------------------
Can you try to compile a program under console (cmd.exe, or preferably
cygwin) and paste its output?
We need to have some more detailed description of what happened, like
stack trace etc.
----------------------------------------------------------------------
srg - 02-07-06 08:05
----------------------------------------------------------------------
NCC crushes without producing any output. There are no more messages, only
PostMortalDialog.
I have intalled MS Visual Studio 2005 PDC, but after i uninstall them, and
install .Net 2.0, MSXML 6 - nothing changed.
----------------------------------------------------------------------
malekith - 02-07-06 10:29
----------------------------------------------------------------------
You can try submitting this issue for Microsoft, maybe they will be able to
help. This seems like an assert in the MS runtime...
----------------------------------------------------------------------
pl - 03-06-06 21:02
----------------------------------------------------------------------
I have similar error:
no matter what I am trying to compile, I always get
"System.OutOfMemoryException".
Only ncc gives me that bug.
I use nemerle-0.9.2.msi from nemerle.org
OS: Windows NT 5.0.2195 Server SP4 PL
CPU: Celeron (Tualatin) 1.1 GHz, no overclocking
RAM: 512 MB SDRAM (checked for errors :))
.NET 2.0.50727 Framework + SDK
MS Visual C# & Visual Basic, both 2005 Express
SharpDevelop 2.0 build 1135
code (from Nemerle docs):
class Greeter {
public static Main () : void
{
def name = System.Console.ReadLine ();
System.Console.WriteLine ("Hello " + name);
}
}
Issue History
Date Modified Username Field Change
======================================================================
02-06-06 20:34 srg New Issue
02-06-06 20:34 srg File Added: PostMortalMessageDialog.jpg
02-06-06 21:03 nazgul Note Added: 0001073
02-06-06 21:03 nazgul Status new => feedback
02-06-06 21:03 nazgul Description Updated
02-07-06 08:00 srg File Added: Test.n
02-07-06 08:05 srg Note Added: 0001074
02-07-06 10:29 malekith Note Added: 0001075
03-06-06 20:55 pl Issue Monitored: pl
03-06-06 21:02 pl Note Added: 0001114
======================================================================
More information about the bugs
mailing list