[Mono-bugs] [Bug 683058] ConfigurationManager doesnt work for Process executed apps

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Mar 29 08:45:23 EDT 2011


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

https://bugzilla.novell.com/show_bug.cgi?id=683058#c5


--- Comment #5 from scott fluto <srfcanada at hotmail.com> 2011-03-29 12:45:22 UTC ---
ok , this is bizzare, why are you getting different results them myself. Just
to make sure nothing strange is happening I tried it on another machine and it
failed . So to just be sure, I tried it with mono 2.4.2 and it worked. I
attached another procfail.cs file so can you try the following commands with it
and see if you get the same results:

gmcs /reference:System.Configuration.dll TestProgram.cs
gmcs procfail.cs
mono --version
echo executing TestProgram
mono ./TestProgram.exe
echo executing procfail
mono ./procfail.exe

This is the result I get with mono 2.4.2:
Mono JIT compiler version 2.4.2.2 (tarball Tue Dec 21 14:03:33 MST 2010)
Copyright (C) 2002-2008 Novell, Inc and Contributors. www.mono-project.com
        TLS:           __thread
        GC:            Included Boehm (with typed GC)
        SIGSEGV:       altstack
        Notifications: epoll
        Architecture:  amd64
        Disabled:      none
executing TestProgram
key value: testvalue
executing procfail
[06:40:31][root at localhost:/net/scott/export/Data/procfail]$ key value:
testvalue

This is the result with the current trunk version:
Mono JIT compiler version 20110329 (tarball Tue Mar 29 06:21:33 MDT 2011)
Copyright (C) 2002-2011 Novell, Inc and Contributors. www.mono-project.com
        TLS:           __thread
        SIGSEGV:       altstack
        Notifications: epoll
        Architecture:  amd64
        Disabled:      none
        Misc:          softdebug
        LLVM:          supported, not enabled.
        GC:            Included Boehm (with typed GC and Parallel Mark)
executing TestProgram
key value: testvalue
executing procfail
[06:40:44][root at localhost:/net/scott/export/Data/procfail]$ hey its empty!!!!

If you dont get the same results with the current trunk then what does that
mean given you are running the exact same version. I would think it would be OS
specific but I tried it on both Suse 11.3 and Redhat 5 and I get the same
results. 

let me know anyhow since Im really puzzled by this.
thanks

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list