Skip to content

pandoc server 3.9 errors on macOS #11488

@lukaszcz

Description

@lukaszcz

System: macOS Sequoia 15.6

  1. Install official macOS release binary for Pandoc 3.9 from GitHub
  2. Start Pandoc server: pandoc server
  3. Query:
curl -s http://127.0.0.1:3030/ \
     -H "Accept: application/json" \
     -H "Content-Type: application/json" \
     -d '{
       "text": "Hello World",
       "from": "markdown",
       "to": "html5"
     }'
  1. Result:
GHC.Internal.Event.Thread.getSystemTimerManager: the TimerManager requires linking against the threaded runtime
CallStack (from HasCallStack):
  error, called at libraries/ghc-internal/src/GHC/Internal/Event/Thread.hs:290:13 in ghc-internal:GHC.Internal.Event.Thread

With version 3.8.3 I get correct output:

{"output":"<p>Hello World</p>","base64":false,"messages":[]}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions