I've encountered this with version 2.7
On line 415 in fruit.f90 there is a small typo. It should read
msg = trim(msg) // '; User message: [' // message // ']'
(not the added trim). Otherwise the msg variable is to long. This might be a compiler-dependent issue. I'm working with g95.
There is also a typo in my previous message. 'note the added trim' instead of 'not the added trim'