memory-leaks
what does this error suggest?
When I am trying to execute my program Its getting error like this - sendip: malloc.c:4631: _int_malloc: Assertion `(unsigned long)(size)[详细]
2023-04-13 09:21 分类:问答When are asp.net controls disposed
I\'m hunting memory leaks in an asp.net website.One that I found was that the code wasn\'t releasing event handlers when controls were no longer needed.I went with the disposing pattern as shown on MS[详细]
2023-04-13 07:38 分类:问答C++ shared memory leak, how to clear shared memory?
I am using Qt and trying to achieve a single instance application by applying this solution in Linux(ubuntu). The problem is that if the application unexpectedly finishes(seg. fault or user kills it)[详细]
2023-04-13 07:37 分类:问答Memory leak detection for mixed mode projects: managed, unmanaged and native
I have a Visual Studio 2010 solution that contains C# (managed), C++/CLI (unmanaged) and pure C++ (native) projects. I would like to perform memory leak detection across all 3 projects or at least aro[详细]
2023-04-13 07:29 分类:问答ATL C++ memory leak with safearray of ccomobjects
I find myself in need of help. Now, I\'m not all that unfamiliar with C++, but combining it with ATL provides a whole new level of confusion. Anyways, my problem: I (finally) managed to return an arra[详细]
2023-04-13 07:03 分类:问答Why does this code cause a memory leak in JavaScript?
<!doctype html> <head> <script src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js\"></script>[详细]
2023-04-13 06:33 分类:问答Real asp.net memory leak or is visual studio to blame [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-04-13 05:18 分类:问答refactoring some legacy code - potential memory leaks
Due to so开发者_如何学运维me memory leaks, some memory is not released except when doing IISreset.[详细]
2023-04-13 05:03 分类:问答Does MySQL consume significantly more resources compared to other DBMS?
There is a growing tendency for shifting from mysql to NOSQL, SQLite, etc. I have read many blogs and articles comparing the speed of mysql with other types of DBMS. How开发者_Go百科ever, I believe th[详细]
2023-04-13 03:48 分类:问答Thread with and without a memory leak
I\'m stuck with a c++ assignment where I should make a sim开发者_JS百科ple thread and another thread that has the same logic but also have a memory leak.[详细]
2023-04-13 03:06 分类:问答