Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Missing gcc arm demangler #6383

Closed
partouf opened this issue Apr 22, 2024 · 5 comments · Fixed by #6489
Closed

[BUG]: Missing gcc arm demangler #6383

partouf opened this issue Apr 22, 2024 · 5 comments · Fixed by #6489
Labels

Comments

@partouf
Copy link
Contributor

partouf commented Apr 22, 2024

Describe the bug

Error executing demangler /opt/compiler-explorer/gcc-arm-unknown-13.2.0/arm-unknown-eabi/bin/arm-unknown-eabi-c++filt 
{
  "code": 255,
  "execTime": "41",
  "okToCache": true,
  "stderr": "[F][2024-04-22T23:01:35+0000][1] runChild():487 Launching child process failed\n",
  "stdout": "",
  "timedOut": false,
  "truncated": false
}

Steps to reproduce

Expected behavior

Reproduction link

Not applicable

Screenshots

Not applicable

Operating System

No response

Browser version

No response

@partouf partouf added the bug label Apr 22, 2024
@OfekShilon
Copy link
Member

Oh, that's probably me in PR #6080.
Can you please share a repro link? Naive code demangles fine: https://godbolt.org/z/7rGYE45n3

@partouf
Copy link
Contributor Author

partouf commented Apr 23, 2024

I don't really know, I just happened to see it accidentally in papertrail

@dkm
Copy link
Member

dkm commented May 15, 2024

Oh, that's probably me in PR #6080. Can you please share a repro link? Naive code demangles fine: https://godbolt.org/z/7rGYE45n3

Because it's the arm-elf that is failing, not arm-linux, see https://godbolt.org/z/7rKvo6oMP

@dkm
Copy link
Member

dkm commented May 15, 2024

Yes, paths are wrong. Let me fix that.

dkm added a commit that referenced this issue May 15, 2024
fixes #6383

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
@dkm dkm closed this as completed in #6489 May 15, 2024
dkm added a commit that referenced this issue May 15, 2024
fixes #6383

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
@partouf
Copy link
Contributor Author

partouf commented May 15, 2024

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants