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

TypeError: Cannot read properties of undefined (reading 'text')

sentry-io opened this issue · comments

Sentry Issue: COMPILER-EXPLORER-CYB

TypeError: Cannot read properties of undefined (reading 'text')
SentryCapture Context: compile failed
  File "/infra/.deploy/lib/base-compiler.js", line 1113, in RustCompiler.generateIR
    if (result.asm[result.asm.length - 1].text === '[truncated; too many lines]') {
  File "/infra/.deploy/lib/compilers/rust.js", line 66, in RustCompiler.generateIR
    return await super.generateIR(inputFilename, newOptions, irOptions, produceCfg, filters);
  File "/infra/.deploy/lib/base-compiler.js", line 1821, in RustCompiler.doCompilation
    const [asmResult, astResult, ppResult, irResult, optPipelineResult, rustHirResult, rustMacroExpResult, toolsResult,] = await Promise.all([
  File "/infra/.deploy/lib/base-compiler.js", line 2255, in <anonymous>
    const [result, optOutput, stackUsageOutput] = await this.doCompilation(inputFilename, dirPath, key, options, filters, backen {snip}
  File "/infra/.deploy/lib/base-compiler.js", line 2237, in env.enqueue.abandonIfStale
    const res = await (async () => {
...
(3 additional frame(s) were not displayed)