From: bfarcasanu on 27 Jun 2008 06:57 Hi, I call MiniDumpWriteDump in an exception filter, in a crashed process (but in another thread, not it the thread that crashed). Sometimes it fails, creating corrupt dumps (not empty, but unrecognizable by VC++ and windbg) and when this happens GetLastError() returns 0x8007012B (Only part of a ReadProcessMemory or WriteProcessMemory request was completed.). Any idea what it means, and why it is happening? Thanks alot!
From: Volodymyr M. Shcherbyna on 28 Jun 2008 04:47 What kind of exception happens in exception filter? -- Volodymyr, blog: http://www.shcherbyna.com/ (This posting is provided "AS IS" with no warranties, and confers no rights) <bfarcasanu(a)gmail.com> wrote in message news:aafcf939-8315-4570-a46d-b12878aa1325(a)d1g2000hsg.googlegroups.com... > Hi, > > I call MiniDumpWriteDump in an exception filter, in a crashed process > (but in another thread, not it the thread that crashed). Sometimes it > fails, creating corrupt dumps (not empty, but unrecognizable by VC++ > and windbg) and when this happens GetLastError() returns 0x8007012B > (Only part of a ReadProcessMemory or WriteProcessMemory request was > completed.). > > Any idea what it means, and why it is happening? > > Thanks alot!
From: bfarcasanu on 30 Jun 2008 07:11 On Jun 28, 11:47 am, "Volodymyr M. Shcherbyna" <v_scherb...(a)online.mvps.org> wrote: > What kind of exception happens in exception filter? > > -- > Volodymyr, blog:http://www.shcherbyna.com/ > (This posting is provided "AS IS" with no warranties, and confers no > rights) > > <bfarcas...(a)gmail.com> wrote in message > > news:aafcf939-8315-4570-a46d-b12878aa1325(a)d1g2000hsg.googlegroups.com... > > > > > Hi, > > > I call MiniDumpWriteDump in an exception filter, in a crashed process > > (but in another thread, not it the thread that crashed). Sometimes it > > fails, creating corrupt dumps (not empty, but unrecognizable by VC++ > > and windbg) and when this happens GetLastError() returns 0x8007012B > > (Only part of a ReadProcessMemory or WriteProcessMemory request was > > completed.). > > > Any idea what it means, and why it is happening? > > > Thanks alot!- Hide quoted text - > > - Show quoted text - Sorry, I have no idea, the dump is corrupted and cannot be loaded in Visual Studio.
From: Volodymyr M. Shcherbyna on 7 Jul 2008 10:17 Can you give us the access to this dump file? -- Volodymyr, blog: http://www.shcherbyna.com/ (This posting is provided "AS IS" with no warranties, and confers no rights) <bfarcasanu(a)gmail.com> wrote in message news:ff5a21a9-8778-46f4-81ed-0a06707b389a(a)d77g2000hsb.googlegroups.com... On Jun 28, 11:47 am, "Volodymyr M. Shcherbyna" <v_scherb...(a)online.mvps.org> wrote: > What kind of exception happens in exception filter? > > -- > Volodymyr, blog:http://www.shcherbyna.com/ > (This posting is provided "AS IS" with no warranties, and confers no > rights) > > <bfarcas...(a)gmail.com> wrote in message > > news:aafcf939-8315-4570-a46d-b12878aa1325(a)d1g2000hsg.googlegroups.com... > > > > > Hi, > > > I call MiniDumpWriteDump in an exception filter, in a crashed process > > (but in another thread, not it the thread that crashed). Sometimes it > > fails, creating corrupt dumps (not empty, but unrecognizable by VC++ > > and windbg) and when this happens GetLastError() returns 0x8007012B > > (Only part of a ReadProcessMemory or WriteProcessMemory request was > > completed.). > > > Any idea what it means, and why it is happening? > > > Thanks alot!- Hide quoted text - > > - Show quoted text - Sorry, I have no idea, the dump is corrupted and cannot be loaded in Visual Studio.
|
Pages: 1 Prev: Time since wakeup? Next: Is there any way to move hiberfil.sys to another partition,.. |