Re: [Mono-dev] (no subject)

2014-01-13 Thread Greg Young
As expected (totally predictable) its officially a heisenbug. Running with gdb causes it to no longer fail. On Fri, Jan 10, 2014 at 1:22 PM, Andrés G. Aragoneses kno...@gmail.comwrote: If it still crashes with master, run it with gdb and obtain a backtrace, and attach it to a bug report. On

Re: [Mono-dev] mono-2.11.4 on Solaris 11.1

2014-01-13 Thread Alan
Before submitting pull requests you should check to see if the issue still exists in the latest code. Mono 2.11.4 was released about 18 months ago. Alan On 12 January 2014 01:12, Andrés G. Aragoneses kno...@gmail.com wrote: On 11/01/14 22:00, Grüninger, Andreas (LGL Extern) wrote: Hi all

Re: [Mono-dev] mono-2.11.4 on Solaris 11.1

2014-01-13 Thread LGL Extern
I started with the master and got a lot of sigsegv. So I tried first an older version and thought the last release of 2.* would be good choice. Yesterday I applied all patches to the master and compiled it. I have 7 failing tests. 4 of them have the same problem. The return of

[Mono-dev] Assert: condition `ret == 0' not met

2014-01-13 Thread Bassam Tabbara
Hello, I’m seeing the following exception while building MCS from the latest in master. This is on my mac (OSX 10.9). Any thoughts? System.Collections.Concurrent/BlockingCollection.cs(396,9): warning CS0219: The variable `index' is assigned but its value is never used

Re: [Mono-dev] Assert: condition `ret == 0' not met

2014-01-13 Thread Rodrigo Kumpera
Are you trying to build mono/master without any changes? That has not happen with our bots at xamarin. On Mon, Jan 13, 2014 at 4:47 PM, Bassam Tabbara bas...@symform.com wrote: Hello, I’m seeing the following exception while building MCS from the latest in master. This is on my mac (OSX

Re: [Mono-dev] Assert: condition `ret == 0' not met

2014-01-13 Thread Bassam Tabbara
Yes. This is a clean build from mono/master. On Jan 13, 2014, at 3:07 PM, Rodrigo Kumpera kump...@gmail.commailto:kump...@gmail.com wrote: Are you trying to build mono/master without any changes? That has not happen with our bots at xamarin. On Mon, Jan 13, 2014 at 4:47 PM, Bassam Tabbara

Re: [Mono-dev] Assert: condition `ret == 0' not met

2014-01-13 Thread Andrés G. Aragoneses
I confirm the problem, I also get it in Linux64bits On 14/01/14 00:33, Bassam Tabbara wrote: Yes. This is a clean build from mono/master. On Jan 13, 2014, at 3:07 PM, Rodrigo Kumpera kump...@gmail.com mailto:kump...@gmail.com wrote: Are you trying to build mono/master without any changes?