[Mono-dev] Mono Crash on writing row in database with mono.data.sqlite
Robert Jordan
robertj at gmx.net
Wed Mar 25 13:51:13 EDT 2009
Easy_Rider9999 wrote:
> Its defined:
>
> 0004ed30 T sqlite3_column_name
> 0004ed00 T sqlite3_column_name16
> 0004ebb0 T sqlite3_column_origin_name
> 0004eb80 T sqlite3_column_origin_name16
> 0004ec10 T sqlite3_column_table_name
> 0004ebe0 T sqlite3_column_table_name16
> 0004f650 T sqlite3_column_text
> 0004f5d0 T sqlite3_column_text16
Run your application like this:
MONO_LOG_LEVEL="debug" MONO_LOG_MASK="dll" mono yourapp.exe
and look which libsqlite is actually loaded. The run "nm -D"
on this shared object.
Robert
More information about the Mono-devel-list
mailing list