Chuck Rolke created QPID-5949:
---------------------------------

             Summary: C++ .NET Binding crashes on NUnit exit
                 Key: QPID-5949
                 URL: https://issues.apache.org/jira/browse/QPID-5949
             Project: Qpid
          Issue Type: Bug
          Components: Dot Net Client
    Affects Versions: 0.28
         Environment: Windows Server 2012 R2, .NET binding based on 0.28 
release. NUnit 2.5.8.
Briefly: NUnit.exe loads an nunit dll for Apache.NMS.AMQP, which loads the 
Apache.NMS.AMQP driver, that loads the .NET binding, that loads the unmanaged 
native code. This is spread across two processes.
            Reporter: Chuck Rolke


NUnit can run the tests successfully multiple times. The issue happens when 
NUnit exits.

This is a probable repeat of QPID-3256 except that it's picking on 
qpidmessagingd.dll. The crash (attached) is a static destructor referencing 
invalid memory while in 
{noformat}
_CRT_INIT(hDllHandle=xxx, dwReason=0, lpreserved=1)
then calling:
qpidmessagingd.dll!`qpid::messaging::`anonymous 
namespace'::theRegistry'::`2'::`dynamic atexit destructor for 'factories''()
{noformat}




--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to