On Monday, 12 June 2017 13:03:44 PDT Maalvika Bachani wrote:
> Hi,
> 
> I am trying to run scons TEST=1 after building iotivity on Ubuntu 16.04 LTS.
> It gives me following error. Kindly help me in identifying the problem.
> Please find attached the screen capture of the error.
> 
> [cid:image003.png at 01D2E384.97D320B0]

Hello Maalvika

It says 'core dumped". Can you find the core file? It's either a file called 
"core" or "core.*" in that test dir or your system captured it and it can be 
found using coredumpctl.

If you find a core file, run gdb on the executable that crashed and the core 
file 
(gdb executablename corefile). If coredumpctl captured it, run "coredumpctl 
gdb" followed by the executable name.

Inside gdb, run these commands:
        bt
        x/i $pc

Attach the result.

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

Reply via email to