clsync / clsync

file live sync daemon based on inotify/kqueue/bsm (Linux, FreeBSD), written in GNU C

Home Page:http://ut.mephi.ru/oss/clsync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backtracing: app optional libunwind or libdw support

bircoph opened this issue · comments

As discussed in Gentoo bug 717340 musl based system don't provide execinfo.h interface. Right now this problem is fixed with commit f989c31 by disabling bactracing support if execinfo.h is not found.

But better solution would be to add optional libunwind and/or libdw support.