Bug 364135 - konsole crashes on current opensuse Leap 42.1 KDE plasma 5
Summary: konsole crashes on current opensuse Leap 42.1 KDE plasma 5
Status: RESOLVED WORKSFORME
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 15.12.3
Platform: openSUSE Linux
: NOR crash
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords: drkonqi
Depends on:
Blocks:
 
Reported: 2016-06-09 09:40 UTC by Art
Modified: 2018-12-02 03:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Art 2016-06-09 09:40:17 UTC
Application: konsole (15.12.3)

Qt Version: 5.5.1
Frameworks Version: 5.20.0
Operating System: Linux 4.1.21-14-default x86_64
Distribution: "openSUSE Leap 42.1 (x86_64)"

-- Information about the crash:
- What I was doing when the application crashed:
This monring I had built the hdf5 1.10.0-p1 libraries from source using the gcc 4.8.5 compiler and cmake 3.5.1 which completed fine. The cmake configuration I had run last night so I continued where I stopped Yesterday. Yesterday I had built the same libs with mpi support using mvapich2-2.1, but today I compiled the c++ interface, wich cannot be built with mpi support. After the built succeded I ran "make install" , switched to another foreground task (firefox) and suddenly the konsole had crashed. I started a new konsole and repeated the installation, and this time the konsole did not crash. 

The commands entered up to the crash were as follows (I also have the log files from  each 'make' command using 'tee' if you need them):

export CC=gcc
export CXX=g++
export FC=gfortran
export F77=gfortran
export F90=gfortran

export   CFLAGS='-O2 -I/opt/zlib/1.2.8/gcc48/include -std=gnu99 -march=native -funroll-loops  -fPIC'
export  FCFLAGS='-O2  -ffixed-line-length-none -march=native -funroll-loops  -fPIC'
export CXXFLAGS='-O2  -march=native -funroll-loops  -fPIC'
export   FFLAGS='-O2  -march=native -funroll-loops  -fPIC'

cd /home/arndtm/software/hdf5/mybuild-1.10.0-gcc-cpp

The following  command (one line only) I had run the evening before:
ccmake -DCMAKE_VERBOSE_MAKEFILE=ON  -DCMAKE_INSTALL_PREFIX=/opt/hdf5/1.10.0-p1/cpp -DCMAKE_PREFIX_PATH=/opt/zlib/1.2.8/gcc48 -DBUILD_STATIC_EXECS=OFF -DHDF5_MEMORY_ALLOC_SANITY_CHECK=ON  -DCMAKE_EXE_LINKER_FLAGS=" -L/opt/zlib/1.2.8/gcc48/lib  -L/opt/szip/2.1/lib -lz -lszip -lgfortran  -lquadmath -lcaf_single"  -DHDF5_BUILD_JAVA=ON -DBUILD_SHARED_LIBS=ON  -DBUILD_STATIC_LIBS=ON -DBUILD_TESTING=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo  -DHDF5_BUILD_CPP_LIB=ON  -DHDF5_BUILD_FORTRAN=ON -DHDF5_BUILD_HL_LIB=ON -DHDF5_BUILD_TOOLS=ON -DHDF5_ENABLE_DIRECT_VFD=ON  -DHDF5_ENABLE_F2003=ON -DHDF5_ENABLE_HSIZET=ON -DHDF5_ENABLE_PARALLEL=OFF -DHDF5_ENABLE_SZIP_SUPPORT=ON  -DHDF5_ENABLE_SZIP_ENCODING=ON -DSZIP_DIR=/opt/szip/2.1/share/cmake/SZIP -DSZIP_INCLUDE_DIR=/opt/szip/2.1/include  -DSZIP_LIBRARY_DEBUG=/opt/szip/2.1/lib/libszip.so.2.1 -DHDF5_ENABLE_Z_LIB_SUPPORT=ON -DHDF5_ENABLE_ALL_WARNINGS=ON -DZLIB_DIR=/opt/zlib/1.2.8/gcc48/share/cmake/ZLIB -DZLIB_INCLUDE_DIR=/opt/zlib/1.2.8/gcc48/include -DZLIB_LIBRARY_RELEASE=/opt/zlib/1.2.8/gcc48/lib/libz.so.1.2.8 -DCMAKE_C_COMPILER=gcc -DCMAKE_C_FLAGS="-O2 -std=gnu99 -I/opt/zlib/1.2.8/gcc48/include -march=native -funroll-loops  -fPIC"  /home/arndtm/software/hdf5/hdf5-1.10.0-patch1

