public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* NvmExpressDxe async application crash with UDK debugger
@ 2017-04-12  4:58 Arka Sharma
  2017-04-12  5:07 ` Tian, Feng
  0 siblings, 1 reply; 5+ messages in thread
From: Arka Sharma @ 2017-04-12  4:58 UTC (permalink / raw)
  To: edk2-devel

Hi,

I am testing async io in NvmExpressDxe. The target system is Asrock
Z97 which I have connected to host with serial port where UDK debugger
is running. So my application does following

1. CreateEvent
2. Call Passthru
3. CmdSent++;
4. Repeat 1-3 until not ready from driver
5. while (CmdRecd < CmdSent);
4. Close all the events.

CmdRecvd is incremented inside EventCallback. I am allocating both
CmdSent and CmdRecvd and passing the address of CmdRecvd in
CreateEvent. With this I face WinDbg exception quite often and it says
"Target encountered an exception: Vector = 6, Error Code = 00000000".
I can share the application code for more clarity. I am building with
/Od and GenFw with --keepexceptiontable

Regards,
Arka


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-04-17 12:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-12  4:58 NvmExpressDxe async application crash with UDK debugger Arka Sharma
2017-04-12  5:07 ` Tian, Feng
2017-04-12  6:05   ` Arka Sharma
2017-04-13  5:46     ` Wu, Hao A
2017-04-17 12:54       ` Arka Sharma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox