[Mono-dev] Mono Crash on writing row in database with mono.data.sqlite

Easy_Rider9999 jhmgbl2 at t-online.de
Thu Mar 26 09:30:07 EDT 2009




Robert Jordan wrote:
> 
> Easy_Rider9999 wrote:
>> Es sieht so aus, als ob ich zwei Version von libsqlite3.so auf meinem
>> Rechner
>> habe. Eine mit und eine ohne sqlite3_column_orgin_name....
>> Anscheinend war die frisch compilierte Version die falsche. Jedenfalls
>> konnte jetzt die Datenbank geladen werden. Es gab noch einen weiteren
>> Crash
>> beim laden der Log-Datei, aber da muss ich mir erst mal den Code
>> ansehen....
> 
> <translation>
> 	It looks like I have two versions of libsqlite on my system.
> </translation> :)
> 
> That's why I proposed to trace which libsqlite is actually loaded.
> 
> Robert
> 
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
> 
> 

Thanks a lot for your help!

I searched in my filesystem for sqlite3.so and found several versions. The
version installed with Ubuntu had the function, but the one I had compiled
from the actual source didn't have the _original - function. So I made 'make
uninstall' and the whole thing worked. But shortly later I discovered some
more bugs, so I will need more help, but I will make a new post for this.

Once more thanks a lot. Now I can give my application at least experimental
status for Mono....

Regards

Hans
-- 
View this message in context: http://www.nabble.com/Mono-Crash-on-writing-row-in-database-with-mono.data.sqlite-tp22687944p22722040.html
Sent from the Mono - Dev mailing list archive at Nabble.com.



More information about the Mono-devel-list mailing list