On Monday, 21 August 2017 06:06:28 PDT Iosif Hamlatzis wrote:
> My code is based on the simpleserver sample and when compiled and run either
> under Ubuntu or raspberry everything works perfectly, but when compiled/run
> under another board (specifically televes) it throws an std::exception
> (specifically I get: terminate called after throwing an instance of
> 'std::bad_alloc').

That means a memory allocation failed. Please get the full backtrace of the 
moment of the exception throw. It will tell you where exactly the problem 
happened (you'll see something call operator new).

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
iotivity-dev mailing list
[email protected]
https://lists.iotivity.org/mailman/listinfo/iotivity-dev

Reply via email to