I have a core dump from an application with a memory leak. I have used the strings command and xdd to examine the file and I\'ve got a few ideas of which part of the program might be responsible for t
For the following sample of code there is memory leak. How can we prevent memory leak in the following case:
I have an map app. Somewhere in my code I am rendering data from database into canvas. I ran into \"out of memory\" exception and I cant figure out how to avoid it.
I am working on a school assignment, and we were told that whenever we have an input error we should print a message and exit the program. Obviously I us开发者_如何学Goe exit(1), but
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I got a WCF service that has simple method called GetLineBusses. public MobileResponse GetLineBusses(MobileRequest Request)
Response time of loading image is varying significantly, why is this happening & how can is solve this. Please consider the following senario :
All the advice I\'ve found on debugging memory leaks in VB6 code has focused on GDI leaks. In my situation, however, evidence suggests that I don\'t have a GDI leak but probably do have a memory leak.
My company has developed a pretty massive FileMaker app. Instead of using FileMaker\'s Container object to handle pictures, I more or less wrote my own version of 360Works SuperContainer in Rails and
346 - NSFileManager *fileManager = [[NSFileManager alloc] init]; 347 - [fileManager removeItemAtPath:[mediaSource.newMediaToDelete objectAtIndex:i] error:nil];