Re: interpreting crashlog
Re: interpreting crashlog
- Subject: Re: interpreting crashlog
- From: Ken Worley <email@hidden>
- Date: Thu, 28 Sep 2006 15:31:04 -0600
On Sep 28, 2006, at 3:18 PM, Perry Winkel wrote: On Sep 27, 2006, at 5:12 PM, Lawrence Gold wrote:
On Sep 27, 2006, at 8:29 AM, Perry Winkel wrote:
yep, its the line number where the function definition starts what i was hoping for was that the line number would tell me where in the funcrion the crash appears, but it just leads me to the first line of the definition
When I've seen crashes like this a couple of times, they were due to a stack overflow. I would try increasing the stack size of the thread that's crashing.
possibly, how do i adjust the stack size, a lookup in the doc gave no results
Call pthread_attr_setstacksize before calling pthread_create...assuming you're using the pthread functions to create your threads.
Ken
-- Ken Worley Software Engineer, Tiberius, Inc.
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden