bibikurosawa / dokan

Automatically exported from code.google.com/p/dokan
0 stars 0 forks source link

Blue screen issue #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run dokan_mirror app and Drive F: is Mounted.
2. run MS Ounlook 2007
3. Drag an Message on MS OutLook and drop to Drive F:
4. we can see Blue Screen.

What is the expected output? What do you see instead?
.Msg file is created on Drive F:

What version of the product are you using? On what operating system?
recent version of mirror & dokan, win XP /sp3

Please provide any additional information below.

dokan!DokanDispatchLock+157 [~~~~dokan\sys\lock.c @ 107]
b5202adb 8b11            mov     edx,dword ptr [ecx]

SYMBOL_STACK_INDEX:  0

SYMBOL_NAME:  dokan!DokanDispatchLock+157

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: dokan

IMAGE_NAME:  dokan.sys

DEBUG_FLR_IMAGE_TIMESTAMP:  4b667351

FAILURE_BUCKET_ID:  0x8E_dokan!DokanDispatchLock+157

BUCKET_ID:  0x8E_dokan!DokanDispatchLock+157

Original issue reported on code.google.com by clic...@gmail.com on 1 Feb 2010 at 7:14

GoogleCodeExporter commented 9 years ago
Thank you for your report. Debug analysis is really helpful.
According to your log, you got BSOD while touching LockControl.Length.
I added a check LockControl.Length != NULL.

Original comment by asa...@gmail.com on 2 Feb 2010 at 11:29