Bug 1086558
Summary: | [abrt] polkit: LookupPropertyWithFlagsInline(): polkitd killed by SIGSEGV | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fabrice A. Marie <fabrice> | ||||||||||||||||||||||||
Component: | polkit | Assignee: | Miloslav Trmač <mitr> | ||||||||||||||||||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||
Version: | 20 | CC: | fabrice, mitr, peter.van.hooft | ||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||
URL: | https://retrace.fedoraproject.org/faf/reports/bthash/55530643c256891ab513341420e26080c5464db8 | ||||||||||||||||||||||||||
Whiteboard: | abrt_hash:0b737ed05e4e26ab2a8d32fdd061be3ff18a0d31 | ||||||||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||
Last Closed: | 2014-04-14 22:07:55 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
Fabrice A. Marie
2014-04-11 06:41:37 UTC
Created attachment 885260 [details]
File: backtrace
Created attachment 885261 [details]
File: cgroup
Created attachment 885262 [details]
File: core_backtrace
Created attachment 885263 [details]
File: dso_list
Created attachment 885264 [details]
File: environ
Created attachment 885265 [details]
File: exploitable
Created attachment 885266 [details]
File: limits
Created attachment 885267 [details]
File: maps
Created attachment 885268 [details]
File: open_fds
Created attachment 885269 [details]
File: proc_pid_status
Created attachment 885270 [details]
File: var_log_messages
Thanks for your report. Can you reproduce this crash at will? Notes to self:
crash in
> if (!proto->isNative()) {
where isNative is an inline from vm/ObjectImpl-inl.h, invisibly indirecting through proto->shape_ , which is NULL.
"current" at that time points to our generated Action() object, which is constructed by interpreting a script, so not too likely to be incorrect.
Overall likely to be a duplicate of #910262, but the only way to know is to have a reproducer and test with a fixed package.
(In reply to Miloslav Trmač from comment #12) > Thanks for your report. Can you reproduce this crash at will? Hi Miloslav, Sorry, no I can't. I have no idea what I was doing at the time. OK, I'll mark it as a duplicate of #910262 for now, which should be fixed Real Soon Now. If, after fixing that bug, this crash reappears, please reopen this report. *** This bug has been marked as a duplicate of bug 910262 *** |