Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

[k64f] quit debugger mode cause BUS FAULT error #1891

Open
qiaojingx opened this issue Jun 13, 2018 · 0 comments
Open

[k64f] quit debugger mode cause BUS FAULT error #1891

qiaojingx opened this issue Jun 13, 2018 · 0 comments

Comments

@qiaojingx
Copy link

Description

When using command "quit" to exit debugger mode, BUS FAULT error will occur on FRDM-K64F.

Test Code

tests/test-buffer.js;
deps/jerryscript/jerry-client-ws.py

Steps to Reproduction

  1. make BOARD=frdm_k64f DEBUGGER=on JS=tests/test-buffer.js
  2. cp outdir/frdm_k64f/zephyr/zephyr.bin /media/<username>/MBED/
  3. add route and addr on PC:
    ip route add 192.168.1/24 dev eno1
    ip addr add 192.168.1.2 dev eno1
  4. python deps/jerryscript/jerry-debugger/jerry-client-ws.py --display 10 192.168.1.1
  5. Try command break, continue, list, help, quit, etc.

Actual Result

command quit cause BUS FAULT error on FRDM-K64F.
selection_003

Expected Result

No error.

Test Builds

Branch Commit Id Target Device Test Date Result
master 2b033e1 FRDM-K64F Jun 12, 2018 Fail

Additional Information

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant