Skip to content
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

tests/kernel/interrupt: Assertion Failure in test_prevent_interruption #15343

Closed
cinlyooi-intel opened this issue Apr 11, 2019 · 3 comments
Closed
Assignees
Labels
area: Kernel area: Tests Issues related to a particular existing or missing test bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug

Comments

@cinlyooi-intel
Copy link
Contributor

To Reproduce
Steps to reproduce the behavior:

  1. mkdir build; cd build
  2. cmake -DBOARD=qemu_x86
  3. make
  4. make run

Screenshots or console output



***** delaying boot 1000ms (per build configuration) *****
***** Booting Zephyr OS v1.14.0-rc3-192-g100a2bba6c57 (delayed boot 1000ms) *****
Running test suite interrupt_feature
===================================================================
starting test - test_nested_isr
SKIP - test_nested_isr
===================================================================
starting test - test_prevent_interruption

 Assertion failed at zephyr.git/tests/kernel/interrupt/src/nested_irq.c:116: offload_function: (check_lock_new equal to check_lock_old)

Interrupt locking didn't work properly
FAIL - test_prevent_interruption
===================================================================
Test suite interrupt_feature failed.
===================================================================
RunID: ci-190410-1550-659:uytl
PROJECT EXECUTION FAILED

Environment (please complete the following information):

  • OS: fedora29
  • Toolchain zephyr
  • Commit SHA or Version used: 110cab8

Additional context
Add any other context about the problem here.

@cinlyooi-intel cinlyooi-intel added the bug The issue is a bug, or the PR is fixing a bug label Apr 11, 2019
@aescolar aescolar added area: Kernel area: Tests Issues related to a particular existing or missing test labels Apr 11, 2019
@overheat
Copy link
Contributor

@cinlyooi-intel I can't reproduce it in my environment. It works for for me.

west build -b qemu_x86 tests/kernel/interrupt/
west build -t run
Booting from ROM..***** Booting Zephyr OS v1.14.0-rc3-193-g110cab8aa37e *****
Running test suite interrupt_feature
===================================================================
starting test - test_nested_isr
SKIP - test_nested_isr
===================================================================
starting test - test_prevent_interruption
PASS - test_prevent_interruption
===================================================================
Test suite interrupt_feature succeeded
===================================================================
PROJECT EXECUTION SUCCESSFUL

@cinlyooi-intel
Copy link
Contributor Author

@overheat @wentongwu As it is triggered by an assertion, it definitely did happened. However, I think this might be one of the rarely occurred bug. This is the first time I see in about two weeks worth of daily triaging every possible failure in preparation for 1.14.

@nashif nashif added the priority: low Low impact/importance bug label Apr 12, 2019
@nashif
Copy link
Member

nashif commented Mar 11, 2020

cant reproduce.

@nashif nashif closed this as completed Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Kernel area: Tests Issues related to a particular existing or missing test bug The issue is a bug, or the PR is fixing a bug priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

5 participants