[UBUNTU Linux] Designer stopped working

About the GUI application to design signal processing pipelines
Post Reply
thakou
Posts: 2
Joined: Mon Aug 08, 2016 12:40 pm

[UBUNTU Linux] Designer stopped working

Post by thakou »

Greetings,
I have an Ubuntu 16.04 installation that I used to host openvibe and run it without problems, until recently (probably after updates to the base system?), openvibe-designer stop working and results the followig error:
./openvibe-designer.sh: line 57: 3155 Aborted (core dumped)
Anyone experiencing the same problem? I have also downloaded recent version from github and compiled it but without any luck. The other scripts run without problem though.
The system is using:
kernel 4.4.0-38-generic
Ubuntu 16.04LTS
Thanks in advance

jtlindgren
Posts: 775
Joined: Tue Dec 04, 2012 3:53 pm
Location: INRIA Rennes, FRANCE

Re: [UBUNTU Linux] Designer stopped working

Post by jtlindgren »

Works ok for me on a fully updated 16.04.1 running in a VM. Can you give more specific steps to reproduce the crash?

You can also try to run

Code: Select all

openvibe-designer.sh --debug
(gdb) run
and when it crashes, get a backtrace with 'bt' and post it here.


Cheers,
Jussi

Post Reply