Bug 1801313
| Summary: | [abrt] clblast-tuners: clblast::CLCudaAPIError::Check(): clblast_tuner_xgemm killed by SIGABRT | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David <davidmenhur> | ||||||||||||||||||||||||||
| Component: | clblast | Assignee: | Jerry James <loganjerry> | ||||||||||||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | 31 | CC: | loganjerry | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/317ded0c879fc38968df04fcbae07b9bd7a6392a | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:912e02fe4a2514c2f10ba55f65355b6827889a5f; | ||||||||||||||||||||||||||||
| Fixed In Version: | clblast-1.5.1-1.fc31 | Doc Type: | If docs needed, set a value | ||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2020-02-27 17:30:13 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
David
2020-02-10 15:53:06 UTC
Created attachment 1662177 [details]
File: backtrace
Created attachment 1662178 [details]
File: cgroup
Created attachment 1662179 [details]
File: core_backtrace
Created attachment 1662180 [details]
File: cpuinfo
Created attachment 1662181 [details]
File: dso_list
Created attachment 1662182 [details]
File: environ
Created attachment 1662183 [details]
File: limits
Created attachment 1662184 [details]
File: machineid
Created attachment 1662185 [details]
File: maps
Created attachment 1662186 [details]
File: mountinfo
Created attachment 1662187 [details]
File: open_fds
Created attachment 1662188 [details]
File: proc_pid_status
It looks like the tuning code tried to count the number of CUDA/OpenCL devices on the system. When the count came out zero, it threw an exception, CLCudaAPIError. Nothing catches that exception, so you got the default C++ abort due to an uncaught exception. I have asked upstream to please catch that exception. In the meantime, all I can suggest is that you don't try to tune 0 devices. :-) Thanks for the report. FEDORA-2020-ea0c27ac1b has been submitted as an update to Fedora 31. https://bodhi.fedoraproject.org/updates/FEDORA-2020-ea0c27ac1b clblast-1.5.1-1.fc31 has been pushed to the Fedora 31 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-ea0c27ac1b clblast-1.5.1-1.fc31 has been pushed to the Fedora 31 stable repository. If problems still persist, please make note of it in this bug report. |