[Mono-bugs] [Bug 651419] New: crash related to version string
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Nov 4 13:33:41 EDT 2010
https://bugzilla.novell.com/show_bug.cgi?id=651419
https://bugzilla.novell.com/show_bug.cgi?id=651419#c0
Summary: crash related to version string
Classification: Mono
Product: Mono: Tools
Version: 2.6.x
Platform: i686
OS/Version: Ubuntu
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Gendarme
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: zeno.gantner at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Created an attachment (id=398631)
--> (http://bugzilla.novell.com/attachment.cgi?id=398631)
the .DLL that causes the crash
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US) AppleWebKit/534.11
(KHTML, like Gecko) Ubuntu/10.04 Chromium/9.0.565.0 Chrome/9.0.565.0
Safari/534.11
Gendarme crashes on one of the .DLLs that I currently work on.
Reproducible: Always
Steps to Reproduce:
gendarme MyMediaLite.dll
Actual Results:
Gendarme v2.6.2.0
Copyright (C) 2005-2009 Novell, Inc. and contributors
Initialization: 0.8 seconds
MyMediaLite.dll
An uncaught exception occured. Please fill a bug report at
https://bugzilla.novell.com/
Rule: Gendarme.Rules.BadPractice.AvoidAssemblyVersionMismatchRule
Target: MyMediaLite, Version=0.5.3960.23382, Culture=neutral,
PublicKeyToken=null
Stack trace: System.ArgumentException: There must be 2, 3 or 4 components in
the version string.
at System.Version..ctor (System.String version) [0x00000] in <filename
unknown>:0
at Gendarme.Rules.BadPractice.AvoidAssemblyVersionMismatchRule.CheckAssembly
(Mono.Cecil.AssemblyDefinition assembly) [0x00000] in <filename unknown>:0
at Gendarme.Framework.Runner.OnAssembly (Gendarme.Framework.RunnerEventArgs
e) [0x00000] in <filename unknown>:0
at Gendarme.ConsoleRunner.OnAssembly (Gendarme.Framework.RunnerEventArgs e)
[0x00000] in <filename unknown>:0
at Gendarme.Framework.Runner.Run () [0x00000] in <filename unknown>:0
at Gendarme.ConsoleRunner.Run () [0x00000] in <filename unknown>:0
at Gendarme.ConsoleRunner.Execute (System.String[] args) [0x00000] in
<filename unknown>:0
Expected Results:
no crash ;-)
--
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