Description of problem:krename segfaults Version-Release number of selected component (if applicable):krename-4.0.7-1.fc16.x86_64 but also exits on previous versions. How reproducible:Always Steps to Reproduce: 1.start krename from command line 2.Message shown in #3 appears almost instantaneously after pressing 'enter' key 3.Segmentation fault (core dumped) Actual results:program fails to start Expected results:program should start Additional info:Logs contain no error messages
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.