[Python.NET] crash in pythonnet

2018-04-03 Thread techi eth
Hi, I am trying to run python for NET but finding crash while running test. I am trying to run test from src/tests/. System Setup : Host : Ubuntu14.04 Python : Python2.7 Mono : Mono JIT compiler version 5.10.1.20 (tarball Thu Mar 29 10:42:14 UTC 2018) Copyright (C) 2002-2014 Novell, Inc,

Re: [Python.NET] crash in pythonnet

2018-04-03 Thread Denis Akhiyarov
can you try previous mono versions? On Tue, Apr 3, 2018 at 11:23 PM, techi eth wrote: > Hi, > > > > I am trying to run python for NET but finding crash while running test. I > am trying to run test from src/tests/. > > > > System Setup : > > Host : Ubuntu14.04 > > Python : Python2.7 > > Mono : >

Re: [Python.NET] crash in pythonnet

2018-04-03 Thread techi eth
Initially i tried with default mono (3.8 -> Ubunut14.04 default) version but i was not able to build pythonfornet. Later i tried with 4.2.2 version,i am able to build but got similar crash. than i though to test with latest mono but still got crash. Could you please let me know i can get anywhere

Re: [Python.NET] crash in pythonnet

2018-04-03 Thread Denis Akhiyarov
See the Travis CI builds of pythonnet on GitHub for the current version of Mono passing the tests. On Wed, Apr 4, 2018, 12:04 AM techi eth wrote: > Initially i tried with default mono (3.8 -> Ubunut14.04 default) version > but i was not able to build pythonfornet. Later i tried with 4.2.2 > vers

Re: [Python.NET] crash in pythonnet

2018-04-03 Thread techi eth
It is same version what i am using. I assume it could be something else. Can any one have working setup on ubuntu14.04 with mono & python version. Configure option for mono or python have any relation ? On Wed, Apr 4, 2018 at 10:39 AM, Denis Akhiyarov wrote: > See the Travis CI builds of python