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

Thiago Macieira thiago.macieira at intel.com
Wed Aug 2 17:46:07 CEST 2023


On Tuesday, 1 August 2023 21:54:47 PDT Ramakanth Kesireddy wrote:
> Am unable to locate core dump even after setting ulimit -c unlimited. 

It was probably captured by systemd-coredumpd. You can find it with 
coredumpctl.

> #4  0x00007ffff5d4a852 in qt_assert_x (where=where at entry=0x7ffff618ff5b
> "QCoreApplication::sendEvent", what=<optimized out>,
>     file=file at entry=0x7ffff618ff00 "kernel/qcoreapplication.cpp",
> line=line at entry=553) at
> ../../include/QtCore/../../src/corelib/global/qlogging.h:90
> #5  0x00007ffff5f80061 in QCoreApplicationPrivate::checkReceiverThread
> (receiver=receiver at entry=0x7fffffffddf0)
>     at ../../include/QtCore/../../src/corelib/tools/qarraydata.h:208
[cut]
> #16 0x00007ffff5c70609 in start_thread (arg=<optimized out>) at
> pthread_create.c:477
> #17 0x00007ffff5847133 in clone () at
> ../sysdeps/unix/sysv/linux/x86_64/clone.S:95

The assertion is correct. You didn't run this in the main() thread.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Cloud Software Architect - Intel DCAI Cloud Engineering
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5152 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20230802/e658060c/attachment.bin>


More information about the Interest mailing list