jerryscript-project / iotjs

Platform for Internet of Things with JavaScript http://www.iotjs.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing crash backtrace above gcc 4.8

renatahodovan opened this issue · comments

IoT.js version:
Checked revision: e3cd187
Build command: tools/build.py --buildtype debug
OS:
Ubuntu 17.10, x86_64

Debug IoT.js binaries built with gcc-4.8 and below provide immediate backtrace with the error message in case of a crash. However, if the binary was built with a newer gcc then the backtrace contains empty frames (??:0)

Related commit