[Mono-dev] Stack overflow

2008-05-02 Thread Paul
Hi, I seem to have a problem with mono-1.9.1 with a stack overflow. Any ideas on what could be causing it? Stack overflow in unmanaged: IP: 0x4ea8d4, fault addr: 0x7fff4be34d60 Stack overflow: IP: 0x4ea8d4, fault addr: 0x7fff4be2cb40 At Unmanaged Stacktrace: at (wrapper managed-to-native) Syst

Re: [Mono-dev] Stack overflow

2008-05-02 Thread Robert Jordan
Paul wrote: > Hi, > > I seem to have a problem with mono-1.9.1 with a stack overflow. Any > ideas on what could be causing it? Well, MainForm's and xmlhandler's ctor are calling each other. This seems to be related to your own confusion posted on mono-list with the subject "Accessing one class f

[Mono-dev] stack overflow exception in __icall_wrapper_helper_ldstr

2009-10-24 Thread Steve Bjorg
I wonder if anyone has an idea why __icall_wrapper_helper_ldstr may produce a stack overflow? This is running Mono 2.4.2.3 on Cent OS. We're getting the following exception trace. All invocations, except the last one, are in managed code. Unhandled Exception: System.StackOverflowException:

[Mono-dev] Stack overflow in Array.Sort for large arrays

2012-08-02 Thread Martin Potter
I am currently working on testing Mono to 2.11 with the hope to ease the transition to 2.12 when it is release. When testing, I found a nasty bug when sorting a large (228,000 elements) List that resulted in a stack overflow. The partial stack trace from the crash: System.Collections.Generic.Li

Re: [Mono-dev] Stack overflow in Array.Sort for large arrays

2012-08-04 Thread Marek Safar
Hi, I cannot reproduce the issue. Could you fill a bug report with test case how to reproduce it. Thanks Marek On Thu, Aug 2, 2012 at 7:21 PM, Martin Potter wrote: > I am currently working on testing Mono to 2.11 with the hope to ease the > transition to 2.12 when it is release. When testing, I

Re: [Mono-dev] Stack overflow in Array.Sort for large arrays

2012-08-04 Thread Martin Potter
mit/d4d4d0768a39881fd8a12818be363139a37c3da3 if you are interested. Thanks, Martin From: Marek Safar [marek.sa...@gmail.com] Sent: Saturday, August 04, 2012 8:03 AM To: Martin Potter Cc: mono-devel-list@lists.ximian.com Subject: Re: [Mono-dev] Stack overflow

Re: [Mono-dev] Stack overflow in Array.Sort for large arrays

2012-08-05 Thread Martin Potter
@lists.ximian.com Subject: Re: [Mono-dev] Stack overflow in Array.Sort for large arrays Hi, I cannot reproduce the issue. Could you fill a bug report with test case how to reproduce it. Thanks Marek On Thu, Aug 2, 2012 at 7:21 PM, Martin Potter mailto:martin.pot...@logos.com>> wrote