Bug 1132537

Summary: polkitd killed by SEGV
Product: [Fedora] Fedora Reporter: Helmut Schlattl <helmut.schlattl>
Component: polkitAssignee: Miloslav Trmač <mitr>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 20CC: helmut.schlattl, mitr
Target Milestone: ---   
Target Release: ---   
Hardware: ppc   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-21 16:35:27 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:
Attachments:
Description Flags
gdb polkitd none

Description Helmut Schlattl 2014-08-21 14:10:54 UTC
Description of problem:
Cannot start the polkit-service, since polkitd is always killed on my Powerbook G3 Pismo 

Version-Release number of selected component (if applicable):
polkitd-0.112-6
Custom kernel 3.16.1 (from kernel.org)

How reproducible:
Always on Powerbook G3

Steps to Reproduce:
1.systemctl start polkit
2.
3.

Actual results:

systemctl status polkit:
 Aug 21 15:45:53 *** polkitd[3782]: Started polkitd version 0.112
 Aug 21 15:45:53 *** systemd[1]: polkit.service: main process exited, code=killed, status=11/SEGV
 Aug 21 15:45:53 *** systemd[1]: Failed to start Authorization Manager.
 Aug 21 15:45:53 *** systemd[1]: Unit polkit.service entered failed state.

tail /var/log/messages:
 Aug 21 16:01:26 *** systemd: Starting Authorization Manager...
 Aug 21 16:01:27 *** polkitd[4210]: Started polkitd version 0.112
 Aug 21 16:01:27 *** kernel: [ 1368.294141] polkitd[4210]: unhandled signal 11 at 00000000 nip 1ffe5d50 lr 1ffe5d28 code 30001
 Aug 21 16:01:27 *** kernel: polkitd[4210]: unhandled signal 11 at 00000000 nip 1ffe5d50 lr 1ffe5d28 code 30001
 Aug 21 16:01:27 *** systemd: polkit.service: main process exited, code=killed, status=11/SEGV
 Aug 21 16:01:27 *** systemd: Failed to start Authorization Manager.
 Aug 21 16:01:27 *** systemd: Unit polkit.service entered failed state.

Expected results:
Starting polkit.service

Additional info:

Comment 1 Miloslav Trmač 2014-08-21 14:18:48 UTC
Thanks for your report.

I’m afraid I don’t have ready access to ppc hardware nor much time to spend on ppc.  Can you capture a full backtrace?  (You’ll probably need to change the fs.suid_dumpable sysctl value.)

Comment 2 Helmut Schlattl 2014-08-21 16:23:48 UTC
See output of 'gdb polkitd' in attachment.

Apparently, libmozjs-17.0.so is causing some problems.

Installed: mozjs17-17.0.0-8.fc20.ppc

Comment 3 Helmut Schlattl 2014-08-21 16:24:55 UTC
Created attachment 929262 [details]
gdb polkitd

Comment 4 Miloslav Trmač 2014-08-21 16:35:27 UTC
Thanks, that is familiar…  Closing as the nearest duplicate, but see also bug #971519.

*** This bug has been marked as a duplicate of bug 995775 ***