[Mono-bugs] [Bug 657850] New: System.Diagnostics.Process.GetCurrentProcess().MainModule contains mono instead of exe
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Dec 6 18:24:43 EST 2010
https://bugzilla.novell.com/show_bug.cgi?id=657850
https://bugzilla.novell.com/show_bug.cgi?id=657850#c0
Summary: System.Diagnostics.Process.GetCurrentProcess().MainMod
ule contains mono instead of exe
Classification: Mono
Product: Mono: Class Libraries
Version: 2.8.x
Platform: x86-64
OS/Version: SLES 11
Status: NEW
Severity: Normal
Priority: P5 - None
Component: System
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: linniks at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; ru; rv:1.9.2.12)
Gecko/20101026 Firefox/3.6.12
SUSE Linux Enterprise Server 11 SP1 (x86_64)
Mono JIT compiler version 2.8.1 (tarball Fri Nov 12 14:26:39 UTC 2010)
Reproducible: Always
Steps to Reproduce:
1.Simple console program testName.exe with call:
Console.WriteLine(System.Diagnostics.Process.GetCurrentProcess().MainModule);
2.Execute as:
mono testName.exe
Actual Results:
mono
Expected Results:
testName.exe
--
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