[
https://issues.apache.org/activemq/browse/AMQCPP-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_37862
]
Albert Strasheim commented on AMQCPP-25:
----------------------------------------
The recent changes related to this issue seems to make the unit tests not
compile with Visual Studio 2005 anymore.
{noformat}
g:\activemq-cpp\src\test\activemq\io\dataoutputstreamtest.h(44) : error C2065:
'uint16_t' : undeclared identifier
g:\activemq-cpp\src\test\activemq\io\dataoutputstreamtest.h(44) : error C2146:
syntax error : missing ';' before identifier 'shortVal'
g:\activemq-cpp\src\test\activemq\io\dataoutputstreamtest.h(44) : error C2065:
'shortVal' : undeclared identifier
g:\activemq-cpp\src\test\activemq\io\dataoutputstreamtest.h(45) : error C2065:
'uint32_t' : undeclared identifier
g:\activemq-cpp\src\test\activemq\io\dataoutputstreamtest.h(45) : error C2146:
syntax error : missing ';' before identifier 'intVal'
g:\activemq-cpp\src\test\activemq\io\dataoutputstreamtest.h(45) : error C2065:
'intVal' : undeclared identifier
g:\activemq-cpp\src\test\activemq\io\dataoutputstreamtest.h(46) : error C2065:
'uint64_t' : undeclared identifier
g:\activemq-cpp\src\test\activemq\io\dataoutputstreamtest.h(46) : error C2146:
syntax error : missing ';' before identifier 'longVal'
g:\activemq-cpp\src\test\activemq\io\dataoutputstreamtest.h(46) : error C2065:
'longVal' : undeclared identifier
{noformat}
> Bus error on Solaris OS from DataInput and DataOutput streams
> -------------------------------------------------------------
>
> Key: AMQCPP-25
> URL: https://issues.apache.org/activemq/browse/AMQCPP-25
> Project: ActiveMQ C++ Client
> Issue Type: Bug
> Components: CMS Impl
> Affects Versions: 1.1
> Environment: Solaris 10 OS
> Reporter: Timothy Bish
> Assigned To: Timothy Bish
> Priority: Minor
> Fix For: 1.1
>
>
> Due to misaligned memory reads, there is a bus error that can occur in using
> the new DataInputStream and DataOutputStream classes.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/activemq/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira