Bug #399

Updated by J. Moringen almost 13 years ago

Trying to create Listeners without active spread-daemon aborts program.
The attached example program fails with:

<pre>
1309434238241 rsb.spread.SpreadConnection [FATAL]: spread connect error: connection to spread daemon failed due to socket errors
SP_error: (-2) Could not connect. Is Spread running?
terminate called after throwing an instance of 'rsc::misc::IllegalStateException'
what(): Connection with id c4872aa2-500b-4e46-b0c4-e69b7c733cdd is not active.
Aborted
</pre>


Strange things happen in memory as well (see memcheck.log and helgrind.log)

Back