-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.6
-
Fix Version/s: 0.7
-
Component/s: C++ Client
-
Labels:
-
Environment:
Microsoft Visual C++ Compiler, Windows Vista
In windows environment, visual studio compiler, make a client like:
Connection c;
try
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.