compiler-explorer / compiler-explorer

Run compilers interactively from your web browser and interact with the assembly

Home Page:https://godbolt.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: ruby: trying to pop an empty stack in rule: (unknown)

sentry-io opened this issue · comments

Sentry Issue: COMPILER-EXPLORER-AXA

Error: ruby: trying to pop an empty stack in rule: (unknown)

H3@https://static.ce-cdn.net/vendor.v45.db4a45baf91c33acbe23.js:2:3465271
_myTokenize@https://static.ce-cdn.net/vendor.v45.db4a45baf91c33acbe23.js:2:3474905
_tokenize@https://static.ce-cdn.net/ve...
  at apply (./node_modules/monaco-editor/esm/vs/base/common/errors.js:15:27)
  at sentryWrapped (./node_modules/src/helpers.ts:100:17)

A repro is available at: https://www.godbolt.org/z/qfWxMfGnz

commented

The repro source is not the original offending code, it's just some random ruby. This error seems very common on Sentry.

commented

Duplicate of #4869