Hi, I updated my program to use the latest 1.0.82.0 statically linked binaries for .net 4.0 and the program quickly developed an unmanaged memory leak, maxing out the system memory (2gb) in a few seconds. I am using entity framework 5.0 and have since downgraded to version 77-81 which all work fine. Unfortunately I am quite a novice at debugging and I can only explain the steps I am doing:
I have a entity representing a table which has 15000 records. I then query the database approximately 10-15000 times serially. The query will be a select statement with a few tolower() functions and a few comparisons, which only returns one result - nothing too complicated and no joins. Somewhere during this querying, the memory leak explodes. Hope this can help you track down any bug that may exist. Feels like an unmanaged resource isnt being disposed in the latest release. Regards Peter Sent from my Windows Phone _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

