My TC sometimes crashes: how can I log this for debuging
Moderators: Hacker, petermad, Stefan2, white
My TC sometimes crashes: how can I log this for debuging
Sporadically TC Crash after I click but is not reproducible directly.
How can I log it to report it?
How can I log it to report it?
Re: My TC sometimes crashes: how can I log this for debuging
How exactly does TC crash on your system? Does it just disappear or does it show a crash report? You can enable Options > Log file > Create log file and enable everything to be logged. Maybe you're lucky and the trigger gets logged (though I doubt that).
You say TC crashes after you click; where exactly do you click?
Do you use any plugins? Try to disable them one by one until TC doesn't crash anymore. Or disable them all and enable them again one by one until TC crashes. If you have many plugins you can do that in groups of a couple to speed up the process of finding the culprit.
You say TC crashes after you click; where exactly do you click?
Do you use any plugins? Try to disable them one by one until TC doesn't crash anymore. Or disable them all and enable them again one by one until TC crashes. If you have many plugins you can do that in groups of a couple to speed up the process of finding the culprit.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: My TC sometimes crashes: how can I log this for debuging
What does the Windows Reliability History say?Hurdet wrote: 2024-06-10, 07:00 UTC Sporadically TC Crash after I click but is not reproducible directly.
How can I log it to report it?
Re: My TC sometimes crashes: how can I log this for debuging
Nothing in Windows Reliability History.
Nothing in totalcmd.log.
Since yesterday it happened only once when I double click on path bar.
Nothing in totalcmd.log.
Since yesterday it happened only once when I double click on path bar.
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: My TC sometimes crashes: how can I log this for debuging
You could use the tool Procdump to create a crash dump:
https://technet.microsoft.com/en-us/sysinternals/dd996900.aspx
1. Create new directory c:\dumps
2. Create a lnk file of procdump.exe or procdump64.exe (for 64-bit Windows)
in Total Commander with Ctrl+Shift+F5, e.g. procdump.lnk
3. Open the properties of the lnk file with Alt+Enter
4. Change the command from c:\path\procdump.exe to
"c:\path\procdump.exe" -ma -i c:\dumps
5. Important: Click on "Advanced" and check option "As administrator"
6. Run procdump with this link file
7. Wait until the crash occurs.
8. To stop creating dumps, execute in Command Prompt: procdump.exe -u
9. Send me the dump file from c:\dumps.
https://technet.microsoft.com/en-us/sysinternals/dd996900.aspx
1. Create new directory c:\dumps
2. Create a lnk file of procdump.exe or procdump64.exe (for 64-bit Windows)
in Total Commander with Ctrl+Shift+F5, e.g. procdump.lnk
3. Open the properties of the lnk file with Alt+Enter
4. Change the command from c:\path\procdump.exe to
"c:\path\procdump.exe" -ma -i c:\dumps
5. Important: Click on "Advanced" and check option "As administrator"
6. Run procdump with this link file
7. Wait until the crash occurs.
8. To stop creating dumps, execute in Command Prompt: procdump.exe -u
9. Send me the dump file from c:\dumps.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: My TC sometimes crashes: how can I log this for debuging
Double-clicking on the path bar opens the directory menu. Does it also crash when you click the star button or press Ctrl+D (both are supposed to have the same result)?
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: My TC sometimes crashes: how can I log this for debuging
Since yesterday it happened only once when I click on Start in Menu.
But the dump is not created.
ProcDump64 work with other files.
But the dump is not created.
ProcDump64 work with other files.
Re: My TC sometimes crashes: how can I log this for debuging
Again it happened when I click on path bar. But the dump is not created.
Re: My TC sometimes crashes: how can I log this for debuging
Please answer the questions I asked, so we can at least narrow down the conditions under which this happens.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: My TC sometimes crashes: how can I log this for debuging
As I have already written, it is not reproducible directly, I can't use all day Ctrl+D instead of double click to test, as long as the problem happens.Dalai wrote: 2024-06-11, 09:55 UTC Double-clicking on the path bar opens the directory menu. Does it also crash when you click the star button or press Ctrl+D (both are supposed to have the same result)?
Re: My TC sometimes crashes: how can I log this for debuging
Well, how do you intend to find the culprit then? If there's a bug in TC it needs to be reproducible. But even if it's not a bug (and I doubt it is), crashes are annoying and should be avoided or prevented.
Perhaps it's not a crash at all. It's possible that some message gets sent to TC to close normally. This would explain why there's no crash dump and nothing in Reliability History. How this would be possible? No idea really, maybe some background process/script running.
Perhaps it's not a crash at all. It's possible that some message gets sent to TC to close normally. This would explain why there's no crash dump and nothing in Reliability History. How this would be possible? No idea really, maybe some background process/script running.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: My TC sometimes crashes: how can I log this for debuging
Since when TC suddenly closes it does not generate a crash, I have create a dump when it close with ProcDump64.exe -t TOTALCMD64.exe.
Can it be useful to investigate the problem?
Does it contain sensitive data?
How can I deliver it privately to the developer?
The problem usually takes place about ten minutes after the pc boot and rarely repeats until the next boot.
Can it be useful to investigate the problem?
Does it contain sensitive data?
How can I deliver it privately to the developer?
The problem usually takes place about ten minutes after the pc boot and rarely repeats until the next boot.
Re: My TC sometimes crashes: how can I log this for debuging
2Hurdet
It's likely a crash dump contains sensitive data. You can send it to support at ghisler.com. IMO it's a good idea to put a link to this thread in the mail.
It's likely a crash dump contains sensitive data. You can send it to support at ghisler.com. IMO it's a good idea to put a link to this thread in the mail.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
- ghisler(Author)
- Site Admin
- Posts: 50390
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: My TC sometimes crashes: how can I log this for debuging
Please do not send me crash dumps to ghisler.com, the mail server will delete very large e-mails. Either send it to cghisler at gmail dot com.
Or you can also analyze the report yourself with the tool windbg.
Windbg is made by Microsoft:
https://developer.microsoft.com/en-us/windows/hardware/download-windbg
Usage:
1. Create new directory c:\Symbols
2. Run Windbg
3. Menu File - Symbol search path, add the following:
srv*C:\SYMBOLS*http://msdl.microsoft.com/download/symbols
4. File - Open crash dump - choose the dmp file
5. Enter the following in the command line:
!analyze -v
(including the exclamation mark!) and press ENTER.
6. Wait
7. When the result is there, select all, press Ctrl+C and paste
the result to the email body.
Or you can also analyze the report yourself with the tool windbg.
Windbg is made by Microsoft:
https://developer.microsoft.com/en-us/windows/hardware/download-windbg
Usage:
1. Create new directory c:\Symbols
2. Run Windbg
3. Menu File - Symbol search path, add the following:
srv*C:\SYMBOLS*http://msdl.microsoft.com/download/symbols
4. File - Open crash dump - choose the dmp file
5. Enter the following in the command line:
!analyze -v
(including the exclamation mark!) and press ENTER.
6. Wait
7. When the result is there, select all, press Ctrl+C and paste
the result to the email body.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com