Re: [Mono-dev] Class built by mono throws FileNotFoundException when run on windows

2015-09-03 Thread Greg Young
Sorry it double posted as it was queued and didn't send and I sent it again. Later my iPad apparently got wifi :) That's fair that you are trying to avoid it but there are circumstances where it can be a good idea. As an example if I wanted to start looking at your dependencies with an analysis too

[Mono-dev] Crashes In Mini-Runtime on Ubuntu 14.04

2015-09-03 Thread Douglas Roffel
I forgot to paste the backtrace, sorry about that: http://pastebin.com/raw.php?i=ULAcFYq1 From: Douglas Roffel Sent: Thursday, September 03, 2015 12:48 PM To: 'mono-devel-list@lists.ximian.com' Subject: Crashes In Mini-Runtime on Ubuntu 14.04 Hey Mono-Dev, I've recently been trying to debug a c

[Mono-dev] Crashes In Mini-Runtime on Ubuntu 14.04

2015-09-03 Thread Douglas Roffel
Hey Mono-Dev, I've recently been trying to debug a crash in the Mini-Runtime, and I'm unsure of where to look. The cause of the crash is a failed mono_domain_get (), which returns a null pointer at mini-runtime.c:2101 MonoDomain *domain = mono_domain_get (); This causes a segfault at mini-runti

Re: [Mono-dev] Crashes In Mini-Runtime on Ubuntu 14.04

2015-09-03 Thread Jerod Venema
This bug: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1450584 On Thu, Sep 3, 2015 at 3:51 PM, Douglas Roffel wrote: > I forgot to paste the backtrace, sorry about that: > http://pastebin.com/raw.php?i=ULAcFYq1 > > > > *From:* Douglas Roffel > *Sent:* Thursday, September 03, 2015 12:48 P

[Mono-dev] Crashes In Mini-Runtime on Ubuntu 14.04

2015-09-03 Thread Douglas Roffel
According to that bug tracker, the issue was fixed in 3.13.0-54.91 for Trusty. My kernel version is 3.13.0-62-generic, which is newer than that. From: Jerod Venema [mailto:jerod.ven...@frozenmountain.com] Sent: Thursday, September 03, 2015 12:58 PM To: Douglas Roffel Cc: mono-devel-list@lists.xim