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. -- - Joshua Tauberer http://taubz.for.net "Unfortunately, we're having this discussion. It's too bad, because guess who listens to the discussion: the enemy." _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
