On Tue, Apr 28, 2015 at 01:01:44PM +0300, Max Filippov wrote: > Ok, segfaults were caused by uClibc (not supporting %m[...] in sscanf) > and argp-standalone (passing arbitrary ints to isprint).
How did you fix these issues? elfutils used to use %a instead of %m. But %a was a GNU extension, while %m is standard POSIX. Does uclibc support %a? Thanks, Mark