[Mono-dev] Runtime crashing when evaluating System.Diagnostics.Process.HasExited property

2015-01-14 Thread Mark McDowall
This bug: https://bugzilla.xamarin.com/show_bug.cgi?id=25720 (now fixed in
master) is present in mono 3.12.0 and affects, OS X, Debian/Ubuntu and
Fedora releases. I have received several confirmations on this from users
of my application as we use this check and have personally verified its
presence on Ubuntu 14.04.

Other users have confirmed things are working properly after building from
master, so people compiling from there are unaffected.

Wondering if there is a plan to release 3.12.1 or another updated version
to correct this issue?

-- 

Mark McDowall
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Runtime crashing when evaluating System.Diagnostics.Process.HasExited property

2015-01-14 Thread Zoltan Varga
Hi,

  A workaround is to do:
   if (proc != Process.CurrentProcess)
  proc.HasExited

Since the bug only affects the current process.

 Zoltan

On Wed, Jan 14, 2015 at 5:53 PM, Mark McDowall markus.m...@gmail.com
wrote:

 This bug: https://bugzilla.xamarin.com/show_bug.cgi?id=25720 (now fixed
 in master) is present in mono 3.12.0 and affects, OS X, Debian/Ubuntu and
 Fedora releases. I have received several confirmations on this from users
 of my application as we use this check and have personally verified its
 presence on Ubuntu 14.04.

 Other users have confirmed things are working properly after building from
 master, so people compiling from there are unaffected.

 Wondering if there is a plan to release 3.12.1 or another updated version
 to correct this issue?

 --

 Mark McDowall

 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list


___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Illegal instruction - mono ARM

2015-01-14 Thread oferyach
Using mono from repository on the traget (apt-get install mono) does work, so
it is not a wrong CPU.
I still need to complie since I would need to run also on big-endian and I
cannot find ready binaries.



--
View this message in context: 
http://mono.1490590.n4.nabble.com/Illegal-instruction-mono-ARM-tp4665217p4665225.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] Illegal instruction - mono ARM

2015-01-14 Thread Zoltan Varga
Hi,

  There could be multiple reasons for this, for example the cpu might not
match the runtime configuration, i.e. it uses hard float abi instead of a
soft float abi, it could be an old cpu that mono no longer supports (armv5
etc).

  Zoltan

On Wed, Jan 14, 2015 at 10:51 AM, oferyach o...@orpak.com wrote:

 Hi

 I compile mono with following configuration
 ./configure --host=arm-linux-gnueabi --disable-mcs-build
 --prefix=/home/MONOTEST CC=arm-linux-gnueabi-gcc CFLAGS='-march=armv5te
 -mfloat-abi=softfp '

 On target machine I can run mono --version to get
 Mono JIT compiler version 3.10.0 (tarball Thu Jan  1 17:44:51 IST 2015)
 Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors.
 www.mono-project.com
 TLS:   normal
 SIGSEGV:   normal
 Notifications: epoll
 Architecture:  armel,vfp
 Disabled:  none
 Misc:  softdebug
 LLVM:  supported, not enabled.
 GC:sgen

 But trying to run any Hello application (that runs OK on host mono) result
 in

 Illegal instruction

 Running under strace does not help to understand the problem

 Any ideas?










 --
 View this message in context:
 http://mono.1490590.n4.nabble.com/Illegal-instruction-mono-ARM-tp4665217.html
 Sent from the Mono - Dev mailing list archive at Nabble.com.
 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list

___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


[Mono-dev] Illegal instruction - mono ARM

2015-01-14 Thread oferyach
Hi

I compile mono with following configuration
./configure --host=arm-linux-gnueabi --disable-mcs-build
--prefix=/home/MONOTEST CC=arm-linux-gnueabi-gcc CFLAGS='-march=armv5te
-mfloat-abi=softfp '

