Try/catch does not catch SerialPort.Open() exception
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
mono (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Mono bug #15514 (https:/
$ lsb_release -rd
Description: Ubuntu 14.04.1 LTS
Release: 14.04
ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: mono-runtime 3.2.8+dfsg-4ubuntu1
ProcVersionSign
Uname: Linux 3.13.0-39-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
CurrentDesktop: XFCE
Date: Wed Nov 19 00:44:09 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2014-11-09 (9 days ago)
InstallationMedia: Xubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140723)
SourcePackage: mono
UpgradeStatus: No upgrade log present (probably fresh install)
I feel your pain! Considering Mono is now on 4.x it's a shame the current Ubuntu package is so old.
I rely on the Mono repo to stay current:
sudo apt-key adv --keyserver hkp://keyserver .ubuntu. com:80 --recv-keys 3FA7E0328081BFF 6A14DA29AA6A19B 38D3D831EF download. mono-project. com/repo/ debian wheezy main" | sudo tee /etc/apt/ sources. list.d/ mono-xamarin. list
echo "deb http://
Only run if Ubuntu>13.10 download. mono-project. com/repo/ debian wheezy- apache24- compat main" | sudo tee -a /etc/apt/ sources. list.d/ mono-xamarin. list
echo "deb http://
Finally
sudo apt-get update
Source: http:// www.mono- project. com/docs/ getting- started/ install/ linux/# debian- ubuntu- and-derivatives