Skip to content

Plantuml/graphviz crashes on some diagrams on alpine linux arm 64  #2

@laughingbiscuit

Description

@laughingbiscuit

Any ideas what the root cause is? Here is my script to replicate:

#!/bin/sh
set -e
set -x
# display architecture
uname -a

# install java
apk add openjdk8

# Get PlantUML
wget https://github.com/plantuml/plantuml/releases/download/v1.2022.4/plantuml-1.2022.4.jar
# Write code
echo -e "@startuml \n database Database {\n}\n@enduml" > example.puml
# Run plantuml
java -jar plantuml-1.2022.4.jar example.puml

Output attached.
output.log.txt
example

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions