Mir

Comment 1 for bug 1556160

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

its because we use execl() - which doesn't search $PATH.

Workaround:

$ mir_demo_server --test-timeout 3 --test-client `which mir_demo_client_basic`
Connected
Surface created
Surface released
Connection released
[2016-03-11 16:44:28.415495] mirserver: Stopping
Segmentation fault (core dumped)

Next stop: a fix; and then, look to see what we did since 0.20.1 to fix the segfault. =8-)