So i have an NDK task that is at priority 8. i turned off code generation in the NDK setup. this is from code that has worked just fine in a previous project so we are setting it up right: doing system opens, setting up the NDK, etc.
my task hits NC_NetStart and produces an abort message:
[0xa, 0x0]} {module#22}: line 234: error {id:0xb2d0000, args:[0xc116cb58, 0x0]}[C674X_0]
xdc.runtime.Error.raise: terminating execution
i looked at the ROV window and i don't see any task that is blowing its stack, the system stack is fine, and the heap seems fine as well. the main NDK task is listed as terminated so apparently the task died.
any ideas? should i post my .cfg file?