pkarashchenko opened a new issue, #1550:
URL: https://github.com/apache/mynewt-nimble/issues/1550

   Preconditions: hash `98d972d220a0a49f40dca8074418397d5323d1ec` (`master`)
   Steps to reproduce:
   1. `cd porting/npl/linux/test`
   2. `make`
   3. `make test`
   Result:
   ```
   $ make test
   ./test_npl_task.exe
   All tests passed
   ./test_npl_callout.exe
   All tests passed
   ./test_npl_eventq.exe
   All tests passed
   ./test_npl_sem.exe
   make: *** [Makefile:94: test] Segmentation fault (core dumped)
   ```
   
   Also some warnings related to `-Wimplicit-function-declaration` observed 
during compilation.
   
   Initially my goal was to prototype BLE central application on Linux, but in 
a simple code I'm getting `BLE_GAP_EVENT_DISC` with `struct 
ble_gap_disc_desc`->`event_type` values of 114 or 144 or `146` (and more random 
data), so I switched to unit tests. I will try out some stable release.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@mynewt.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to