Sorry, this was meant for the entire list.
-- Forwarded message --
From: Rolf Bjarne Kvinge
Date: Mon, Sep 12, 2011 at 10:30 PM
Subject: Re: [Mono-dev] Native stack trace in mono-2-10
To: Bassam Tabbara
Hi,
If you can, using Valgrind is usually the best tool to track down
mem
Hi all,
let's say I have a C# app A which PInvokes to a native SO/DLL B, which
embeds Mono for basically 100% of its logic. Do bad things happen on
Linux vs Windows?
Thanks,
Joe
___
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://li
Thanks Andres.
We build out of the mono-2-10 branch directly (no tags).
The part that is puzzling to me is why monoeg_g_hash_table_lookup calls
mono_magic_trampoline (it doesn't). Also frame #12 looks very suspiciously
close in value to the key parameter of monoeg_g_hash_table_lookup (they ar
On 09/11/2011 09:42 AM, Bassam Tabbara wrote:
> Hello,
>
> We are seeing the following crash quite frequently on our test servers:
>
> #0 0x7fe188725165 in raise () from /lib/libc.so.6
>
> #1 0x7fe188727f70 in abort () from /lib/libc.so.6
>
> #2 0x00493298 in mono_handle_native_sigs
The GAC is only used at runtime. The C# compiler does not use the GAC for
assemblies you reference. The C# compiler needs to find the MySql.Data.dll
file that is not in the GAC. You may need to add to the PATH environment
variable where you put the MySql.Data.dll file.
___