namhyung / uftrace

Function graph tracer for C/C++/Rust/Python
https://uftrace.github.io/slide/
GNU General Public License v2.0
3.04k stars 472 forks source link

child terminated by signal: 6: Aborted #367

Open atwufei opened 6 years ago

atwufei commented 6 years ago

Any clue on this error? There is no problem without uftrace.

$ uftrace record ./myapp child terminated by signal: 6: Aborted

namhyung commented 6 years ago

Is it possible to share your "myapp" binary? And you can use -v option to show some debug messages..

atwufei commented 6 years ago

Sorry, it's something we are developing. "-v" doesn't help.

Does uftrace have any requirements on e.g. gcc version, or anything else?

namhyung commented 6 years ago

OK, then could you make a simple reproducer? It's hard for me to investigate without it.

I don't aware of any version issue but compiler setting may be different on each distro/environment. My system runs on Archlinux and it's mostly tested with gcc 7. Another test machine runs on Ubuntu. What's your gcc version anyway?