Bug 1887877
| Summary: | supercollider segmentation fault in qt doActivate when starting | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tristan Cacqueray <tdecacqu> |
| Component: | supercollider | Assignee: | Tristan Cacqueray <tdecacqu> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | seb, tdecacqu |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | supercollider-3.11.1-1.fc33 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-10-23 22:13:33 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Tristan Cacqueray
2020-10-13 14:02:13 UTC
That seems related to lto and missing PIC flag. Rebuilding did not work though because of:
```
/builddir/build/BUILD/SuperCollider-Source/QtCollider/primitives/prim_QPen.cpp:37:21: error: aggregate 'QPainterPath path' has incomplete type and cannot be defined
37 | static QPainterPath path;
| ^~~~
/builddir/build/BUILD/SuperCollider-Source/QtCollider/primitives/prim_QPen.cpp: In function 'bool QtCollider::beginPainting(QPainter*, QObject*)':
/builddir/build/BUILD/SuperCollider-Source/QtCollider/primitives/prim_QPen.cpp:61:25: error: invalid use of incomplete type 'class QPainterPath'
```
I started another scratch build using the latest supercollider version here: https://koji.fedoraproject.org/koji/taskinfo?taskID=53380131
Additional info: https://bugzilla.redhat.com/show_bug.cgi?id=1887190 Alright, latest version and -fPIC fixed the issue. Here is the correct scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=53381214 and the f33 build is happening here: https://koji.fedoraproject.org/koji/taskinfo?taskID=53386652 FEDORA-2020-e6d5c17f55 has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-e6d5c17f55 FEDORA-2020-e6d5c17f55 has been pushed to the Fedora 33 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-e6d5c17f55` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-e6d5c17f55 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-e6d5c17f55 has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report. |