Crash when there is a missing label on timing diagram

0 votes
asked Mar 22, 2021 in Bug by Serge Wenger Work (15,620 points)

When there is a missing label (here OffBad at last line), PlantUml crash:

@startuml BugTiming

robust "Main Switch" as MainSwitch

MainSwitch is Off

@0  as :On

@5  as :Off

@:On

MainSwitch is On

@:Off

MainSwitch is Off

MainSwitch@:On <-> @:OffBad : tOn

@enduml

See on PlantUML Server

1 Answer

0 votes
answered Mar 22, 2021 by plantuml (295,000 points)
selected Mar 24, 2021 by Serge Wenger Work
 
Best answer
Thanks for the report.

This should be fixed in last release V1.2021.3
commented Mar 24, 2021 by Serge Wenger Work (15,620 points)
Thanks for the corrections
...