-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EFR32 Unit Test crashes #10447
Comments
After doing a bisect I think this it was broken by this CL: d48d754 |
App tests have a harfault during the TestReadInteraction: SCB->CFSR 0x00000400 R1 0x30bd08fc R2 0x01200000 R3 0x4fb50847 R12 0xa5a5a5a5 LR 0x000105ad PC 0x0000f88e PSR 0x01000000 |
src/controller/tests/TestDevice.cpp test has hardfault: SCB->CFSR 0x00000400 R1 0x002b1080 R2 0x1180b0f0 R3 0x002b1280 R12 0xa5a5a5a5 LR 0x000126b1 PC 0x00011994 PSR 0x01000000 |
Test-CHIP-ReliableMessageProtocol test has hardfault: HardFault: SCB->CFSR 0x00008200 R1 0x046803b9 R2 0x0360da22 R3 0xfa0f02f0 R12 0xa5a5a5a5 LR 0x000105ad PC 0x0000f890 PSR 0x01000000 |
Still happening, @rgoliver asked to reopen |
#14238 disables TestExchangeMgr which hands on EFR32. |
@rgoliver Is this still an issue? |
@jmartinez-silabs I know you were looking at fixing and re-enabling the broken EFR unit tests, can this be closed? |
If fixed two test group if i recall. The others i could not even try to run them or debug because enabling them overdflows the flash space of our devices |
That is an issue with running the tests on the device, one option would be to group the tests and build multiple test binaries instead of a single combined one. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This stale issue has been automatically closed. Thank you for your contributions. |
Likely still an issue |
I just tested the tests. They all link but there is an issue with the event loop. The queue gets full and it causes other issues in the exchanges manager from what I can see. I also opened #33373 I should have a few cycles to investigate further. |
Problem
EFR32 Unit tests crashes while running:
python -m nl_test_runner.nl_test_runner -d /dev/ttyACM0 -f out/debug/chip-efr32-device_tests.s37 -o out.log
The text was updated successfully, but these errors were encountered: