asciidoctor / asciidoctor-mathematical

An extension for Asciidoctor that converts the content of STEM blocks and inline macros using Mathematical.
MIT License
50 stars 45 forks source link

Segmentation Fault in macOS #104

Open cod3licious opened 3 years ago

cod3licious commented 3 years ago

I just installed asciidoctor-mathematical via gems on macOS (Catalina) as described in the Readme. When running asciidoctor-pdf -r asciidoctor-mathematical sample.adoc the program crashes with this error message: /Library/Ruby/Gems/2.6.0/gems/mathematical-1.6.14/lib/mathematical.rb:47: [BUG] Segmentation fault at 0x0000000000000000 ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin19]

This is the full terminal output: crash_report.txt

And this is the ruby crash report: ruby_2021-06-10-093318_MacBook-Pro.txt

Hope this helps?