Bug 32244 - getfattr Segmentation fault on x86_64
Summary: getfattr Segmentation fault on x86_64
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: attr (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-04 01:12 MSK by Vitaly Lipatov
Modified: 2016-07-05 17:08 MSK (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Lipatov 2016-07-04 01:12:41 MSK
getfattr падает при запуске (даже без параметров) на 64-битных системах:

attr-2.4.47.0.35.dce9-alt2

(gdb) r
Starting program: /usr/bin/getfattr 

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7a8159b in _IO_vfprintf_internal (s=0x7fffffffbc00, format=<optimized out>, ap=0x7fffffffe2b8) at vfprintf.c:1632
1632		  process_string_arg (((struct printf_spec *) NULL));
(gdb) bt
#0  0x00007ffff7a8159b in _IO_vfprintf_internal (s=0x7fffffffbc00, format=<optimized out>, ap=0x7fffffffe2b8) at vfprintf.c:1632
#1  0x00007ffff7a827b1 in buffered_vfprintf (s=0x7ffff7dd4560 <_IO_2_1_stderr_>, format=<optimized out>, args=<optimized out>) at vfprintf.c:2320
#2  0x00007ffff7a7fc1d in _IO_vfprintf_internal (s=s@entry=0x7ffff7dd4560 <_IO_2_1_stderr_>, format=0x402f90 "Usage: %s %s\nTry `%s --help' for more information.\n", ap=ap@entry=0x7fffffffe2b8)
    at vfprintf.c:1293
#3  0x00007ffff7b2d679 in ___fprintf_chk (fp=0x7ffff7dd4560 <_IO_2_1_stderr_>, flag=1, format=<optimized out>) at fprintf_chk.c:35
#4  0x000000000040130d in ?? ()
#5  0x00007ffff7a59800 in __libc_start_main (main=0x401120, argc=1, argv=0x7fffffffe498, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe488)
    at ../csu/libc-start.c:289
#6  0x00000000004013fa in ?? ()
Comment 1 Repository Robot 2016-07-04 13:14:33 MSK
attr-2.4.47.0.44.315a-alt1 -> sisyphus:

* Mon Jul 04 2016 Dmitry V. Levin <ldv@altlinux> 2.4.47.0.44.315a-alt1
- v2.4.47-35-gdce9b44 -> v2.4.47-44-g315af30 (closes: #32244).
Comment 2 Vitaly Lipatov 2016-07-05 17:08:36 MSK
Спасибо!