Skip to content

Commit 0d6b9bb

Browse files
committed
add missing section to readme
1 parent b3ac6d8 commit 0d6b9bb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,4 +302,9 @@ aqt install-tool windows desktop tools_ifw
302302

303303
# How to analyse crashlog
304304

305-
:building_construction: Under construction :building_construction:
305+
:warning: This methos is for Windows only.
306+
307+
- Get `DFTFringe.exe.debug` file corresponding to the release where the log comes from in github
308+
- Run `addr2line -e DFTFringe.exe.debug 0x00000000005A7229` with the address of the stack you get from the log
309+
- You should get an output like `D:\a\DFTFringe\DFTFringe\DFTFringe/./boost/stacktrace/stacktrace.hpp:78`
310+
- Do this for each line of the call stack leading to the crash. Look at corresponding file and line (here it's `stacktrace.hpp` line `78`) of the source code corresponding to the release you are debugging to understand what went wrong.

0 commit comments

Comments
 (0)