[Mono-bugs] [Bug 73527][Maj] Changed - code execution problems- nonexisting code execution
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Mar 2005 20:34:30 -0500 (EST)
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 plahcim@o2.pl.
http://bugzilla.ximian.com/show_bug.cgi?id=73527
--- shadow/73527 2005-03-09 18:34:33.000000000 -0500
+++ shadow/73527.tmp.31799 2005-03-09 20:34:30.000000000 -0500
@@ -100,6 +100,37 @@
Every time with this code;
Additional Information:
------- Additional Comments From vargaz@gmail.com 2005-03-09 18:34 -------
Please attach a self-contained testcase which demonstrates the problem.
+
+------- Additional Comments From plahcim@o2.pl 2005-03-09 20:34 -------
+http://stud.ics.p.lodz.pl/~michalp/udost/mono/bug.tar.gz
+binary included
+but it's better to run ./make.sh in bug directory.
+
+I discovered, that program runs correctly while run by root.
+I'v chacked file permisions, they're ok.
+the problem is (part of got output):
+Constructor block
+0,5 # -0,25
+0,5 # -0,25
+0,5 # -0,25
+0,5 # -0,25
+0,5 # -0,25
+0,5 # -0,25
+intcomp.numeric.Sigmoid <- problematic field (GetType())
+feed: 0,5 # -0,25
+Constructor block ends
+4
+0 0
+System.Int32 <- same field a little bit later..
+
+Sounds a little mistery for me.
+lines with # are tests of the field which make problem, it's ok as
+lang as the constructor that createt an object runs.
+
+I faild to isolate the problem, similar solution run well, and
+also this one once run by root works fine.
+
+Sorry for the code... I'm a beginner in c#/mono/.net