언어 설정

Menu
Sites
Language
SIGABRT while debugging in the 2.3.1 wearable emulator

While debugging in the emulator if I wait at a breakpoint more than a few seconds the log says that proc_monitor.c has a watchdog that is killing my process and my debugger stops with a SIGABRT.  Is there some way to stop that since its extremely difficult to debug this way.

 

Responses

1 댓글
daniel kim

Hi,

If you're using Tizen SDK 2.3.1, I would suggest you to use Tizen SDK 2.4 Rev3.

As far as I know, SIGABRT is related to memry allocation. so I would suggest you to check the code which has the same if you have it.

Regards