[
https://issues.apache.org/jira/browse/QPID-1759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Justin Ross updated QPID-1759:
------------------------------
Fix Version/s: JIRA Cleanup
> Unit tests fail on Fedora 10 when gcc-debuginfo is installed
> ------------------------------------------------------------
>
> Key: QPID-1759
> URL: https://issues.apache.org/jira/browse/QPID-1759
> Project: Qpid
> Issue Type: Bug
> Components: C++ Broker
> Affects Versions: 0.5
> Environment: Fedora 10 i386
> Reporter: Ted Ross
> Priority: Minor
> Fix For: JIRA Cleanup
>
>
> When gcc-debuginfo is installed, the unit tests fail because the ephemeral
> port cannot be determined for the broker.
> After digging a little further, I determined that streams do not handle
> numeric data. For example, if I put the following line in the broker code:
> std::cout << "string " << 45 << " string2" << std::endl;
> the output seen on the console is:
> string
> The number and any following text is lost (probably due to a null-terminator
> being incorrectly inserted).
> Note that this does not affect normal broker operation, nor does it affect
> the python system tests. It only affects the broker running in the unit test
> environment.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]