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/net/websocket/ - passed on QEMUx86 but the target crashed after that #9617

Closed
yerabolu opened this issue Aug 24, 2018 · 1 comment
Closed
Labels
area: Networking area: QEMU QEMU Emulation area: X86 x86 Architecture (32-bit) bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug

Comments

@yerabolu
Copy link
Contributor

commit ID: 7983606

E#1      @srrsotc03/qz30h-x86  console output: ===================================================================
E#1      @srrsotc03/qz30h-x86  console output: starting test - test_v4_close
E#1      @srrsotc03/qz30h-x86  console output: PASS - test_v4_close
E#1      @srrsotc03/qz30h-x86  console output: ===================================================================
E#1      @srrsotc03/qz30h-x86  console output: ===================================================================
E#1      @srrsotc03/qz30h-x86  console output: RunID: ci-180824-0501-2093:3xwi
E#1      @srrsotc03/qz30h-x86  console output: PROJECT EXECUTION SUCCESSFUL
E#1      @srrsotc03/qz30h-x86  console output: ***** CPU Page Fault (error code 0x00000000)
E#1      @srrsotc03/qz30h-x86  console output: Supervisor thread read address 0x00000004
E#1      @srrsotc03/qz30h-x86  console output: PDE: 0x025 Present, Read-only, User, Execute Enabled
E#1      @srrsotc03/qz30h-x86  console output: PTE: 0x00 Non-present, Read-only, Supervisor, Execute Enabled
E#1      @srrsotc03/qz30h-x86  console output: Current thread ID = 0x004044d8
E#1      @srrsotc03/qz30h-x86  console output: eax: 0xffffffff, ebx: 0x00000000, ecx: 0x0000d9e8, edx: 0x00403d18
E#1      @srrsotc03/qz30h-x86  console output: esi: 0x00000000, edi: 0x00001e79, ebp: 0x00420fb8, esp: 0x00420fb4
E#1      @srrsotc03/qz30h-x86  console output: eflags: 0x00000286 cs: 0x0008
E#1      @srrsotc03/qz30h-x86  console output: call trace:
E#1      @srrsotc03/qz30h-x86  console output: eip: 0x000076ab
E#1      @srrsotc03/qz30h-x86  console output:      0x000163cb (0x0)
E#1      @srrsotc03/qz30h-x86  console output:      0x00001e89 (0x4044c0)
E#1      @srrsotc03/qz30h-x86  console output: Fatal fault in thread 0x004044d8! Aborting.
@inakypg inakypg added bug The issue is a bug, or the PR is fixing a bug area: Networking area: X86 x86 Architecture (32-bit) area: QEMU QEMU Emulation labels Aug 24, 2018
@nashif nashif added the priority: medium Medium impact/importance bug label Aug 28, 2018
@nashif
Copy link
Member

nashif commented Aug 29, 2018

@jukkar this one fails with qemu_x86, so your fix above does not work.

jukkar added a commit to jukkar/zephyr that referenced this issue Aug 29, 2018
No need to have setup and teardown functions. Teardown will
even cause crash when tearing down last IPv4 test.

Fixes zephyrproject-rtos#9617

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
@nashif nashif closed this as completed in 44498e6 Aug 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Networking area: QEMU QEMU Emulation area: X86 x86 Architecture (32-bit) bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug
Projects
None yet
Development

No branches or pull requests

3 participants