| Summary: | Does not start, immediate SIGSEGV | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Russel Winder <russel> | ||||
| Component: | webkitgtk4 | Assignee: | Tomas Popela <tpopela> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 25 | CC: | amigadave, gnome-sig, ignatenko, klember, mcatanzaro+wrong-account-do-not-cc, russel, tpopela | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-11-19 17:54:19 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: | |||||
| Attachments: |
|
||||||
|
Description
Russel Winder
2016-04-21 07:11:16 UTC
You'll want to post a full backtrace (bt full) with debugging symbols. (Easiest way is to let ABRT do it for you.) I just tried letting the automated bug reporting system report on this, but it said it was a duplicate of: https://bugzilla.redhat.com/show_bug.cgi?id=1251535 https://bugzilla.redhat.com/show_bug.cgi?id=1217952 so would not create a new report. I tried "bt full" as a command to gdb but it only gave the same data as above. I guess I am using gdb wrongly. Huh, it's clearly wrong... got to get it manually, then. :( If you give me guidance as to what to do and collect, I will do so. Sorry to appear such a newb. We need a stacktrace like you've already posted, but taken with 'bt full' instead of simply 'bt', and with debuginfo installed first. gdb prints a 'dnf debuginfo-install' command you can use to install the relevant debuginfo. Thanks! I used an alias I picked up from the Web: https://blog.cryptomilk.org/2010/12/23/gdb-backtrace-to-file/. The result is the attached file. Hopefully this is the right stuff. Created attachment 1151474 [details]
Putative full backtrace
That looks good, thanks. I'm aware of another bmalloc crasher that was fixed recently; let's wait for the 2.12.2 update and if the crash is still occurring with that, then please leave a reminder here and I will forward this upstream. This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle. Changing version to '25'. Hi, have you seen this crash anytime recently (since updating to 2.12.2)? If not, we can probably assume it's the bmalloc crash that was fixed around the time you reported this. (In reply to Michael Catanzaro from comment #11) > Hi, have you seen this crash anytime recently (since updating to 2.12.2)? If > not, we can probably assume it's the bmalloc crash that was fixed around the > time you reported this. not really. I just started gnome-builder (3.22.2) and it seems to be working fine on this cursory check. |