Re: [Mono-dev] Assert in mini-arm.c

2013-08-14 Thread Bassam Tabbara
, 2013 5:15 PM To: Bassam Tabbara bas...@symform.commailto:bas...@symform.com Cc: mono-devel-list@lists.ximian.commailto:mono-devel-list@lists.ximian.com mono-devel-list@lists.ximian.commailto:mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Assert in mini-arm.c I meant frame #2, i.e. #2

Re: [Mono-dev] Assert in mini-arm.c

2013-08-14 Thread Bassam Tabbara
: mono-devel-list@lists.ximian.commailto:mono-devel-list@lists.ximian.com mono-devel-list@lists.ximian.commailto:mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Assert in mini-arm.c Here it is. Note that this run was compiled with BIND_ROOM set to 4 as you recommended. #2 0x00172c44

Re: [Mono-dev] Assert in mini-arm.c

2013-08-13 Thread Zoltan Varga
not happen with the mono-2-10 branch. Thanks! Bassam From: Bassam Tabbara bas...@symform.com Date: Friday, August 9, 2013 10:36 AM To: mono-devel-list@lists.ximian.com mono-devel-list@lists.ximian.com Subject: [Mono-dev] Assert in mini-arm.c Hello, I'm seeing the following assert

Re: [Mono-dev] Assert in mini-arm.c

2013-08-13 Thread Bassam Tabbara
@lists.ximian.com mono-devel-list@lists.ximian.commailto:mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Assert in mini-arm.c Hi, This is a JIT problem, it will be hard to track down without a testcase. You can try changing this line in mono/utils/mono-codeman.c: #define BIND_ROOM 8

Re: [Mono-dev] Assert in mini-arm.c

2013-08-13 Thread Zoltan Varga
Varga var...@gmail.com Date: Tuesday, August 13, 2013 3:20 AM To: Bassam Tabbara bas...@symform.com Cc: mono-devel-list@lists.ximian.com mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Assert in mini-arm.c Hi, This is a JIT problem, it will be hard to track down without

Re: [Mono-dev] Assert in mini-arm.c

2013-08-13 Thread Zoltan Varga
@lists.ximian.com Subject: Re: [Mono-dev] Assert in mini-arm.c Hi, This is a JIT problem, it will be hard to track down without a testcase. You can try changing this line in mono/utils/mono-codeman.c: #define BIND_ROOM 8 to #define BIND_ROOM 4 It might fix the issue

Re: [Mono-dev] Assert in mini-arm.c

2013-08-12 Thread Bassam Tabbara
: [Mono-dev] Assert in mini-arm.c Hello, I'm seeing the following assert on an armv5tel using latest from master: http://pastebin.com/raw.php?i=CLDXxiPy I'm trying to get an isolated repro but it proving to be elusive. In our full test runs we see this all the time. Any tips on how to debug

[Mono-dev] Assert in mini-arm.c

2013-08-09 Thread Bassam Tabbara
Hello, I'm seeing the following assert on an armv5tel using latest from master: http://pastebin.com/raw.php?i=CLDXxiPy I'm trying to get an isolated repro but it proving to be elusive. In our full test runs we see this all the time. Any tips on how to debug this further? Thanks! Bassam