oops, MoreNetworkSetup / helpers
oops, MoreNetworkSetup / helpers
- Subject: oops, MoreNetworkSetup / helpers
- From: Morgan Redman <email@hidden>
- Date: Mon, 18 Feb 2002 15:58:35 -0800
Hi, Im working on a cellphone dialer. I have to, among other things, open a
serial endpoint out the infrared port to configure the phone, configure the
modem / TCP/IP / Remote access control panels, and open a ppp endpoint.
I tried using the MoreNetworkSetup / helpers code to configure my control
panels. However, I was getting an error from the line
MoreAssertQ(clientEntity->fLoc == ref->originalArea);
in the FixClientEntityForWriting() fucntion.
I didn't know why, and being as frusterated as I was, I carelessly commented
it out =)
Anyways.. to make a long story short, I ran my program, and ( I assume ) in
somewhere in the section that modifies the control panels, it crashed. =)
oops!
Since then I have removed that code from my project, but my program now
crashes from places that it never normally crashed! ( somewhere in the
section that configures the phone thru the infrared port ). I don9t know if
these crashes are because of my carelessness of not, but I cant think of any
other reason for those sections that used to work to now be crashing.
Another thing... from within my MP Task, I call MPRemoteCall to call my rpc
that opens the PPP endpoint. My debugger will never stop inside the rpc!
*arrrrgg*
The last thing... I recently discovered, then when my program now crashes (
system becomes totally unresponsive *including* the mouse no longer moving
), if I hit command-power, one of two things has happed.
a) I get dropped back into codewarrior, and a dialog box pops up saying
"Trap instruction exception". According to the list of procedure calls,
this happens after WaitNextEvent has been called from the main task, after
switching back and forth from 68k code and PPC code several times.
b) I get dropped into macsbug and it says NMI. what does that mean?
*help* !!!
if I have infact somehow corrupted my network settings, how do I fix them?
reinstall ?
-morgan
This has made me soo frusterated!! What I just discovered
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.