Bug 684504
Summary: | krename segfaults | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | John Rosich <jrosich> |
Component: | krename | Assignee: | Radek Novacek <rnovacek> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 15 | CC: | kevin, kwade, ovasik, rdieter, rnovacek, zach |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-03-14 18:48:34 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: |
Description
John Rosich
2011-03-13 05:23:45 UTC
Can you get a backtrace? (In the meantime, I'll see if I can reproduce) *** This bug has been marked as a duplicate of bug 684908 *** Rex, we been trying to scope out this problem this afternoon. We suspected one of the policycorexxx family of packages was the culprit and installed policycore-2.0.85-21 from koji on the x86_64 machine which we plan to move to'fc16'. Here's the backtrace from that machine Start backtrace ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [xxxxxxx@localhost ~]# sepolgen-ifgen:64:get_policy:UnboundLocalError: local variable 'i' referenced before assignment bash: sepolgen-ifgen:64:get_policy:UnboundLocalError:: command not found [xxxxxxx@localhost ~]# [xxxxxxx@localhost ~]# Traceback (most recent call last): bash: syntax error near unexpected token `most' [xxxxxxx@localhost ~]# File "/usr/bin/sepolgen-ifgen", line 143, in <module> bash: syntax error near unexpected token `newline' [xxxxxxx@localhost ~]# sys.exit(main()) bash: syntax error near unexpected token `main' [xxxxxxx@localhost ~]# File "/usr/bin/sepolgen-ifgen", line 120, in main bash: File: command not found [xxxxxxx@localhost ~]# attrs = get_attrs() bash: syntax error near unexpected token `(' [xxxxxxx@localhost ~]# File "/usr/bin/sepolgen-ifgen", line 74, in get_attrs bash: File: command not found [xxxxxxx@localhost ~]# policy_path = get_policy() bash: syntax error near unexpected token `(' [xxxxxxx@localhost ~]# File "/usr/bin/sepolgen-ifgen", line 64, in get_policy bash: File: command not found [xxxxxxx@localhost ~]# p = selinux.selinux_binary_policy_path() + "." + str(i) bash: syntax error near unexpected token `(' [xxxxxxx@localhost ~]# UnboundLocalError: local variable 'i' referenced before assignment bash: UnboundLocalError:: command not found [xxxxxxx@localhost ~]# [xxxxxxx@localhost ~]# Local variables in innermost frame: bash: Local: command not found [xxxxxxx@localhost ~]# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ End Backtrace Machines which haven't been updated to the koji version of polcore show the same info as in bug 684908. Thanks for your help in resolving the krename issue and your excellent work with the KDE product line. John Bug 684908 has nothing to do with SELinux, it's a plain C++ static initialization order issue. |