Discussion:
[LyX/master] On Linux show in crash message box the backtrace
Scott Kostyshak
2014-08-25 21:54:27 UTC
Permalink
commit 2f17858115247a1f2b9e341e7cbe96148911c1ad
Date: Sat Jun 7 11:12:31 2014 +0200
On Linux show in crash message box the backtrace
Would this be easy to extend to show the backtrace on assertions also?

Scott
Peter Kümmel
2014-08-28 07:21:12 UTC
Permalink
Post by Scott Kostyshak
commit 2f17858115247a1f2b9e341e7cbe96148911c1ad
Date: Sat Jun 7 11:12:31 2014 +0200
On Linux show in crash message box the backtrace
Would this be easy to extend to show the backtrace on assertions also?
Scott
Yes, just call printCallStack() where you need it.

Peter
Scott Kostyshak
2014-08-28 16:29:23 UTC
Permalink
Post by Peter Kümmel
Post by Scott Kostyshak
Would this be easy to extend to show the backtrace on assertions also?
Scott
Yes, just call printCallStack() where you need it.
Thanks,

Scott

Loading...