You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Steve Huston (JIRA)" <qp...@incubator.apache.org> on 2010/05/04 01:02:55 UTC

[jira] Closed: (QPID-2558) client connection.open to a non-broker on qpid 0.6 windows segfaults with: access violation

     [ https://issues.apache.org/jira/browse/QPID-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Huston closed QPID-2558.
------------------------------

    Fix Version/s: 0.7
       Resolution: Fixed

This was fixed while adding SSL support; please try with the subversion development stream code.

> client connection.open to a non-broker on qpid 0.6 windows segfaults with: access violation
> -------------------------------------------------------------------------------------------
>
>                 Key: QPID-2558
>                 URL: https://issues.apache.org/jira/browse/QPID-2558
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Client
>    Affects Versions: 0.6
>         Environment: Microsoft Visual C++ Compiler, Windows Vista
>            Reporter: Nicolae Claudius
>             Fix For: 0.7
>
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> In windows environment, visual studio compiler, make a client like:
>     Connection c;
>     try {
>         // there is no broker running at 10.10.5.51 so an exception should be thrown
>         c.open("10.10.5.51",5672,"my_user","my_password");
>     } catch (...) {
>         std::cout << "error" << std::endl;
>     }
> on qpid 0.5 an exception is thrown and catched. ALL OK HERE
> on qpid 0.6 the program segfaults with the message:
> "Unhandled exception at 0x692eccb9 in testqpid06.exe: 0xC0000005: Access violation reading location 0x00000000."
> This error is thrown just after executing the "c.open" line.
> On Linux all is OK, the problem is only on Windows.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org