Re: Cocoa newb - Bus Error from TCP Server
Re: Cocoa newb - Bus Error from TCP Server
- Subject: Re: Cocoa newb - Bus Error from TCP Server
- From: Cameron Hayne <email@hidden>
- Date: Sat, 10 Jun 2006 10:36:19 -0400
On 10-Jun-06, at 12:53 PM, Christopher Bland wrote:
The server prints out my "** Sent 400:Bad Request" message and then
gives the bus error on the return.
1) Can't you run the server under the debugger and thus figure out
the exact location of the line causing the bus error?
2) If the bus error is happening upon the return from that function,
it would seem that the problem is with the function that it returns
to (i.e. the caller). Is your function really a void function (not
supposed to return anything?)
3) Maybe something in this Apple doc about debugging will help:
http://developer.apple.com/technotes/tn2004/tn2124.html
--
Cameron Hayne
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden