ナレッジベース(KB)

ホーム > General > How to collect crash reports

作成日 29 Nov 2007
更新日 05 May 2010
参照数 11415

印刷 記事を印刷

File 記事 2594

How to collect crash reports

  • Crash reports/dumps can greatly help us find and fix problems you are experiencing with SmartFTP. To collect the crash dumps on your computer please follow these steps:

Preparation

If SmartFTP crashes:

  • If SmartFTP crashes during startup. Download the ShowDebugMessage.zip archive and double click the ShowDebugMessage - Enable.reg.
  • Execute the following command at the command line prompt:
    32-bit Version: cscript "%ProgramFiles%\Debugging Tools for Windows (x86)\adplus.vbs" -crash -FullOnFirst -pn SmartFTP.exe -o C:\Dump
    64-bit Version: cscript "%ProgramFiles%\Debugging Tools for Windows (x64)\adplus.vbs" -crash -FullOnFirst -pn SmartFTP.exe -o C:\Dump

    Dump files will be generated at “C:\Dump”.
    Remarks: Ignore the "Missing symbol paths variable" popup.
  • Try to reproduce the problem

If SmartFTP hangs (Window not responding):

  • Start SmartFTP
  • Reproduce the problem until SmartFTP hangs
  • Execute the following command at the command line prompt:
    32-bit Version: cscript "%ProgramFiles%\Debugging Tools for Windows (x86)\adplus.vbs" -hang -pn SmartFTP.exe -o C:\Dump
    64-bit Version: cscript "%ProgramFiles%\Debugging Tools for Windows (x64)\adplus.vbs" -hang -pn SmartFTP.exe -o C:\Dump

    Dump files will be generated at “C:\Dump”.
    Remarks: Ignore the "Missing symbol paths variable" popup.

Upload Dump Files

  • After SmartFTP crashes go to folder "C:\Dump". There can be multiple .dmp files. Please zip the .dmp file(s) upload them to a server (e.g. www.rapidshare.com) and send the link to us.

References
How to use ADPlus to troubleshoot "hangs" and "crashes"

キーワード
crash, dump, mdmp, dmp, debugger

関連記事
File Windows Error Report


この記事で問題が解決したかどうか、1から5の数字を選択してください。

1 まったく助けにならなかった

5 問題が解決した

What do you think about this topic? Send feedback!