Yago Jesus
Yago Jesus
I have the same issue. First in CentOS 7 and now in CentOS 8. Flowtop could work for hours, perhaps days or just minutes and segfaults inexplicably. I'm using this...
With GDB attached to the process I got this error: flowtop: api.c:965: nfct_query: Assertion `data != NULL' failed
Finally I follow the clues and find that flowtop.c calls nfct_query() from api.c of libnetfilter_conntrack and trigger this assert: assert(data != NULL); int nfct_query(struct nfct_handle *h, const enum nf_conntrack_query qt,...
Bad news, the root problem is n are pointed to invalid memory address so ... if you try to test if NULL, you get another coredump :( I have tested...
ok I answer myself: To build ELF object files for use with the elf package, you must use specific sections (SEC("...")). The following are currently supported: kprobe/... cgroup/skb cgroup/sock maps/......
> Hi @crazyquark, > I have the cased one, which is a bit different. But first of all have a look to http://www.ti.com/lit/ug/swru197h/swru197h.pdf figure 6. Here you see that P2.1...
ping @AsFaBw
> @AsFaBw me again :)... So I wired it up like in this post: https://projectaweek.com/2016/04/11/rfcat-on-ez430-chronos-dongle-with-cc-debug/ > However, the CC debugger does not detect the chip, no matter what I do....