-
Notifications
You must be signed in to change notification settings - Fork 1k
monodevelop crashes opening solution on ubuntu #3693
Comments
This seems to be a mono(-runtime) bug, not a monodevelop bug. What version of mono are you using and how did you install it? |
not sure about this being strictly runtime - a build from 7.4.0.839 works just fine on the same machines. OS=xenial
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/ubuntu $OS main" | sudo tee /etc/apt/sources.list.d/mono-official.list
sudo apt-get update
sudo apt install mono-complete mono-xsp4 -y
|
What you got is a native crash, not a managed exception/stacktrace, so definitely not a MonoDevelop bug.
Were you running this exact same version in both ubuntu 17 and 16? if not, you're comparing apples to oranges. |
exactly the same :
|
I installed a new xubuntu 16 vm and it had the same problem. Based on some items at bugzilla I tried switching over to the mono nightly and that seemed to fix the problem - so I guess it is just a matter of sticking with 7.4.0.839 until mono 4.8 is released |
I realize that the crash is in mono and has already been fixed, but FWIW, I did a git bisect and a71dc9f is the last commit in monodevelop master that builds without error and doesn't crash on mono 5.4.1.7. |
sudo gets the same result except for the UnauthorizedAccessException
The text was updated successfully, but these errors were encountered: