Re: [Interest] Application stack traces are not seen using Massif with Qt debug symbols

2023-07-25 Thread Thiago Macieira
On Tuesday, 25 July 2023 10:38:28 PDT Ramakanth Kesireddy wrote: > In the massif_report.txt, no application stack traces are seen. > > Please let me know if am missing anything in this regard. Why do you think this is a Qt problem? Do you get the stack traces for non-Qt applications? How were th

[Interest] Application stack traces are not seen using Massif with Qt debug symbols

2023-07-25 Thread Ramakanth Kesireddy
Hi, Am running Qt 5.15.8 debug version on desktop linux. Below are steps used to enable application stack traces using massif and Qt 5.15.8. 1)Building Qt 5.15.8 in Debug Mode with below configure line: ./configure -commercial -confirm-license -debug -prefix /home/install/qt5.15.8 -bundled-xcb-x