Bug 550699
| Summary: | SIGSEGV in "QApplicationPrivate::isBlockedByModal(QWidget*)" in /usr/bin/smoltGui | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | jim1sanders <jim1sanders> | ||||
| Component: | smolt | Assignee: | Mike McGrath <mmcgrath> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 12 | CC: | dmalcolm, ivazqueznet, james.antill, jeff, jonathansteffan, mmcgrath | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:08bbb661b7a0a30699821d7fee08f16e9709e9ae | ||||||
| Fixed In Version: | smolt-1.4.2-1.fc12 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-02-23 05:32:07 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
jim1sanders
2009-12-26 21:31:14 UTC
Created attachment 380468 [details]
File: backtrace
Thank you for reporting this bug. How reproducible is this problem? If you run the program from a terminal, is an error message printed? What version of smolt-gui do you have installed? Looking at the backtrace, it looks like the problem occurred in thread #1 in QApplicationPrivate::isBlockedByModal(QWidget*), though thread #2 also appears to be talking to the X server, whilst cleaning up PyQt; this happens when the application is exiting. Reassigning component from "python" to "smolt", though it may be a PyQt issue. Jim sent me a direct email in which he indicated that this segfault is happening when run as a non-root user, but works when run via sudo; hopefully he won't mind me quoting his email here; I replaced the real UID with "THE_REAL_UID" below in case of privacy concerns: [jim@localhost ~]$ /usr/bin/smoltGui Unable to save UUID, continuing... Your UUID file could not be created: [Errno 13] Permission denied: '/etc/smolt/hw-uuid' Segmentation fault (core dumped) [jim@localhost ~]$ sudo /usr/bin/smoltGui Error determining public UUID: [Errno 14] HTTP Error 500 : http://www.smolts.org/client/pub_uuid/THE_REAL_UID Unable to determine Public UUID! Ok, i see what is going on here but I'm not quite sure on what to do to fix it. Basically /etc/smolt/hw-uuid doesn't get created until the first smolt run, which normally happens at firstboot. If not then it has to be run as root first to generate that file since we don't want normal users creating that file. I'll think on what to do about this some. smolt-1.4.2-1.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/smolt-1.4.2-1.fc12 smolt-1.4.2-1.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update smolt'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-1529 smolt-1.4.2-1.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. |