Re: Hard calculation crashes after 60Minutes

2008-08-31 Thread Nathan Vander Wilt
On Aug 30, 2008, at 8:08 PM, Mr. Gecko wrote: Hello I am making a program that does a really hard calculation and it seems to crash after 60 Minutes. I don't really know why it does, I am guessing it is because I am using a for loop that takes awhile to run If you can't find any leaks, it

Hard calculation crashes after 60Minutes

2008-08-31 Thread Caleb Strockbine
On Aug 31, 2008, at 3:13 AM, Mr. Gecko [EMAIL PROTECTED] wrote: Hello I am making a program that does a really hard calculation and it seems to crash after 60 Minutes. I don't really know why it does, I am guessing it is because I am using a for loop that takes awhile to run (an estaminet of

Re: Hard calculation crashes after 60Minutes

2008-08-31 Thread Bill Bumgarner
On Aug 31, 2008, at 8:22 AM, Caleb Strockbine wrote: Did you set a breakpoint in malloc_error_break? If yes, what did you find? If no, doesn't that seem like a good place to start? Probably not. If it is crashing after 60 minutes, it is quite a bit more likely that the problem is in all of

re: Hard calculation crashes after 60Minutes

2008-08-31 Thread Mr. Gecko
I believe I found the problem and it is a function I am using with a framework, so what I will do is I will get only the things need to run my program from the framework to make my app work and I may not have this problem any more. I will see if that will help and reply. Thanks, Mr. Gecko

Hard calculation crashes after 60Minutes

2008-08-30 Thread Mr. Gecko
Hello I am making a program that does a really hard calculation and it seems to crash after 60 Minutes. I don't really know why it does, I am guessing it is because I am using a for loop that takes awhile to run (an estaminet of 120 MInutes every time it loops). so I was hoping someone

Re: Hard calculation crashes after 60Minutes

2008-08-30 Thread Andrew Merenbach
On Aug 30, 2008, at 8:08 PM, Mr. Gecko wrote: Hello I am making a program that does a really hard calculation and it seems to crash after 60 Minutes. I don't really know why it does, I am guessing it is because I am using a for loop that takes awhile to run (an estaminet of 120 MInutes

Re: Hard calculation crashes after 60Minutes

2008-08-30 Thread Roland King
looks like you're running out of memory. Are you leaking, are you autoreleasing objects? On Aug 31, 2008, at 11:08 AM, Mr. Gecko wrote: Hello I am making a program that does a really hard calculation and it seems to crash after 60 Minutes. I don't really know why it does, I am guessing it

Re: Hard calculation crashes after 60Minutes

2008-08-30 Thread Andrew Merenbach
On Aug 30, 2008, at 8:42 PM, Andrew Merenbach wrote: On Aug 30, 2008, at 8:08 PM, Mr. Gecko wrote: Hello I am making a program that does a really hard calculation and it seems to crash after 60 Minutes. I don't really know why it does, I am guessing it is because I am using a for loop

Re: Hard calculation crashes after 60Minutes

2008-08-30 Thread Mr. Gecko
I will go and see if it is leaking Thanks, Mr. Gecko On Aug 30, 2008, at 10:44 PM, Andrew Merenbach wrote: On Aug 30, 2008, at 8:42 PM, Andrew Merenbach wrote: On Aug 30, 2008, at 8:08 PM, Mr. Gecko wrote: Hello I am making a program that does a really hard calculation and it seems to