[
https://issues.apache.org/jira/browse/QPID-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658104#action_12658104
]
Arnaud Simon commented on QPID-1545:
------------------------------------
===== ACL file was:
# sample qpid ACL file
# see http://cwiki.apache.org/qpid/acl.html for more details
group test guest lsnr foo
group admin admin
acl deny foo all
acl allow admin all
# initial testing, allow all operations
acl deny all all
==== broker trace
Startup trace:
2008-dec-18 10:54:22 debug ManagementBroker added package
com.redhat.rhm.store
2008-dec-18 10:54:22 debug ManagementBroker added class
com.redhat.rhm.store:store
2008-dec-18 10:54:22 debug ManagementBroker added class
com.redhat.rhm.store:journal
2008-dec-18 10:54:22 debug ManagementBroker added package
org.apache.qpid.acl
2008-dec-18 10:54:22 debug ManagementBroker added class
org.apache.qpid.acl:acl
2008-dec-18 10:54:22 debug ManagementBroker added class
org.apache.qpid.acl:allow
2008-dec-18 10:54:22 debug ManagementBroker added class
org.apache.qpid.acl:deny
2008-dec-18 10:54:22 debug ManagementBroker added class
org.apache.qpid.acl:fileLoaded
2008-dec-18 10:54:22 debug ManagementBroker added class
org.apache.qpid.acl:fileLoadFailed
2008-dec-18 10:54:22 notice Read ACL file
"/export/home/amqmadm/.qpidd/qpidd.acl"
2008-dec-18 10:54:22 debug Group list: 2 groups found:
2008-dec-18 10:54:22 debug "admin":
2008-dec-18 10:54:22 debug "test": andrew guest lsnr weblogic
2008-dec-18 10:54:22 debug Name list: 5 names found:
2008-dec-18 10:54:22 debug * andrew guest lsnr weblogic
2008-dec-18 10:54:22 debug Rule list: 3 ACL rules found:
2008-dec-18 10:54:22 debug 0 deny [andrew] *
2008-dec-18 10:54:22 debug 1 allow [] *
2008-dec-18 10:54:22 debug 2 deny [*] *
2008-dec-18 10:54:22 debug ACL Load Rules
2008-dec-18 10:54:22 debug ACL Processing 3 deny [*] *
2008-dec-18 10:54:22 debug ACL FoundMode deny
2008-dec-18 10:54:22 debug ACL Processing 2 allow [] *
2008-dec-18 10:54:22 debug ACL Adding action:consume
2008-dec-18 10:54:22 debug ACL Adding object:queue
Segmentation fault
> ACL failure
> -----------
>
> Key: QPID-1545
> URL: https://issues.apache.org/jira/browse/QPID-1545
> Project: Qpid
> Issue Type: Bug
> Components: C++ Broker
> Affects Versions: M4
> Reporter: Arnaud Simon
>
> The c++ broker is segfaulting when the ACL file contains the entry "acl all
> all"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.