[Mono-bugs] [Bug 491127] New: Exception thrown when calling AddinManager.Registry.Update and an addin with a higher version number is found
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Apr 1 10:18:10 EDT 2009
https://bugzilla.novell.com/show_bug.cgi?id=491127
Summary: Exception thrown when calling
AddinManager.Registry.Update and an addin with a
higher version number is found
Classification: Mono
Product: Mono: Class Libraries
Version: unspecified
Platform: x86-64
OS/Version: Ubuntu
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Mono.Addins
AssignedTo: lluis at novell.com
ReportedBy: alex.launi at gmail.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.8)
Gecko/2009032713 Ubuntu/9.04 (jaunty) Firefox/3.0.8
This happens with both Update and Rebuild.
Unhandled Exception: System.InvalidOperationException: Could not read add-in
file:
/home/alex/.local/share/gnome-do/plugins-0.8.1.2/addin-db-001/addin-data/1/Do.File,2.8.maddin
---> System.InvalidOperationException: Could not read add-in description
at Mono.Addins.Addin.get_Description () [0x00000]
at Mono.Addins.Addin.get_AddinInfo () [0x00000]
--- End of inner exception stack trace ---
at Mono.Addins.Addin.get_AddinInfo () [0x00000]
at Mono.Addins.Addin.get_Enabled () [0x00000]
at Mono.Addins.ExtensionContext.GetAddinExtensions (System.String id,
Mono.Addins.Description.ExtensionPoint ep) [0x00000]
at Mono.Addins.ExtensionContext.ActivateAddinExtensions (System.String id)
[0x00000]
at Mono.Addins.AddinSessionService.ActivateAddin (System.String id) [0x00000]
at Mono.Addins.Database.AddinDatabase.EnableAddin (System.String domain,
System.String id, Boolean exactVersionMatch) [0x00000]
at Mono.Addins.AddinRegistry.EnableAddin (System.String id) [0x00000]
at Do.Core.PluginManager.ReloadEnabledAddins () [0x00000]
at Do.Core.PluginManager.Initialize () [0x00000]
at Do.Do.Main (System.String[] args) [0x00000]
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
crash
Expected Results:
registry should be rebuilt
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list