I'm writing an application that is using sqlite in a multi-threaded
application and I am experiencing an app crash with an access violation
(exception 0xC0000005) in the sqlite3 dll.  I configured sqlite with
SQLITE_CONFIG_MULTITHREAD, and I'm using my own mutexes to synchronize
concurrent access to the sqlite api.  I am trying to debug the crash dump
files, but because I don't have access to the symbol files for sqlite to
effectively get any value from them.

 

Does someone have a copy of the debug symbol file (pdb) for version 3.21.0
that they could send to me so I can see where the problem lies?

 

Ryan Robinson

Software Engineer

 

PH: +1 (330) 533-6683 x:112

CELL: +1 (513) 403-6507

FAX: +1 (330) 533-7293

 

IES Systems Inc.

464 Lisbon St.

Canfield, OH 44406

 

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to