[Mono-list] glibc (?) error with Mono 1.1.14

Julien Sobrier julien at sobrier.net
Mon May 15 17:52:17 EDT 2006


Joshua Tauberer wrote:
> Julien Sobrier wrote:
> 
>>I've compiled an application with Mono 1.1.14, and I'm trying to execute
>>it on the same machine with the same Mono version. i get an error,
>>apparently related to glibc. I used the Mono installer on the Mono website.
>>
>>]$ mono bin/release/Application.exe
>>*** glibc detected *** mono: free(): invalid next size (fast):
>>0x09470830 ***
>>======= Backtrace: =========
>>/lib/libc.so.6[0x9391e0]
>>/lib/libc.so.6(__libc_free+0x77)[0x93972b]
>>/usr/lib/libsqlite3.so.0(sqlite3FreeX+0x21)[0xb3ac7e]
>>/usr/lib/libsqlite3.so.0(sqlite3VdbeMemRelease+0x4b)[0xb4532b]
>>/usr/lib/libsqlite3.so.0[0xb3c1d5]
>>/usr/lib/libsqlite3.so.0(sqlite3VdbeExec+0x377)[0xb3c866]
>>/usr/lib/libsqlite3.so.0(sqlite3_step+0xee)[0xb424e2]
> 
> 
> That's possibly a bug in the Sqlite adapter -- doing something wrong
> with the underlying library (telling the library it should free
> something when it shouldn't).  If you post the code, I'll take a look.
> 

I used managed code only.

I need to simplify the code before I post it. I'll do that tonight.

Thank you
Julien


More information about the Mono-list mailing list