Here's a stack from VS2005 (comes with SQL2005, so I install that for now)

Unhandled exception at 0x7c91103c (ntdll.dll) in vwnt.exe: 0xC0000005:
Access violation writing location 0x6c61766e.

>       ntdll.dll!wcsncpy()  + 0x5ad bytes      
        [Frames below may be incorrect and/or missing, no symbols loaded for
ntdll.dll]      
        msvcrt.dll!free()  + 0xc3 bytes 
        sqlite3.dll!sqlite3_thread_cleanup()  + 0x8bd bytes     
        sqlite3.dll!sqlite3_free_table()  + 0x3c2a bytes        
        sqlite3.dll!sqlite3_db_handle()  + 0x2573 bytes 
        sqlite3.dll!sqlite3_db_handle()  + 0x3074 bytes 
        sqlite3.dll!sqlite3_db_handle()  + 0x347d bytes 
        sqlite3.dll!sqlite3_step()  + 0x17d bytes       
        vwntoe.dll!NBAPIInnerCall(threadInfoS * tinfo=0x010561c0)  Line 679
+ 0x6 bytes     C
        vwntoe.dll!IOStateMachine(threadInfoS * t=0x010561c0, int
stateToEnter=0x00000001)  Line 1794 + 0x9 bytes C
        vwntoe.dll!InitialIOStateMachine(threadInfoS * t=0x010561c0)  Line
1896 + 0x12 bytes       C
        msvcrt.dll!_endthreadex()  + 0xa9 bytes 
        kernel32.dll!GetModuleFileNameA()  + 0x1b4 bytes        

Does this help at all?

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[EMAIL PROTECTED]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: Boris Popov [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 28, 2006 10:32 PM
To: sqlite-users@sqlite.org
Subject: RE: [sqlite] sqlite3_step crash?

As a matter of fact sqlite3_reset and sqlite3_finalize also segfault if
invoked on that prepared sqlite3_stmt, so there's something seriously
screwed up, but not immediately obvious what exactly since the previous
sqlite3_column_* and sqlite3_step calls worked just fine to get all 9 rows
that are supposed to be returned... 

Thanks!

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[EMAIL PROTECTED]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

-----Original Message-----
From: Boris Popov [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 28, 2006 10:16 PM
To: sqlite-users@sqlite.org
Subject: [sqlite] sqlite3_step crash?

Hmm, I have a fairly specific scenario here where after fetching values from
all the rows in the result set calling sqlite3_step segfaults instead of
returning SQLITE_DONE. I'm at a loss as to how I could extract a little more
info to help figure this out, so any pointers would be greatly appreciated.

Thanks!

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5

[EMAIL PROTECTED]

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to