This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Description
Description
Try to connect and disconnect with websocket server for several times, BUS FAULT error will happen.
Test Code
WebSocketServer.js;
Steps to Reproduction
make JS=samples/websockets/WebSocketServer.js BOARD=frdm_k64f
cp outdir/frdm_k64f/zephyr.bin /media/<username>/MBED/
node samples/websockets/NodeWebSocketClient.js
- CTRL+C to disconnect
- repeat steps 3 and 4(error happens after about 5 times).
Actual Result

Expected Result
No error occurs.
Test Builds
| Branch |
Commit Id |
Target Device |
Test Date |
Result |
| master |
dcf56a9 |
FRDM-K64F |
Nov 20, 2017 |
Fail |
Additional Information