Bug 1263106
| Summary: | [abrt] nautilus: placement_grid_mark_icon(): nautilus killed by SIGSEGV | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | piio <bugzilla> | ||||||||||||||||||||||||||||
| Component: | nautilus | Assignee: | Matthias Clasen <mclasen> | ||||||||||||||||||||||||||||
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||||
| Version: | rawhide | CC: | ccecchi, csoriano, mclasen | ||||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/a70e1581f732bd059a9eed27e5367e0e8d478dd8 | ||||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:511d05b32ff291505ce2c3cf346713457b713245 | ||||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||||
| Last Closed: | 2015-10-07 15:08:46 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
piio
2015-09-15 07:04:11 UTC
Created attachment 1073504 [details]
File: backtrace
Created attachment 1073505 [details]
File: cgroup
Created attachment 1073506 [details]
File: core_backtrace
Created attachment 1073507 [details]
File: dso_list
Created attachment 1073508 [details]
File: environ
Created attachment 1073509 [details]
File: exploitable
Created attachment 1073510 [details]
File: limits
Created attachment 1073511 [details]
File: maps
Created attachment 1073512 [details]
File: mountinfo
Created attachment 1073513 [details]
File: namespaces
Created attachment 1073514 [details]
File: open_fds
Created attachment 1073515 [details]
File: proc_pid_status
Created attachment 1073516 [details]
File: var_log_messages
Looking at nautilus-canvas-container.c, the other calls to placement_grid_new have a check for the return value being NULL. The one in line 6010 doesn't. And that is what leads to the crash here. Should be fixed for the upcoming 3.18.1 with https://git.gnome.org/browse/nautilus/commit/?id=b189ddf0d35d373f93433725dbdd91d8da6671c4 |