FS#54090 - monodevelop crashes when opening any C# project with mono 5.0.0 + Git support addin
Attached to Project:
Arch Linux
Opened by Moritz Uehling (moritzuehling) - Tuesday, 16 May 2017, 19:47 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 18 May 2017, 15:53 GMT
Opened by Moritz Uehling (moritzuehling) - Tuesday, 16 May 2017, 19:47 GMT
Last edited by Doug Newgard (Scimmia) - Thursday, 18 May 2017, 15:53 GMT
|
Details
Description:
When using the "Git support"-addin (installed and enabled by default by default) monodevelop crashes upon opening (or creating) a project. This behaviour only occured with an update to mono 5.0.0, before the addin worked fine. Additional info: * package version(s) - monodevelop 6.2.0.1778-2 - mono 5.0.0.100-1 - git 2.13.0-1 * config and/or log files etc. - monodev_crash.log Steps to reproduce: 0. Ensure that the "Git Support"-addin is disabled: Tools -> AddIns... -> Version Control -> Git support, addin.png 0. Ensure that mono 5.0.0 is installed 1. Create a project with similar settings as in settings.png (However, any C# Console-Project will probably do) 2. Save the project, close monodevelop 3. Open the project, observe monodevelop not crashing, close monodevelop 4. Enable the "Git Support"-addin. 5. Open the project again, observe monodevelop crashing Workaround: - Disable the addin - Do not upgrade to mono 5.0.0 |
This task depends upon
Closed by Doug Newgard (Scimmia)
Thursday, 18 May 2017, 15:53 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#52939
Thursday, 18 May 2017, 15:53 GMT
Reason for closing: Duplicate
Additional comments about closing:

Duplicate of
https://bugs.archlinux.org/task/52939

It seems to be the same exception - the weird thing is that the
error only occured after upgrading to mono 5.0.0 for me. Weird.