I run with valgrind with options --tool=memcheck --leak-check=full. Below is the top most content in the valgrind log file.
==8938== Process terminating with default action of signal 11 (SIGSEGV)
==8938== Bad permissions for mapped region at address 0xD6E6360
==8938== at 0x7979227: QMetaObject::className() const (in /home/nkumar/Qt/5.4/gcc_64/lib/libQt5Core.so.5.4.0)
==8938== by 0xF43DFB6: ??? (in /home/nkumar/Qt/5.4/gcc_64/lib/libQt5Widgets.so.5.4.0)
==8938== by 0x4010139: call_init.part.0 (dl-init.c:78)
==8938== by 0x4010222: _dl_init (dl-init.c:36)
==8938== by 0x4001309: ??? (in /lib/x86_64-linux-gnu/ld-2.19.so)
==8938==
It seems the segmentation fault is caused by QMetaObject::className() const (in /home/nkumar/Qt/5.4/gcc_64/lib/libQt5Core.so.5.4.0)
Bookmarks