Kyle Visner

Results 7 comments of Kyle Visner

Hi @facchinm Thanks for the quick response. I tried 915_HYBRID but I am seeing the same behavior. Since the MKRWAN want firmware isn't up to date, Is there a different...

Gotcha, guess I'll use a different board in the meantime.

If it helps, my gateway is an RAK2245 Version B

This would make deque much more useful

Here is the call stack for the crash: ```text _free_r@0x00060a0a (/_free_r.dbgasm:51) __gnu_cxx::new_allocator::deallocate@0x0005ae5e (/Users/kylevisner/.platformio/packages/[email protected]/arm-none-eabi/include/c++/7.2.1/ext/new_allocator.h:125) std::allocator_traits::deallocate@0x0005ae5e (/Users/kylevisner/.platformio/packages/[email protected]/arm-none-eabi/include/c++/7.2.1/bits/alloc_traits.h:462) std::_Deque_base::_M_deallocate_node@0x0005ae5e (/Users/kylevisner/.platformio/packages/[email protected]/arm-none-eabi/include/c++/7.2.1/bits/stl_deque.h:609) std::_Deque_base::_M_destroy_nodes@0x0005ae5e (/Users/kylevisner/.platformio/packages/[email protected]/arm-none-eabi/include/c++/7.2.1/bits/stl_deque.h:743) std::_Deque_base::~_Deque_base@0x0005ae74 (/Users/kylevisner/.platformio/packages/[email protected]/arm-none-eabi/include/c++/7.2.1/bits/stl_deque.h:665) std::deque::~deque@0x0005b1c4 (/Users/kylevisner/.platformio/packages/[email protected]/arm-none-eabi/include/c++/7.2.1/bits/stl_deque.h:1045) std::queue::~queue@0x0005b1c4 (/Users/kylevisner/.platformio/packages/[email protected]/arm-none-eabi/include/c++/7.2.1/bits/stl_queue.h:96) CEspCom::clearToEspQueue@0x0005b1c4 (/CEspCom::clearToEspQueue.dbgasm:109) esp_host_there_are_data_to_be_tx@0x0005a6e4 (/esp_host_there_are_data_to_be_tx.dbgasm:12) esp_host_spi_transaction@0x0005a6f8...

Thanks, @andreagilardoni, Is there a workaround in the mean time to unblock us until that PR is done?

@andreagilardoni was able to build with you PR, 2 items - if you comment out line 30 of CNetIf.h, you'll get a build error. - if you attempt to build...