core dump

Generic issues not specifically related to a QLC+ area.
Post here only if you can't really find the reason of an issue
Post Reply
kelargo
Posts: 3
Joined: Sun Jun 12, 2016 3:12 am
Real Name: kenneth

Hello,

I'm using the DEB 64 package and when I launch, I get a core dump.

I did not have this problem when I first installed the program. After installing, I then install OLA package..
that is when I started getting this core dump. I installed OLA from git.

I'll try building qlcplus from source and see if this problem goes away.. but I wanted to report it.

thanks

Code: Select all

$ qlcplus

Q Light Controller Plus version 4.10.4
This program is licensed under the terms of the Apache 2.0 license.
Copyright (c) Heikki Junnila (hjunnila@users.sf.net)
Copyright (c) Massimo Callegari (massimocallegari@yahoo.it)

Segmentation fault (core dumped)
$
kelargo
Posts: 3
Joined: Sun Jun 12, 2016 3:12 am
Real Name: kenneth

I just saw info about the plugin for OLA..

I tried copying it and running and still get core dump

Code: Select all

/usr/lib/x86_64-linux-gnu/qt4/plugins/qlcplus# ls -laF 
total 1620
drwxr-xr-x  3 root root   4096 Jun 11 23:09 ./
drwxr-xr-x 17 root root   4096 Jun 11 23:09 ../
drwxr-xr-x  2 root root   4096 Jun 11 23:09 audio/
-rw-r--r--  1 root root 160000 May 29 08:28 libartnet.so
-rw-r--r--  1 root root  51824 May 29 08:28 libdmx4linux.so
-rw-r--r--  1 root root 233792 May 29 08:28 libdmxusb.so
-rw-r--r--  1 root root 172240 May 29 08:28 libe131.so
-rw-r--r--  1 root root 117992 May 29 08:28 libenttecwing.so
-rw-r--r--  1 root root 114552 May 29 08:28 libhidplugin.so
-rw-r--r--  1 root root  59936 May 29 08:28 libloopback.so
-rw-r--r--  1 root root 185216 May 29 08:28 libmidiplugin.so
-rw-r--r--  1 root root 101744 Jun 11 23:20 libolaio.so
-rw-r--r--  1 root root 168080 May 29 08:28 libosc.so
-rw-r--r--  1 root root 105640 May 29 08:28 libpeperoni.so
-rw-r--r--  1 root root  81024 May 29 08:28 libspi.so
-rw-r--r--  1 root root  68544 May 29 08:28 libudmx.so
/usr/lib/x86_64-linux-gnu/qt4/plugins/qlcplus# 
kelargo
Posts: 3
Joined: Sun Jun 12, 2016 3:12 am
Real Name: kenneth

Oh, I tried compiling ... and I encountered this error -
not sure how to get around this.. appreciate any help.

following these instructions.. https://github.com/mcallegari/qlcplus/w ... uild-HOWTO
I'm running xubuntu 16.04. xfce desktop.. in case that affects the compiling.. ?

Code: Select all

/usr/lib/x86_64-linux-gnu/qt4/bin/rcc -name qlcui qlcui.qrc -o qrc_qlcui.cpp
g++ -c -m64 -pipe -Werror -Wno-unused-local-typedefs -O2 -D_REENTRANT -Wall -W -fPIC -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtScript -I/usr/include/qt4 -Imonitor -Ishowmanager -Ivirtualconsole -I../../engine/src -I../../engine/audio/src -I../../plugins/interfaces -I../../webaccess -I. -I. -o qrc_qlcui.o qrc_qlcui.cpp
In file included from qrc_qlcui.cpp:9:0:
qrc_qlcui.cpp:17298:44: error: ‘qInitResources_qlcui__init_variable__’ defined but not used [-Werror=unused-variable]
 Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources_qlcui))
                                            ^
/usr/include/qt4/QtCore/qglobal.h:941:21: note: in definition of macro ‘Q_CONSTRUCTOR_FUNCTION0’
    static const int AFUNC ## __init_variable__ = AFUNC();
                     ^
qrc_qlcui.cpp:17298:1: note: in expansion of macro ‘Q_CONSTRUCTOR_FUNCTION’
 Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources_qlcui))
 ^
qrc_qlcui.cpp:17298:24: note: in expansion of macro ‘QT_MANGLE_NAMESPACE’
 Q_CONSTRUCTOR_FUNCTION(QT_MANGLE_NAMESPACE(qInitResources_qlcui))
                        ^
cc1plus: all warnings being treated as errors
Makefile:5645: recipe for target 'qrc_qlcui.o' failed
make[2]: *** [qrc_qlcui.o] Error 1
make[2]: Leaving directory '/home/papa/Source/qlcplus-4.10.3/ui/src'
Makefile:40: recipe for target 'sub-src-make_default-ordered' failed
make[1]: *** [sub-src-make_default-ordered] Error 2
make[1]: Leaving directory '/home/papa/Source/qlcplus-4.10.3/ui'
Makefile:119: recipe for target 'sub-ui-make_default-ordered' failed
make: *** [sub-ui-make_default-ordered] Error 2

User avatar
mcallegari
Posts: 4462
Joined: Sun Apr 12, 2015 9:09 am
Location: Italy
Real Name: Massimo Callegari
Contact:

Post Reply