joshsh / ripple

Semantic Web scripting language
Other
102 stars 9 forks source link

34 - command-line hangs on bad @prefix URI #34

Open joshsh opened 13 years ago

joshsh commented 13 years ago
This causes the command line to hang:

@prefix bad: <notAValidAbsoluteURI>.

"kill -3" and ripple.log reveal that an exception has been thrown and that
a task is waiting indefinitely to finish. 


Original link: http://code.google.com/p/ripple/issues/detail?id=34