[
https://issues.apache.org/jira/browse/QPID-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12641585#action_12641585
]
Rajith Attapattu commented on QPID-1380:
----------------------------------------
The broker should catch the error and set an error code and a message.
At startup time we exit gracefully when we get an error code.
When reloading we pass on the error message to the remote agent.
This looks more like an uncaught error (more details to follow).
> certain Illegal ACL file formats results in broker being aborted
> ----------------------------------------------------------------
>
> Key: QPID-1380
> URL: https://issues.apache.org/jira/browse/QPID-1380
> Project: Qpid
> Issue Type: Bug
> Components: C++ Broker
> Reporter: Rajith Attapattu
> Assignee: Rajith Attapattu
> Fix For: M4
>
>
> For example the following acl file will result in the broker being aborted.
> These errors should be handled more gracefully.
> group \
> group myGroup [EMAIL PROTECTED]
> acl allow all all
> 2008-oct-21 12:41:26 error ACL format error:
> src/tests/data_dir//policy.acl:1: Insufficient tokens for group definition.
> lt-qpidd: /usr/include/boost/shared_ptr.hpp:253: T*
> boost::shared_ptr<T>::operator->() const [with T =
> std::set<std::basic_string<char, std::char_traits<char>, std::allocator<char>
> >, std::less<std::basic_string<char, std::char_traits<char>,
> std::allocator<char> > >, std::allocator<std::basic_string<char,
> std::char_traits<char>, std::allocator<char> > > >]: Assertion `px != 0'
> failed.
> Aborted
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.