Nako808
03-02-2009, 23:43
task 0xc1fb18 (t1) deleted: errno=1835009 (0x1c0001) status=1 (0x1)
WPILib was compiled from SVN revision 1718
Task spawned: id = 0xc1aa30, name = t3
All Done!!Information: No user-supplied RobotMain()
interrupt: PCI Error: initiator aborted due to timeout
Exception current instruction address: 0xfffffffc
Machine Status Register: 0x0008b032
Condition Register: 0x20000004
Task: 0xc1aa30 "t3"
0xc1aa30 (t3): task 0xc1aa30 has had a failure and has been stopped.
0xc1aa30 (t3): fatal kernel task-level exception!
Using - WindRiver with C/C++
cRIO image and all that stuff is updated
Hey everyone, we ran into an issue after fixing undefined symbols, finally, above I underlined some things my mentor and I are unsure about. Currently my programming mentor isn't here but we both saw it and were trying to fix it.
The 2nd underlined problem where it says "All Done!!" is what were guessing as a printf we put in, unless the cRIO automatically prints that, but the only thing is that we changed the printf statement and is still remains the same.
The rest of the underlined things we're just confused on what it means besides that it's an error. Like what does the t3 stand for or the task deleted mean. Thanks
WPILib was compiled from SVN revision 1718
Task spawned: id = 0xc1aa30, name = t3
All Done!!Information: No user-supplied RobotMain()
interrupt: PCI Error: initiator aborted due to timeout
Exception current instruction address: 0xfffffffc
Machine Status Register: 0x0008b032
Condition Register: 0x20000004
Task: 0xc1aa30 "t3"
0xc1aa30 (t3): task 0xc1aa30 has had a failure and has been stopped.
0xc1aa30 (t3): fatal kernel task-level exception!
Using - WindRiver with C/C++
cRIO image and all that stuff is updated
Hey everyone, we ran into an issue after fixing undefined symbols, finally, above I underlined some things my mentor and I are unsure about. Currently my programming mentor isn't here but we both saw it and were trying to fix it.
The 2nd underlined problem where it says "All Done!!" is what were guessing as a printf we put in, unless the cRIO automatically prints that, but the only thing is that we changed the printf statement and is still remains the same.
The rest of the underlined things we're just confused on what it means besides that it's an error. Like what does the t3 stand for or the task deleted mean. Thanks