U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ SQL » Sql crash in 64 bit machine
Re: Sql crash in 64 bit machine [message #36569 is a reply to message #36568] Sun, 10 June 2012 10:39 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14291
Registered: November 2005
Ultimate Member
forlano wrote on Sun, 10 June 2012 04:27

Hello,

it is the second time my customer signal a crash of my program under a 64 bit windows. It seems the problem reside in Sqlite plugin compiled at 32 bit (the whole program is compiled at 32 bit).
Is this normal? Does it mean I must provvide a version for 32 bit and 64 bit?

Thanks,
Luigi


No, 32-bit executables run in 64-bit windows just fine, there should be no difference.

I would say that perhaps you are doing something that makes sqlite occassionally crash, or that the cause of crash is in your code, but it is revealed in sqlite - you are sharing the address space with sqlite, so e.g. end of buffer overwrite in your code can corrupt sqlite memory...
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: SqlBinary and Postgres 9
Next Topic: Can I use netSQLite to solve the problem of sharing SQLite database?
Goto Forum:
  


Current Time: Sun May 17 02:59:05 GMT+2 2026

Total time taken to generate the page: 0.00522 seconds