As I seem to be only one with this issue, I post it here instead of GitHub.
Since #2118 when I click on Show GUI of any Zyn instrument (even empty from instrument list) LMMS crashes and whole KDE desktop also. Before this merge only LMMS crashed. I'm using Kubuntu 15.04.
stdout and stderr log of valgrind ./lmms is shown below:
Since #2118 when I click on Show GUI of any Zyn instrument (even empty from instrument list) LMMS crashes and whole KDE desktop also. Before this merge only LMMS crashed. I'm using Kubuntu 15.04.
stdout and stderr log of valgrind ./lmms is shown below:
==8710== Memcheck, a memory error detector
==8710== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al.
==8710== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info
==8710== Command: ./lmms
==8710==
VST sync support disabled in your configuration
Notice: could not set realtime priority.
no more csLADSPA plugins
no more csLADSPA plugins
==8710== Syscall param writev(vector[...]) points to uninitialised byte(s)
==8710== at 0x845916D: ??? (syscall-template.S:81)
==8710== by 0xCA46DFD: ??? (in /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0)
==8710== by 0xCA47190: ??? (in /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0)
==8710== by 0xCA47210: xcb_writev (in /usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0)
==8710== by 0xA25111D: _XSend (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
==8710== by 0xA251474: _XFlush (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
==8710== by 0xA233BF9: XFlush (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
==8710== by 0x528E51B: QApplication::restoreOverrideCursor() (in /usr/lib/x86_64-linux-gnu/libQtGui.so.4.8.6)
==8710== by 0x52AD207: ??? (in /usr/lib/x86_64-linux-gnu/libQtGui.so.4.8.6)
==8710== by 0x52AE47F: ??? (in /usr/lib/x86_64-linux-gnu/libQtGui.so.4.8.6)
==8710== by 0x611E2A1: QCoreApplicationPrivate::sendThroughApplicationEventFilters(QObject*, QEvent*) (in /usr/lib/x86_64-linux-gnu/libQtCore.so.4.8.6)
==8710== by 0x521E947: QApplicationPrivate::notify_helper(QObject*, QEvent*) (in /usr/lib/x86_64-linux-gnu/libQtGui.so.4.8.6)
==8710== Address 0x15109244 is 308 bytes inside a block of size 16,384 alloc'd
==8710== at 0x4C2DC90: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==8710== by 0xA241BF1: XOpenDisplay (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
==8710== by 0x5296F4F: ??? (in /usr/lib/x86_64-linux-gnu/libQtGui.so.4.8.6)
==8710== by 0x52227D7: QApplicationPrivate::construct(_XDisplay*, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libQtGui.so.4.8.6)
==8710== by 0x5222A4E: QApplication::QApplication(int&, char**, int) (in /usr/lib/x86_64-linux-gnu/libQtGui.so.4.8.6)
==8710== by 0x4D5804: main (main.cpp:223)
==8710==
QtXmlWrapper::loadXMLfile(): empty data
RemotePluginClient::shmget: No such file or directory
QtXmlWrapper::loadXMLfile(): empty data
Starting Audio: NULL
Audio Started
Starting MIDI: NULL
MIDI Started
lmms: Fatal IO error: client killed
==8710==
==8710== HEAP SUMMARY:
==8710== in use at exit: 97,978,917 bytes in 105,287 blocks
==8710== total heap usage: 1,442,811 allocs, 1,337,524 frees, 347,584,393 bytes allocated
==8710==
==8710== LEAK SUMMARY:
==8710== definitely lost: 17,245 bytes in 53 blocks
==8710== indirectly lost: 95,918 bytes in 3,958 blocks
==8710== possibly lost: 68,909,483 bytes in 9,853 blocks
==8710== still reachable: 28,956,271 bytes in 91,423 blocks
==8710== suppressed: 0 bytes in 0 blocks
==8710== Rerun with --leak-check=full to see details of leaked memory
==8710==
==8710== For counts of detected and suppressed errors, rerun with: -v
==8710== Use --track-origins=yes to see where uninitialised values come from
==8710== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)