On Tue, 2016-08-09 at 07:42 -0700, Khem Raj wrote: > I could also see it on ppc. backtrace, shows the segfault is in exit > path and happens in libc > at this point, I think the problem is how libc is compiled with > binutils 2.27, connman itself > is ok.
Its the issue here: https://sourceware.org/ml/glibc-bugs/2015-01/msg00274.html https://sourceware.org/bugzilla/show_bug.cgi?id=17908 Basically, if you remove the global _IO_stdin_used symbol, it triggers compatibility code which crashes. I've confirmed that if I add that symbol to the version-script in connman, things work again. Any idea how we raise the priority of this issue. There are no comments on the bug despite it having been posted a while ago :(. Cheers, Richard -- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto