View Single Post
Old 07-06-2012, 06:14 AM   #61
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
As I wrote, the script file assumes that if myts isn't running, then the pipe node needs to be created.
Since myts does not seem to set any trap handling (I.E: assumes it will always do a normal exit, not a trap exit) then the above assumption is incorrect for the case of anything other than a normal exit path.

Translation: The segfault prevents it from running, the less than robust script logic makes mknode fail on a pre-existing pipe. (Three problems: the script logic, the (lack) of trap logic and the original cause of the segfault.)
The strace output should help in finding the third problem. Only the designer can find the first two.
knc1 is offline   Reply With Quote