Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
5answers
178 views

What do you do when a library you use is no longer maintained?

One thing I've always found frustrating is when a library I use is no longer maintained. Even looking at update history and community beforehand, I've run into the situation where I check back later ...
3
votes
1answer
125 views

What happens to orphaned/killed async AJAX WebMethod or PageMethod calls?

What happens behind the scenes if I make an AJAX PageMethod or WebMethod call from, say, "Default.aspx" and then I quickly navigate away to a different page, say, "Settings.aspx" before the initial ...
2
votes
3answers
244 views

UIViewController is correctly dealloced but its UIView is not?

I was using Apple's Instruments "Allocations" tool and noticed that when I went back and forth between two views, the allocation always grows. Investigating, I found that all of the memory is from ...
1
vote
4answers
247 views

Abandoned memory problem

Could you help me out please, my app is almost finished, I'm now in the process of optimizing it so I'm using the Instrument Allocations tools and I have a problem vith a view controller but I can't ...
1
vote
2answers
1k views

AVCaptureSession Abandoned memory - allocations - instruments

i use default AVCaptureSession to capture the camera view. Everything is working ok, i don't have any leaks, but when i use Allocations to find Abandoned memory after launching and closing ...
0
votes
0answers
67 views

Starting sm-client: exim abandoned: unknown, malformed, or incomplete option -L

I'm trying to build a personal mail server using "Webmin" on CentOS 5. However, whenever I click "Start Mail Server" (Sendmail) that's what happens: http://img18.imageshack.us/img18/3741/baleias.jpg ...
0
votes
1answer
175 views

Changing embedded google videos src

Im trying to recreate the functionality on google video where you can access certain parts of a video by putting #1h1m1m in the url So i have an embedded google video and links to the right that i ...