Hi,

Ah, I see. I included the backtrace (using GDB) below.

---

gdb ./OpenFlipper
GNU gdb (GDB) 7.11
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./OpenFlipper...(no debugging symbols found)...done.
(gdb) run
Starting program: /home/pieter/Devel/OpenFlipper-Free/build/Build/bin/OpenFlipper
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x00007fffecf65b74 in ?? () from /usr/lib/libQtGui.so.4
(gdb) backtrace
#0  0x00007fffecf65b74 in ?? () from /usr/lib/libQtGui.so.4
#1  0x00007ffff7de83ba in call_init.part () from /lib64/ld-linux-x86-64.so.2
#2  0x00007ffff7de84cb in _dl_init () from /lib64/ld-linux-x86-64.so.2
#3  0x00007ffff7dd9dca in _dl_start_user () from /lib64/ld-linux-x86-64.so.2
#4  0x0000000000000001 in ?? ()
#5  0x00007fffffffeabf in ?? ()
#6  0x0000000000000000 in ?? ()
(gdb)

---

Running Valgrind returns the following info —

valgrind ./OpenFlipper
==12670== Memcheck, a memory error detector
==12670== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==12670== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
==12670== Command: ./OpenFlipper
==12670==
==12670==
==12670== Process terminating with default action of signal 11 (SIGSEGV): dumping core
==12670==  Bad permissions for mapped region at address 0xC130D40
==12670==    at 0xF34FB74: ??? (in /usr/lib/libQtGui.so.4.8.7)
==12670==    by 0x400F3B9: call_init.part.0 (in /usr/lib/ld-2.23.so)
==12670==    by 0x400F4CA: _dl_init (in /usr/lib/ld-2.23.so)
==12670==    by 0x4000DC9: ??? (in /usr/lib/ld-2.23.so)
==12670==
==12670== HEAP SUMMARY:
==12670==     in use at exit: 120,771 bytes in 362 blocks
==12670==   total heap usage: 423 allocs, 61 frees, 129,301 bytes allocated
==12670==
==12670== LEAK SUMMARY:
==12670==    definitely lost: 0 bytes in 0 blocks
==12670==    indirectly lost: 0 bytes in 0 blocks
==12670==      possibly lost: 1,512 bytes in 20 blocks
==12670==    still reachable: 119,259 bytes in 342 blocks
==12670==                       of which reachable via heuristic:
==12670==                         newarray           : 1,536 bytes in 16 blocks
==12670==         suppressed: 0 bytes in 0 blocks
==12670== Rerun with --leak-check=full to see details of leaked memory
==12670==
==12670== For counts of detected and suppressed errors, rerun with: -v
==12670== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
Segmentation fault (core dumped)

---

Thanks,
Pieter


On 02/05/16 12:25, Jan Möbius wrote:
Hi,

we don't support Qt 5.6 yet. There are some modules missing in 5.6 so we
need to port things in order to work without these modules.

However, can you send a backtrace of the segfault? (Should be generated
by OpenFlipper automatically) Maybe we can see what's happening.

Best,
Jan Möbius

On 02.05.2016 14:20, Pieter Barendrecht wrote:
Hi,

I just cloned the OpenFlipper-Free repository
(https://www.graphics.rwth-aachen.de:9000/OpenFlipper-Free/OpenFlipper-Free.git)
and compiled it successfully (64bit Linux). However, when I try to run
OpenFlipper, I immediately get a Segmentation fault. Could this be due
to the fact that I'm using Qt 5.6 (there was a warning about this when
running cmake)? If there's any other information I could provide, please
let me know.

Thanks,
Pieter


_______________________________________________
Openflipper mailing list
Openflipper@lists.rwth-aachen.de
http://mailman.rwth-aachen.de/mailman/listinfo/openflipper