[9.0b13] Crash on copy to ramdisk

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: Hacker, petermad, Stefan2, white

Post Reply
redfox
Member
Member
Posts: 101
Joined: 2015-02-09, 11:36 UTC
Location: Czech Republic

[9.0b13] Crash on copy to ramdisk

Post by *redfox »

When I tried to copy file from SSD to ramdisk, TC crashed with this error in the Event Log:

Event 1000

Faulting application name: Totalcmd.exe, version: 9.0.0.0, time stamp: 0x2a425e19
Faulting module name: ntdll.dll, version: 6.1.7601.17514, time stamp: 0x4ce7b96e
Exception code: 0xc0000005
Fault offset: 0x000570ba
Faulting process id: 0x924
Faulting application start time: 0x01d2126427b6fc58
Faulting application path: C:\Program Files\Windows Commander\Totalcmd.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: 40924ad3-7e5a-11e6-90ff-5001d4d7c576

Windows 7/32
Last edited by redfox on 2016-09-22, 08:18 UTC, edited 2 times in total.
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 50550
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Unfortunately it's not helpful because the crash happens in ntdll.

I need some kind of stack trace. Could you use the tool Procdump to create one for me, please:
https://technet.microsoft.com/en-us/sysinternals/dd996900.aspx

1. Create new directory c:\dumps
2. Start it like this:
procdump -ma -i c:\dumps
3. Wait until the crash occurs.
4. Send me the dump from c:\dumps.
Author of Total Commander
https://www.ghisler.com
redfox
Member
Member
Posts: 101
Joined: 2015-02-09, 11:36 UTC
Location: Czech Republic

Post by *redfox »

OK. It will take some time because the bug is hard to reproduce - I saw it only once.
Post Reply