[Mono-dev] certmgr - #35064

2015-11-09 Thread Neale Ferguson
Hi, I still haven’t found a solution to the problem #35064 (see below). Is there another way on Linux to achieve the same result - i.e. Import a private key into the right place required? Neale MONO_PATH=$MCS/class/lib/net_4_x:$HOME/Mono/xsp/src/lib $MONO/mono/mini/mono-sgen

Re: [Mono-list] Using Mono/C# to develop simple OSX app

2015-11-09 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of sams > > I know this post is now forking off in all kinds of different directions but > I just wanted to ask one more thing - the original app I was talking about > now includes a loop that

Re: [Mono-list] Using Mono/C# to develop simple OSX app

2015-11-09 Thread sams
Hi, I know this post is now forking off in all kinds of different directions but I just wanted to ask one more thing - the original app I was talking about now includes a loop that determines the size of files whose names are passed in via XML. This takes a little time to run so I'd like to add

Re: [Mono-dev] Buggered yum repo

2015-11-09 Thread Timotheus Pokorra
Hello Edward, > Error: Package: mono-devel-4.0.4.1-0.xamarin.1.x86_64 > (download.mono-project.com_repo_centos_) > >Requires: libc.so.6(GLIBC_2.15)(64bit) > > So then I thought, maybe you guys support on Centos but not RHEL? And I > looked at what's available in Centos ... Centos only

[Mono-dev] Debugging Mono applications under GDB

2015-11-09 Thread Chris Swiedler
We have a server application that's being developed under Visual Studio and run under Mono 3.12. We're generating .mdb files from the .pdbs that VS creates. With those deployed next to the executable, mono will give full callstacks with source and line information when logging exceptions, so I

[Mono-dev] Buggered yum repo

2015-11-09 Thread Edward Ned Harvey (mono)
Right now, when I follow the instructions to install mono http://www.mono-project.com/docs/getting-started/install/linux/#centos-fedora-and-derivatives rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF; yum-config-manager --add-repo

[Mono-list] Looking for mono expert to help debug a hanging process

2015-11-09 Thread River Satya
Hi mono folks! We have a c# binary running under mono on Ubuntu 14.04 which hangs periodically. When it hangs, SIGQUIT does not generate a thread dump, and all threads, including one heartbeat thread that does very little but pulse the logs once a minute, seem to stop. I've tried building with

Re: [Mono-list] mono embedding in c++: how to get a array from C# code?

2015-11-09 Thread Jonathan Mitchell
> On 9 Nov 2015, at 00:22, sunsflower wrote: > > > and how can I pass a pointer to mono?... > > stuct test > { >int index; >string name; > }; > > > MonoMethod* method = mono_class_get_method_from_name(klass, "testfunc", 2); > MonoException* ex; > typedef

Re: [Mono-list] Looking for mono expert to help debug a hanging process

2015-11-09 Thread Edward Ned Harvey (mono)
> From: mono-list-boun...@lists.ximian.com [mailto:mono-list- > boun...@lists.ximian.com] On Behalf Of River Satya > > We have a c# binary running under mono on Ubuntu 14.04 which hangs > periodically. > > When it hangs, SIGQUIT does not generate a thread dump, and all threads, > including one