Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DrMemory hang up when using C# access database #2505

Open
ceexzhang opened this issue Aug 2, 2024 · 0 comments
Open

DrMemory hang up when using C# access database #2505

ceexzhang opened this issue Aug 2, 2024 · 0 comments

Comments

@ceexzhang
Copy link

Hi,

I'm a newbie to use DrMemory to test my program. DrMemory version is 2.6.0, OS is WIN10 64 bit latest version. My test program is using MFC application call C# library. if I calling access database API, DrMemory will hang up when calling this API(Target application have no response, and memory resource will stop to increase, it can not continue to do next step). eg.

 call Func1()
 SqlConnection sqlConn = new SqlConnection();
 call Func2()

When calling "SqlConnection sqlConn = new SqlConnection();", target application will hang up and can not do "call Func2()" step.

Does anyone know what the cause for this problem? thanks so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant