OpenSpeedShop / openspeedshop

Open|SpeedShop is a community effort by The Krell Institute with current direct funding from DOE’s NNSA and Office of Science. It is building on top of a broad list of community infrastructures, most notably Dyninst and MRNet from UW, libmonitor from Rice, and PAPI from UTK. Open|SpeedShop is an open source multi platform Linux performance tool which is targeted to support performance analysis of applications running on both single node and large scale Intel, AMD, ARM, Intel Phi, PPC, GPU processor based systems and on Blue Gene and Cray platforms.

Home Page:https://www.openspeedshop.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Starting up the qt3 GUI when built with gcc-8.2 causes an abort

jgalarowicz opened this issue · comments

Starting up the qt3 GUI when built with gcc-8.2 causes this abort.

c29.x86_64 libtool-ltdl-2.4.6-27.fc29.x86_64 libxcb-1.13.1-1.fc29.x86_64 openssl-libs-1.1.1-3.fc29.x86_64 pcre2-10.32-4.fc29.x86_64 python2-libs-2.7.15-11.fc29.x86_64 qt3-3.3.8b-76.fc29.x86_64
(gdb) where
#0  0x00007f1b4cdf9ff4 in QWidget::x() const () from /usr/lib64/qt-3.3/lib/libqt-mt.so.3
#1  0x00007f1b4d3f3140 in OpenSpeedshop::storeGeometry (this=0x0) at /home/jeg/openspeedshop/libopenss-gui/openspeedshop.cxx:341
#2  0x00007f1b4d3eeeb0 in gui_exit () at /home/jeg/openspeedshop/libopenss-gui/gui.cxx:394
#3  0x00007f1b5bf1fa84 in cli_terminate () at /home/jeg/openspeedshop/libopenss-cli/SS_Start.cxx:694
#4  0x00007f1b5bf1fde4 in catch_signal (sig=11, error_num=<optimized out>) at /home/jeg/openspeedshop/libopenss-cli/SS_Start.cxx:773
#5  <signal handler called>
#6  0x00007f1b440b4260 in ?? ()
#7  0x00007f1b5f26533e in ?? () from /lib64/libgcc_s.so.1
#8  0x00007f1b5f265c35 in _Unwind_Resume () from /lib64/libgcc_s.so.1
#9  0x00007f1b4c8a83e3 in QFrame::~QFrame (this=<optimized out>, __in_chrg=<optimized out>) at /usr/lib64/qt-3.3/include/qframe.h:50
#10 Frame::Frame (this=0x7f1b440b5eb0, pc=<optimized out>, parent=<optimized out>, n=0x7f1b4c8be063 "left_frame") at /home/jeg/openspeedshop/libopenss-guibase/Frame.cxx:74
#11 0x00007f1b4c8b2c2f in PanelContainer::PanelContainer (this=0x7f1b44012c90, _parent=0x7f1b4403e0b0, n=<optimized out>, _parentPanelContainer=0x0, pcl=<optimized out>, 
    fl=<optimized out>) at /home/jeg/openspeedshop/libopenss-guibase/PanelContainer.cxx:237
#12 0x00007f1b4c8b36fe in createPanelContainer (parent=parent@entry=0x7f1b4403e0b0, name=name@entry=0x7f1b4c8bb057 "masterPC", 
    parentPanelContainer=parentPanelContainer@entry=0x0, panelContainerList=0x7f1b440b2d20) at /home/jeg/openspeedshop/libopenss-guibase/PanelContainer.cxx:2590
#13 0x00007f1b4c8a9644 in pc_init (w=0x7f1b44013af0, layout=0x7f1b4408e590) at /home/jeg/openspeedshop/libopenss-guibase/pc_plugin.cxx:58
#14 0x00007f1b4d3f5e4d in OpenSpeedshop::init (this=0x7f1b4403e200) at /home/jeg/openspeedshop/libopenss-gui/openspeedshop.ui.hxx:872
#15 0x00007f1b4d3f6c4f in OpenSpeedshop::OpenSpeedshop (this=0x7f1b4403e200, _wid=1, _climode=<optimized out>, parent=<optimized out>, name=<optimized out>, fl=<optimized out>)
    at /home/jeg/openspeedshop/libopenss-gui/openspeedshop.cxx:173
#16 0x00007f1b4d3ef660 in guithreadinit (ptr=<optimized out>) at /home/jeg/openspeedshop/libopenss-gui/gui.cxx:265
#17 0x00007f1b5ee8a58e in start_thread () from /lib64/libpthread.so.0
#18 0x00007f1b5f18b6a3 in clone () from /lib64/libc.so.6
(gdb)