Bug 150528
Summary: | ui compiler segfaults | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Vladimir Kondratiev <vladimir.kondratiev> |
Component: | qt | Assignee: | Petr Rockai <prockai> |
Status: | CLOSED RAWHIDE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | notting, scop |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i686 | ||
OS: | Linux | ||
Whiteboard: | Waiting for glibc fix. | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-03-21 08:55:54 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: |
Description
Vladimir Kondratiev
2005-03-07 22:58:53 UTC
it seems a bug in kdelibs (libkdeui), which caused the Segmentation fault. Assigning to self. Was tracked down to a possible glibc bug. I suggest using -nounload switch with uic in the meantime, as it remedies the problem. It is an workaround for the long-problematic library unmapping code within glibc. *** Bug 151183 has been marked as a duplicate of this bug. *** Happened also when building qascade from Extras, -nounload worked around it. I confirm -nounload works. I modified QMAKE_UIC line in /usr/lib/qt-3.3/mkspecs/default/qmake.conf to QMAKE_UIC = $(QTDIR)/bin/uic -nounload till glibc fix, this should fix this issue it's fixed in glibc-2.3.4-16, which should be available in rawhide now. Yep, at least qascade seems to build fine without -nounload to uic now. Thanks. My case get fixed too. |