gmake  2>&1 | tee ../mybuild-hdf5-1.10.0-gcc-4.8.5-cpp_A.log 2>&1
gmake --ignore-errors --keep-going 2>&1 | tee ../mybuild-hdf5-1.10.0-gcc-4.8.5-cpp_B.log 
gmake 2>&1 | tee ../mybuild-hdf5-1.10.0-gcc-4.8.5-cpp_C.log 
(I had to run the make step 3 times due to a known bug with a racing condition in the build process, where an input file isn't built in time - this is the workaround I found with the hdfgroup people. We do understand why this happens and the result is okay.)

gmake install  2>&1 | tee ../mybuild-hdf5-1.10.0-gcc-4.8.5-install-cpp.log
(During this install is where the Konsole crashed.)

Cheers,
Art

-- Backtrace:
Application: Konsole (konsole), signal: Segmentation fault
Using host libthread_db library "/lib64/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f765c135800 (LWP 1741))]

Thread 2 (Thread 0x7f764692c700 (LWP 1742)):
#0  0x00007f765ba76bbd in poll () at /lib64/libc.so.6
#1  0x00007f76531d5422 in  () at /usr/lib64/libxcb.so.1
#2  0x00007f76531d700f in xcb_wait_for_event () at /usr/lib64/libxcb.so.1
#3  0x00007f76486573c9 in  () at /usr/lib64/libQt5XcbQpa.so.5
#4  0x00007f7657e4732f in  () at /usr/lib64/libQt5Core.so.5
#5  0x00007f7652db20a4 in start_thread () at /lib64/libpthread.so.0
#6  0x00007f765ba7efed in clone () at /lib64/libc.so.6

Thread 1 (Thread 0x7f765c135800 (LWP 1741)):
[KCrash Handler]
#6  0x00007f764866a9cf in QXcbWindow::handleClientMessageEvent(xcb_client_message_event_t const*) () at /usr/lib64/libQt5XcbQpa.so.5
#7  0x00007f764865537b in QXcbConnection::handleXcbEvent(xcb_generic_event_t*) () at /usr/lib64/libQt5XcbQpa.so.5
#8  0x00007f764865701b in QXcbConnection::processXcbEvents() () at /usr/lib64/libQt5XcbQpa.so.5
#9  0x00007f7658053ac6 in QObject::event(QEvent*) () at /usr/lib64/libQt5Core.so.5
#10 0x00007f7658d06e7c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/lib64/libQt5Widgets.so.5
#11 0x00007f7658d0bcc8 in QApplication::notify(QObject*, QEvent*) () at /usr/lib64/libQt5Widgets.so.5
#12 0x00007f7658022e95 in QCoreApplication::notifyInternal(QObject*, QEvent*) () at /usr/lib64/libQt5Core.so.5
#13 0x00007f7658025057 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadData*) () at /usr/lib64/libQt5Core.so.5
#14 0x00007f765807a8f3 in  () at /usr/lib64/libQt5Core.so.5
#15 0x00007f765267ec84 in g_main_context_dispatch () at /usr/lib64/libglib-2.0.so.0
#16 0x00007f765267eed8 in  () at /usr/lib64/libglib-2.0.so.0
#17 0x00007f765267ef7c in g_main_context_iteration () at /usr/lib64/libglib-2.0.so.0
#18 0x00007f7658079d6c in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib64/libQt5Core.so.5
#19 0x00007f7658020d53 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/lib64/libQt5Core.so.5
#20 0x00007f76580288f6 in QCoreApplication::exec() () at /usr/lib64/libQt5Core.so.5
#21 0x00007f765bd6ae87 in kdemain () at /usr/lib64/libkdeinit5_konsole.so
#22 0x00007f765b9bbb05 in __libc_start_main () at /lib64/libc.so.6
#23 0x00000000004007ee in _start ()

Possible duplicates by query: bug 362408, bug 358373, bug 358201, bug 357506, bug 356482.

Reported using DrKonqi
Comment 1 Andrew Crouthamel 2018-11-01 13:50:39 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 2 Bug Janitor Service 2018-11-16 11:42:23 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 3 Bug Janitor Service 2018-12-02 03:48:20 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!