Omgili - forum search, search forums  
  

Discussions about leaks

Displaying 1 - 10 out of 197,847 discussions.  
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
Is it possible that there will still be leaks when running my app on an iPhone even if the simulator has absolutely none??
Started by on , 3 posts by 3 people.  
It is possible that some memory leaks to be present when tested on a real for memory leaks in the device....
If you run your app through Instruments, and there don't appear to be any memory leaks, you're with testing, you should be fine.
Hi all, I'm working on tracking down some difficult to find memory leaks in my iPhone program. I'm running a quick test on an app which leaks an NSString object with the following intentionally -incorrect- code: -(void)applicationDidFinishLaunching:(NSNotification...
Started by on , 4 posts by 4 people.  
Remember, that code runs in your process; moreover, leaksFor this example, leaks reports....
I think the reason you are seeing this in leaks input manager hacks before leak-hunting.
Crawl and see what piece of code caused the leak.
I don't understand the output from the "Leaks" performance tool in XCode. How can I interpret this output?
Started by on , 4 posts by 4 people.  
The Leaks Instrument looks for blocks of memory that are not referenced from the application code it's not simple to use, there are many leaks apparently from the OS and/or the system libraries, the details often show over-freed blocks (....
Ask your Facebook Friends
Hi, I am trying to locate leaks using instruments, but the leaks I see there are like the ones in the next picture: leaks As you can see there's no information of which line of code is exactly leaking. All leaks I have, around 20, are like this, or in...
Started by on , 5 posts by 5 people.  
Dont know what you confused about? The thing that Leaks shows you is, the trace should have been released....
Some toss off code of mine leaks in main.m in your case.
The lines in the code where the leak occurs along with the call stack.
In order for an application to have no memory leaks, does the number of new in a C++ project match the number of delete?
Started by on , 11 posts by 11 people.  
Unfortunately it is in general a highly non-trivial problem to verify the... .
If you are up to finding a preliminary way to detect memory leaks Purify to test for memory leaks n C++ programs.
For each new executed <=> no leak.
I'm running leaks through Instruments on my iPhone app and I'm seeing a lot of leaks that don't appear to be coming from my code. For example: NSURLConnection *connection = [[NSURLConnection alloc] initWithRequest:request delegate:operation]; operation...
Started by on , 6 posts by 6 people.  
Else? If you think about it, Leaks would assume delegate is a leak if you have no other referencesIt's entirely possible that Apple's frameworks have leaks in them (however unlikely it may seem project), then test that with Instruments....
How do you fix a memory leak where you're returning from the function the leak itself? For example, I make a char* returnMe = new char[24324]; returnMe is what ends up getting returned from the function. How do you account for this memory leak? How do...
Started by on , 8 posts by 8 people.  
Better, there's a leak if the client code on purpose calls your routine and does not do(); /* do something with buf *....
It is not a memory leak, there's no leak.
You can still delete[] the pointer returnMe even after it is returned .
Hi, I'm checking for leaks in Instruments, and I've set to check every second, but no leaks are appearing. I'm sure there must be some in my app, is there anything which could stop these from appearing? Is there a good way I can create a leak so that ...
Started by on , 4 posts by 4 people.  
You're only going to find leaks with a tool ....
Creating a leak is easy: id someObject = [[NSObject alloc] init]; someObject = nil; Drop some code like that into your app, and you should definitely see a leak show up in Instruments.
How to detect memory leaks in C# application? What tools need to use? What best practices do you know?
Started by on , 4 posts by 4 people.  
The only way you....
Memory leaks point after no more references.
You at the CLR Profiler from Microsoft which is free but is more difficult to use .
Detecting memory leaks is not an easy task and there's no definitive answer to this question.
I have found some big memory leaks with instruments but have no idea how to figure out where in my code they are. Need some tuts on how to go about that....
Started by on , 3 posts by 3 people.  
leaks-a-leaks-tool-tutorial/ Also, here's a link to the original question: http://stackoverflow.com/questions/494327/how-do-you-detect-memory-leaks-on-iphone Sounds like you need to do this: http://stackoverflow.com/questions/16....
Page: 1   2   3   4   5   6   7   8   9   10  
Related Searches
Boiler leak    Leaked    a natural gas leak versus an propane leak    e46 m3 leak    stop coolant leak    tecumseh oil leak    Dishwasher leak    chain saw leak    saab93 oil leak    batman script leak   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost