[Mono-bugs] [Bug 29853][Nor] New - mcs -g generates very large debugging files + warning
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
4 Sep 2002 03:42:45 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=29853
--- shadow/29853 Tue Sep 3 23:42:45 2002
+++ shadow/29853.tmp.25272 Tue Sep 3 23:42:45 2002
@@ -0,0 +1,40 @@
+Bug#: 29853
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Misc
+AssignedTo: martin@gnome.org
+ReportedBy: miguel@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs -g generates very large debugging files + warning
+
+When MCS compiles itself with the -g file, I get this:
+
+mcs -g /target:exe -o mcs.exe assign.cs attribute.cs driver.cs
+cs-parser.cs cs-tokenizer.cs tree.cs location.cs cfold.cs class.cs
+codegen.cs const.cs constant.cs decl.cs delegate.cs enum.cs ecore.cs
+expression.cs genericparser.cs interface.cs literal.cs modifiers.cs
+namespace.cs parameter.cs pending.cs report.cs rootcontext.cs statement.cs
+support.cs typemanager.cs
+
+** (process:15849): WARNING **: System.IO.SeekOrigin has unknown value 0xc
+
+Notice that every time I get the SeekOrigin error (which is a constant
+across different attempts to use the debugging code for different things),
+the file generated is very large (but consumes few blocks)
+
+mono$ ls -l mcs.dbg
+-rw-rw-r-- 1 miguel miguel 103079215164 Sep 3 23:39 mcs.dbg
+mono$ ls -l mcs.dbg
+-rw-rw-r-- 1 miguel miguel 103079215164 Sep 3 23:39 mcs.dbg
+mono$ du mcs.dbg
+276
+mcs.dbg