Data Abort & Prefetch Abort

S

Simone

Hello.

In my PPC2003 application (CF2 Sp2 with SqlCE 3.1) when i try to insert or
update the database (my SDF is on Secure Digital) the Debugger sometimes
returns me messages like this:

Data Abort: Thread=9289e7d8 Proc=902e9c70 'Ten_Ven.exe'
AKY=00004001 PC=00d940bc RA=80048940 BVA=1e00000c FSR=00000007
The thread 0x92463a12 has exited with code 0 (0x0).
Data Abort: Thread=9381c7b4 Proc=902e9c70 'Ten_Ven.exe'
AKY=00004001 PC=00d940bc RA=80048940 BVA=1e00000c FSR=00000007
The thread 0xf24599d2 has exited with code 0 (0x0).
Load module: sqlceer30it.dll
Data Abort: Thread=9289e7d8 Proc=902e9c70 'Ten_Ven.exe'
AKY=00004001 PC=00d940bc RA=80048940 BVA=1e00000c FSR=00000007

Prefetch Abort: Thread=92c85a3c Proc=902e9760 'Ten_Ven.exe'
AKY=00000101 PC=00e1c704 RA=80048940 BVA=00e1c704 FSR=000004f0

Undefined Instruction: Thread=93871000 Proc=902e9760 'Ten_Ven.exe'
AKY=00000101 PC=00e1e0e0 RA=80048940 BVA=4253d24c FSR=000000f5
The thread 0xb3261432 has exited with code 0 (0x0).
Undefined Instruction: Thread=93871000 Proc=902e9760 'Ten_Ven.exe'
AKY=00000101 PC=00e1e0e0 RA=80048940 BVA=12080000 FSR=000004f0
The thread 0x1272fcba has exited with code 0 (0x0).
Undefined Instruction: Thread=92c85a3c Proc=902e9760 'Ten_Ven.exe'
AKY=00000101 PC=00e1e0e0 RA=80048940 BVA=08012a58 FSR=000004f0
The thread 0x72559292 has exited with code 0 (0x0).

If i detach the debugger from my app, sometimes my application crash
suddenly.

I always open/close connection (SqlCeConnection) when i talk to DataBase to
prevent Opened Connections when the PPC go to suspend mode.

Anyone help me?

Thanks in advance.

Simon.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top