Re: [Mono-dev] Bug#819711: PPC_64K_PAGES (Re: Running Mono on 32bits-big endian PowerPC)

2016-04-11 Thread Mathieu Malaterre
On Mon, Apr 11, 2016 at 10:27 AM, Jo Shields <direct...@apebox.org> wrote: > > > On 11/04/16 09:18, Mathieu Malaterre wrote: >> # set patch tag at least to get some attention, may need some tweaking >> # since pagesize on buildd machine != user installed one >> Co

Re: [Mono-dev] PPC_64K_PAGES (Re: Running Mono on 32bits-big endian PowerPC)

2016-04-11 Thread Mathieu Malaterre
Rønne Petersen <a...@alexrp.com> wrote: > Hi Mathieu, > > So it would be appropriate to change the #if to > > #if defined (TARGET_POWERPC) || defined (TARGET_POWERPC64) > > if I understand the problem correctly? > > Regards, > Alex > > On Mon, Apr 1

Re: [Mono-dev] PPC_64K_PAGES (Re: Running Mono on 32bits-big endian PowerPC)

2016-04-11 Thread Mathieu Malaterre
fined (TARGET_POWERPC) || defined (TARGET_POWERPC64) > > if I understand the problem correctly? > > Regards, > Alex > > On Mon, Apr 11, 2016 at 10:18 AM, Mathieu Malaterre <ma...@debian.org> wrote: >> # set patch tag at least to get some attention, may need some tweaking &

[Mono-dev] PPC_64K_PAGES (Re: Running Mono on 32bits-big endian PowerPC)

2016-04-11 Thread Mathieu Malaterre
# set patch tag at least to get some attention, may need some tweaking # since pagesize on buildd machine != user installed one Control: tags -1 patch On Thu, Mar 31, 2016 at 2:37 PM, Mathieu Malaterre <ma...@debian.org> wrote: > Dear all, > > I am currently trying to resurr

[Mono-dev] Backtrace stopped: previous frame inner to this frame (corrupt stack?)

2016-04-06 Thread Mathieu Malaterre
Hi all, I am continuing my quest to understand what is going on with mono on SMP PowerPC. I am now looking at the gdb info produced, namely: [...] #19 0x10014c08 in mono_jit_runtime_invoke (method=0xf7de0018 <_rtld_global>, obj=0xffdba150, params=0xffdba1c0, exc=0x10014c08

Re: [Mono-dev] Running Mono on 32bits-big endian PowerPC

2016-04-04 Thread Mathieu Malaterre
you can try reducing the test case to a small repro sample > that you can debug. > > As Jo said in his email, I'd also suggest looking at the 4.4 > release/branches since those will be the next stable release in the near > future. > > - Alex > > 2016-04-01 9:37 GMT+02:00 Ma

Re: [Mono-dev] Running Mono on 32bits-big endian PowerPC

2016-04-04 Thread Mathieu Malaterre
As a side note, I can build mono on SMP PowerPC using an easy hack: export MONO_GC_PARAMS=nursery-size=1073741824 ./autogen.sh --prefix=$HOME/blah --with-gc=sgen --disable-boehm --enable-checked-build=all --disable-nls --with-sgen=yes make V=1 PROFILE=basic -M

Re: [Mono-dev] Running Mono on 32bits-big endian PowerPC

2016-04-05 Thread Mathieu Malaterre
Hi Jonathan, On Mon, Apr 4, 2016 at 8:44 PM, Jonathan Purdy wrote: >> - Is there a way for me to run the sgen implementation test suite ? > > > Yes, “make check -C mono” will run the runtime tests, which include tests > for SGen. That was non-trivial due to the fact

Re: [Mono-dev] Running Mono on 32bits-big endian PowerPC

2016-04-05 Thread Mathieu Malaterre
hub.com/mono/mono#configuration-options). > > - Alex > > 2016-04-04 16:03 GMT+02:00 Alexander Köplinger > <alexander.koeplin...@xamarin.com>: >> >> FYI --with-gc=sgen doesn' >> >> >> 2016-04-04 14:25 GMT+02:00 Mathieu Malaterre <ma...@de

Re: [Mono-dev] Running Mono on 32bits-big endian PowerPC

2016-04-01 Thread Mathieu Malaterre
My initial post was a bit vague. Let me rephrase it. I am trying to solve the following issue: https://bugzilla.xamarin.com/show_bug.cgi?id=40037 I would like to know where is the documentation for the '-d:ASYNC' documentation ? I've naively tried: % ./mono basic.exe --help [...]

[Mono-dev] Running Mono on 32bits-big endian PowerPC

2016-03-31 Thread Mathieu Malaterre
Dear all, I am currently trying to resurrect Mono debian package on PowerPC (32bits BE). I have two questions: - Is there a released version I should consider to start with if I want to make mono work son PowerPC again ? - I see some big changes here at: