[Mono-dev] crashes while executing System.Buffer.BlockCopyInternal

2009-11-18 Thread Daniel Weuthen
Hi everybody, I have got a major problem with out software running with mono 2.4.x. No matter what distribution, it keeps crashing with segmentation fault randomly with the following last output when debugging. These were three different runs of the software. To me it looks like something is wrong

Re: [Mono-dev] crashes while executing System.Buffer.BlockCopyInternal

2009-11-18 Thread Rodrigo Kumpera
Hi Daniel, Can you install the debug symbols for mono and get a native stack trace while on gdb? instead of using mono_stack, use "t a a bt". Thanks, Rodrigo On Wed, Nov 18, 2009 at 9:54 AM, Daniel Weuthen < daniel.weuthen...@deepinvent.com> wrote: > Hi everybody, > > I have got a major proble

Re: [Mono-dev] crashes while executing System.Buffer.BlockCopyInternal

2009-11-18 Thread Daniel Weuthen
Hi Rodrigo, > Can you install the debug symbols for mono and get a native stack trace > while on gdb? I am currently testing under SLED 11 and got the mono-core-debuginfo package installed. So I guess the debugging symbols are available. Here is the output of "t a a bt" after the crash: 0x08125

Re: [Mono-dev] crashes while executing System.Buffer.BlockCopyInternal

2009-11-24 Thread Daniel Weuthen
Hi Rodrigo, anything new about this one? -- regards Daniel Weuthen ___ Mono-devel-list mailing list Mono-devel-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-devel-list ___ Mono-devel-li

Re: [Mono-dev] crashes while executing System.Buffer.BlockCopyInternal

2009-12-02 Thread Rodrigo Kumpera
No, could you fill a bug report on this to avoid getting it lost on the mailing list archives? On Tue, Nov 24, 2009 at 6:16 AM, Daniel Weuthen < daniel.weuthen...@deepinvent.com> wrote: > Hi Rodrigo, > > anything new about this one? > > -- > regards > > Daniel Weuthen > __

Re: [Mono-dev] crashes while executing System.Buffer.BlockCopyInternal

2009-12-02 Thread Miguel de Icaza
Hello, > No, could you fill a bug report on this to avoid getting it lost on > the mailing list archives? I spoke today with Daniel on the phone and looked at these errors; Sadly with the information posted there is not much that we can do to find the problem. I have asked Daniel to provide us w

Re: [Mono-dev] crashes while executing System.Buffer.BlockCopyInternal

2009-12-03 Thread Daniel Weuthen
>> No, could you fill a bug report on this to avoid getting it lost on >> the mailing list archives? > > I spoke today with Daniel on the phone and looked at these errors; > Sadly with the information posted there is not much that we can do to > find the problem. > > I have asked Daniel to provid