Ticket #745 (closed bug: fixed)

Opened 8 weeks ago

Last modified 2 weeks ago

better error message when MAUDE_LIB not set

Reported by: mcodescu Owned by: maeder
Priority: major Milestone: 0.95
Component: hets Version: 0.93
Keywords: Cc:

Description

When the env variable MAUDE_LIB is not set, the erorr message currently displayed is

hets: fd:6: hFlush: resource vanished (Broken pipe)

Change History

Changed 2 weeks ago by maeder

  • status changed from new to closed
  • resolution set to fixed
hets -g Maude/test.maude

would simply block if MAUDE_LIB is not set (so the whole communication should be done using forkIO)

In changeset:12786 I simply check now for MAUDE_LIB

if the binary maude is not found the exitcode is 127, so maybe this case should also be checked differently.

Note: See TracTickets for help on using tickets.