Well, it means it has suffered a segmentation fault, and you should
"run in under a debugger to get more information". It even tells you
how to do it "(./waf --run <program> --command-template="gdb --args %s
<args>)".
The error message already much easier to read than before, when it use
to just say "exited with code -11". (Thanks Gustavo)
http://www.nsnam.org/wiki/index.php/HOWTO_understand_and_find_cause_of_terminated_with_signal_errors
If you still don't know what seg faults are, do a search on the
internet. Try reading a textbook on C++.