crashtesting: assert on reimport of docx export of ooo102874-2.doc
[LibreOffice.git] / solenv / bin / gdbtrycatchtrace
blob99b1500d9d74900edb19aeef7cf095c2367a9eba
1 set pagination off
2 catch throw
3 commands
4     bt
5     cont
6 end
7 catch catch
8 commands
9     bt
10     cont
11 end
12 echo log will be saved as gdbtrace.log, this will take some time, patience...\n
13 set logging redirect on
14 set logging file gdbtrace.log
15 set logging enabled on
16 set logging overwrite on
17 run
19 quit
20 set logging enabled off
21 echo log is saved as gdbtrace.log\n