On target machine I can run mono --version to get
Mono JIT compiler version 3.10.0 (tarball Thu Jan  1 17:44:51 IST 2015)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors.
www.mono-project.com
TLS:   normal
SIGSEGV:   normal
Notifications: epoll
Architecture:  armel,vfp
Disabled:  none
Misc:  softdebug 
LLVM:  supported, not enabled.
GC:sgen

But trying to run any Hello application (that runs OK on host mono) result
in

Illegal instruction

Running under strace does not help to understand the problem

Any ideas?










--
View this message in context: 
http://mono.1490590.n4.nabble.com/Illegal-instruction-mono-ARM-tp4665217.html
Sent from the Mono - Dev mailing list archive at Nabble.com.
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] List of cleanup candidates for Mono 4.0

2015-01-14 Thread Francisco Figueiredo Jr.
Hi, guys!

Sorry for late response.


I agree to remove Npgsql from mono and use the nuget packages. This
approach is more streamlined with the idea of modularity of the packages.
The user should only have Npgsql.dll in her system if she really is going
to use it.


P.S.: I'd like to use this opportunity to say thank you very much for all
those years integrating Npgsql code to Mono codebase. Thank you!




On Thu, Nov 27, 2014 at 5:15 PM, Oskar Berggren oskar.bergg...@gmail.com
wrote:

 Can we please finally remove Npgsql?

 It's been reported:
 https://bugzilla.novell.com/show_bug.cgi?id=650180
 https://bugzilla.xamarin.com/show_bug.cgi?id=23119

 The Npgsql included in mono is EXTREMELY ancient and from what I gather
 useless for most purposes. As far as I can tell, the version included in
 mono is Ngpsql 1.x, however due to mono versioning the Npgsql assembly will
 be versioned as 2.x (when I reported it some years ago, maybe it's even 3.x
 or 4.x now). So mono basically lies about what Npgsql version it is, which
 adds enormously to the confusion.

 There is a bunch of open bugs in this old version:
 https://bugzilla.novell.com/buglist.cgi?quicksearch=npgsql

 /Oskar



 2014-11-27 17:01 GMT+01:00 Alexander Köplinger 
 alex.koeplin...@outlook.com:

 Judging from the recent version bump in git to 3.99 it looks like the
 next release after 3.12 will be Mono 4.0.

 As this is a major release it'll allow us to remove some cruft that is no
 longer needed, so I thought I'd start a list of things I'd like to see
 removed:

 * net2.0/4.0 profiles - this is already in progress
 * gmcs/dmcs - they just redirect to mcs now and without the 2.0
 etc profiles it doesn't make sense to still have them
 * EntityFramework - apart from the fact that we ship a horribly outdated
 version right now, I see no reason to include this hefty 5+MB DLL in Mono
 given that EF is open-source and available on NuGet
 * aspnetwebstack (i.e. MVC+WebApi) - same reasons as for EF, open-source
 and on NuGet, should be used from there
 * Rx - I'm not really familiar with this one, but I think it's also on
 NuGet+open source

 I'd love to hear your comments/thoughts on this :)

 -- Alex

 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list



 ___
 Mono-devel-list mailing list
 Mono-devel-list@lists.ximian.com
 http://lists.ximian.com/mailman/listinfo/mono-devel-list




-- 
Regards,

Francisco Figueiredo Jr.
Npgsql Lead Developer
http://www.npgsql.org
http://gplus.to/franciscojunior
http://fxjr.blogspot.com
http://twitter.com/franciscojunior
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list


Re: [Mono-dev] If you accept pull requests on Mono's github

2015-01-14 Thread Edward Ned Harvey (mono)
 From: mono-devel-list-boun...@lists.ximian.com [mailto:mono-devel-list-
 boun...@lists.ximian.com] On Behalf Of Edward Ned Harvey (mono)
 
 Pull Request:
 https://github.com/mono/mono/pull/1490

Keepalive...  No responses for a week...
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list