[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Re: Apparently random crashes

From: André Ziegler <MagicAndre1981_at_live.com>
Date: Sat, 21 Jan 2017 00:29:11 -0800 (PST)

HEAP_CORRUPTION_ACTIONABLE_EntryCorruption_c0000374_dxgi.dll!operator_new may indicte an issue with the detoured DLL from your nVIDIA driver:

    Image path: C:\Program Files\NVIDIA Corporation\CoProcManager\detoured.dll
    Image name: detoured.dll
    Browse all global symbols functions data
    Timestamp: Fri Jan 19 21:35:56 2007

your hocking DLL is from 2007, so very old. update the nvidia GPU driver this may fix it, because you get the crash while Scintilla does Direct2D operations (you can also disable ScintillaDirect2D in advanced TSN options and look if it fixes it).

But to see more, you need to capture a FUll dump (not a mini) with pageheap enabled for TortoiseProc.exe.

Run gflags.exe, go to image tab, press TAB key and enter TortoiseProc.exe and select PageHeap checkbox. In Registry configure WER (http://msdn.microsoft.com/en-us/library/bb787181%28VS.85%29.aspx) to generate Fulldump (DumpType to 2). Now share the new dump and here TortoiseProc.exe crashes earlier when the corruption occurs and we can see more details.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3203486

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2017-01-21 09:29:12 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.