Bug 2361829
| Summary: | [abrt] clang-tools-extra: (anonymous namespace)::TemplateArgumentHasher::AddTemplateArgument(): clangd killed by SIGILL | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ricardo Garcia <rgarcia> | ||||||||||||||||||||||||
| Component: | llvm | Assignee: | Tom Stellard <tstellar> | ||||||||||||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||
| Version: | 42 | CC: | dmalcolm, fedora-llvm-team, jakub, jchecahi, jistone, kkleine, npopov, rgarcia, scottt.tw, sergesanspaille, siddharth.kde, suraj.ghimire7, tbaeder, tstellar, tuliom | ||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/ad4c19f53cd2382afef9b14fc5743d3f8ca13cd | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:2f72d98a0688e360c4c1cc78db9b58d8e609656d;VARIANT_ID=workstation; | ||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | --- | |||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 2025-05-20 14:21:07 UTC | Type: | --- | ||||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||
| Embargoed: | |||||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||
|
Description
Ricardo Garcia
2025-04-23 09:12:59 UTC
Created attachment 2086624 [details]
File: proc_pid_status
Created attachment 2086625 [details]
File: maps
Created attachment 2086626 [details]
File: limits
Created attachment 2086627 [details]
File: environ
Created attachment 2086628 [details]
File: open_fds
Created attachment 2086629 [details]
File: mountinfo
Created attachment 2086630 [details]
File: os_info
Created attachment 2086631 [details]
File: cpuinfo
Created attachment 2086632 [details]
File: core_backtrace
Created attachment 2086633 [details]
File: exploitable
Created attachment 2086634 [details]
File: backtrace
I was editing a C++ file using Helix. reporter: libreport-2.17.15 type: CCpp reason: clangd killed by SIGILL journald_cursor: s=36eff30049354c35addc0cb3007bc757;i=4eec4d;b=7faa768257f249819636cdaadc7460ab;m=21432783c;t=6356f7a1f1ee2;x=4efe859683821a46 executable: /usr/lib64/llvm20/bin/clangd cmdline: /usr/bin/clangd cgroup: 0::/user.slice/user-1000.slice/user/app.slice/ptyxis-spawn-f50bcd98-d534-4900-8fdc-f5d8993274aa.scope rootdir: / uid: 1000 kernel: 6.14.6-300.fc42.x86_64 package: clang-tools-extra-20.1.3-1.fc42 runlevel: N 5 backtrace_rating: 4 crash_function: (anonymous namespace)::TemplateArgumentHasher::AddTemplateArgument comment: I was editing a C++ file using Helix. Thanks for the report, the backtrace looks exactly like the one in https://bugzilla.redhat.com/show_bug.cgi?id=2363895, unfortunately the author of the offending patch won't have time to look into this problem. *** This bug has been marked as a duplicate of bug 2363895 *** Thanks for looking into this! As a workaround, I've downloaded the Linux binary release of clangd 19.1.2 from https://github.com/clangd/clangd/releases/tag/19.1.2 and dumped it somewhere in my home directory. The official VSCode clangd plugin allows you to specify the clangd binary path. Version 19.1.2 does not crash, so I can work normally for now. |