gdb) r
Starting program: /usr/bin/mir_performance_tests
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
Running main() from command_line_server_configuration.cpp
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from GLMark2Test
[ RUN ] GLMark2Test.benchmark_fullscreen_default
[1433951456.139772] mirplatform: Found graphics driver: dummy
[1433951456.147097] mirplatform: Found graphics driver: android
[1433951456.148745] mirplatform: Found graphics driver: mesa-kms
[New Thread 0xb5f23410 (LWP 8044)]
[New process 8056]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
process 8056 is executing new program: /bin/dash
[New process 8057]
process 8057 is executing new program: /usr/bin/glmark2-es2-mir
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
[New Thread 0xb6335450 (LWP 8058)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6ff5000 (LWP 8057)]
0xb6eaacc4 in std::string::assign(char const*, unsigned int) ()
from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
(gdb) bt
#0 0xb6eaacc4 in std::string::assign(char const*, unsigned int) ()
from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
#1 0xb6f164be in MirConnection::MirConnection(mir::client::ConnectionConfiguration&) ()
from /usr/lib/arm-linux-gnueabihf/libmirclient.so.8
#2 0xb6f19f26 in mir_connect () from /usr/lib/arm-linux-gnueabihf/libmirclient.so.8
#3 0xb6f1a18c in mir_connect_sync () from /usr/lib/arm-linux-gnueabihf/libmirclient.so.8
#4 0x000b0110 in ?? ()
#5 0x000aee80 in ?? ()
#6 0x0000d52e in ?? ()
#7 0xb6c90776 in __libc_start_main () from /lib/arm-linux-gnueabihf/libc.so.6
#8 0x0000e914 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) quit
A debugging session is active.
Inferior 3 [process 8057] will be killed.
Quit anyway? (y or n) y
Killed