Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 696108 - dev-libs/rocr-runtime-2.8.0 - clinfo fails
Summary: dev-libs/rocr-runtime-2.8.0 - clinfo fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2019-10-03 08:39 UTC by Luke A. Guest
Modified: 2019-10-03 15:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Luke A. Guest 2019-10-03 08:39:11 UTC
Running clinfo on an OS with ROCm 2.8.0 installed will cause a segfault, See above URL for information.

The patch is available in GitHub at https://github.com/RadeonOpenCompute/ROCR-Runtime/commit/f446e05ed4c86c57d43d5cf8cb3a07bf8b71d8d0

Reproducible: Always

Steps to Reproduce:
1. Install ROCm 2.8.0
2. Run clinfo

Actual Results:  
Error logged to dmesg as a bunch of cryptic numbers

Expected Results:  
See OpenCL implementation details
Comment 1 Craig Andrews gentoo-dev 2019-10-03 15:52:52 UTC
Thank you for the bug report and detailed information regarding the problem and the fix for it.
Comment 2 Larry the Git Cow gentoo-dev 2019-10-03 15:54:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca51ee6c39978cc45987c2d096e588b17f0a5792

commit ca51ee6c39978cc45987c2d096e588b17f0a5792
Author:     Craig Andrews <candrews@gentoo.org>
AuthorDate: 2019-10-03 15:54:04 +0000
Commit:     Craig Andrews <candrews@gentoo.org>
CommitDate: 2019-10-03 15:54:18 +0000

    dev-libs/rocr-runtime: Fix SIGSEGV
    
    Bug: https://github.com/RadeonOpenCompute/ROCR-Runtime/issues/68
    Closes: https://bugs.gentoo.org/696108
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    Signed-off-by: Craig Andrews <candrews@gentoo.org>

 .../rocr-runtime-2.8.0-fix_doorbell_map.patch      | 57 ++++++++++++++++++++++
 dev-libs/rocr-runtime/rocr-runtime-2.8.0-r1.ebuild | 38 +++++++++++++++
 2 files changed, 95 insertions(+)