Summary: | media-libs/opencv-4.8.1-r2: Compilation hangs with high CPU utilization │ | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Stefan Huber <shuber> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | shuber |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
pstree
emerge --info build.log |
Description
Stefan Huber
2024-06-05 05:36:50 UTC
Created attachment 895095 [details]
pstree
Created attachment 895096 [details]
emerge --info
Created attachment 895097 [details]
build.log
Could you do the following: * provide `ps faux` output * run `perf record` for the hanging GCC processes (cc1plus unless `as` is using CPU, the as process is likely doing nothing & just from -pipe) * attach gdb and get a backtrace for the hanging GCC processes thanks! It would also be helpful if you could take one of the hanging g++ command lines, run it manually in the build directory. If it still hangs, run it again with -save-temps, and then ^C after a bit and upload the .ii file it makes here (along with the command line you ran). I am very sorry, but I cannot reproduce it. I attempted to emerge version ~4.9.0-r1, which also failed. Then I had to reboot my machine for another reason and now it works. First I thought it would be because I defaulted my useflag settings, but in fact, I cannot reproduce the hang anymore. It is a bit mysterious to me. Please re-open if you run into it again. |