Hello,
I am using luxonis/depthai-ros:v2.7.4-noetic
Docker image to run a OAK-D Pro PoE camera. The camera driver fails with some error logs like the following:
[19443010A133731300] [x.y.z.w] [28643.589] [system] [warning] PRINT:LeonMss: Unexpected trap ( 9) at address 0x80220c2c
2023-07-20T11:13:55.692920479Z Bad trap, 0x9
PSR: 0xf3400ec6 PC: 0x80220c30 NPC: 0x80220c34 TPC: 0x80220c2c
G1: 0x00000000 G2: 0x0000ff04 G3: 0x0b010048 G4: 0x808fe5b4
2023-07-20T11:13:55.692934345Z G5: 0x00000078 G6: 0x00001a0d G7: 0x0000001e I0: 0x00000000
I1: 0x00000004 I2: 0x00000003 I3: 0x001a3803 I4: 0x8068d848
I5: 0x00000000 I6: 0x8066d378 I7: 0x80220d7c Y: 0x00000000
2023-07-20T11:13:55.692971045Z L0: 0x808d2848 L1: 0x8007c004 L2: 0x80221728 L3: 0x00000002
L4: 0x00000004 L5: 0x00000004 L6: 0x808d27f8 L7: 0x808d2818
I0: 0x7820c000 I1: 0x00000960 I2: 0x8066d46c I3: 0x001a3804
I4: 0x8066f288 I5: 0x00000000 I6: 0x8066d408 I7: 0x802692b8
SRA: 0x80555000 SA0:0x00000438 SA1: 0x00000000 SA2: 0x00000000
SA3: 0xcb9afa68 SA4:0x78209978 SA5: 0x805fbf30
Unexpected trap ( 9) at address 0x80220c2c
Bad trap, 0x9
PSR: 0xf3400ec6 PC: 0x80220c30 NPC: 0x80220c34 TPC: 0x80220c2c
G1: 0x00000000 G2: 0x0000ff04 G3: 0x0b010048 G4: 0x808fe5b4
G5: 0x00000078 G6: 0x00001a0d G7: 0x0000001e I0: 0x00000000
2023-07-20T11:13:55.693034595Z I1: 0x00000004 I2: 0x00000003 I3: 0x001a3803 I4: 0x8068d848
I5: 0x00000000 I6: 0x8066d378 I7: 0x80220d7c Y: 0x00000000
2023-07-20T11:13:55.693048742Z L0: 0x808d2848 L1: 0x8007c004 L2: 0x80221728 L3: 0x00000002
L4: 0x00000004 L5: 0x00000004 L6: 0x808d27f8 L7: 0x808d2818
2023-07-20T11:13:55.693057309Z I0: 0x7820c000 I1: 0x00000960 I2: 0x8066d46c I3: 0x001a3804
I4: 0x8066f288 I5: 0x00000000 I6: 0x8066d408 I7: 0x802692b8
SRA: 0x80555000 SA0:0x00000438 SA1: 0x00000000 SA2: 0x00000000
SA3: 0xcb9afa68 SA4:0x78209978 SA5: 0x805fbf30
[19443010A133731300] [x.y.z.w] [28647.404] [system] [critical] Fatal error. Please report to developers. Log: 'Fatal error on MSS CPU: trap: 09, address: 80220C2C' '0'
2023-07-20T11:13:59.502021720Z [19443010A133731300] [x.y.z.w] [28647.406] [system] [warning] PRINT:LeonCss: Fatal error on MSS CPU: trap: 09, address: 80220C2C
I've also opened a ticket on the depthai-ros
Github repo with more details on this issue: luxonis/depthai-ros352
One thing I noticed is that I see this MSS CPU error message on a very busy network with 4 other different PoE cameras (not OAK-Ds) and couple of other networked devices. I was unable to replicate the issue on a different but a more silent network, e.g. with one OAK-D Pro PoE and one another PoE camera. Our setup requires using multiple PoE cameras, sometimes from different vendors, and we have never encountered something like this on other networked devices.
I've also found some other forum users asking about the same issue, feels like it might be a common one. Considering the information here and the Github ticket that I shared the link above together, do you have any suggestions on solving this issue?
Thanks,