bridalspot.blogg.se

Sqlectron crashing
Sqlectron crashing




sqlectron crashing

If you are using the official Electron package, you can download the corresponding symbols file from github at The Symobol format is very simple, it is actually a plain text file, one record per line, with a space separating the fields in each record and the first field of each record indicating what type of record the line is. Google breakpad is a cross-platform crash dump and analysis framework and tools collection, it provides tools to support the conversion of crash files under all platforms to Symobol format as defined by Breakpad. The format of symbols file varies from platform to platform, Windows platform applications are generally in.

SQLECTRON CRASHING CODE

The application symbols file is similar to the sourceMap file in the front-end, which allows debugging tools to map the crash information in the dump file to the original code and parse it. To analyze the minidump file specifically, you need to use the symbols file of the Electron application. The minidump file contains only the most necessary information to recover the call stack of all threads of the failed process and to see the values of local variables at the moment of failure. dmp file obtained above is a minidump file, which is a file in the crash-to-storage technology format developed by Microsoft. As shown in the figure.Įlectron crash file analysis What is the application symbols file (Symbols)

sqlectron crashing

不支持 getPath('crashDumps') 的 Electron 版本īy actually testing the above code, the crashed file was found in the temporary directory under the version with the. Const app = require( 'electron').remote.app






Sqlectron crashing