crash when Notifier installed
crash when Notifier installed
- Subject: crash when Notifier installed
- From: michael ferraro <email@hidden>
- Date: Wed, 25 Jun 2003 14:16:59 -0700
I have been trying to move some OT networking code to Carbon and find
that
I crash as soon as my YieldingNotifier is called. The code I am
recompiling
worked fine under OS 9.2.2. and was compiled uisng MW CW 6. I ran it
on
a number of platforms (PowerBooks and G4's) for quite some time.
I get a hard crash as soon as my Notifier is called. Even if the
Notifier
is a NO-OP, that is it even if it does nothing but return. I don't
think the
notifier is actually entered. I have put a print statement in a dummy
notifier but get no output.
I am compiling using CW 8. and running under OSX 10.2.6
on a DP 1.42 G4. The code is a "extension" to Cycling74/ICRAM
MaxMSP 4.2 and is compiled as a shared library.
The only changes I have made is to include the OT context parameters in
both the init routine and and the endpoint creation routine
InitOpenTransportInContext (kInitOTForExtensionMask, &thisOTContext)
ep = OTOpenEndpointInContext(OTCreateConfiguration(kTCPName), 0,
nil, &err, thisOTContext);
I am linking against CarbonLib 1.6
I am at a loss on how to proceed any help would be most appreciated
thanks
Michael
_______________________________________________
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.