From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 24 Nov 2017 16:52:17 +0300 (MSK) From: Ivan Zakharyaschev To: "devel@ where you _can_ ask" In-Reply-To: Message-ID: References: <20171122094156.GA6595@gyle.altlinux.org> <4074666d-60cd-78ec-c956-93249afee32e@basealt.ru> User-Agent: Alpine 2.20 (LFD 67 2015-01-07) MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="1807885841-1807919982-1511531537=:7714" Cc: grenka@altlinux.org Subject: Re: [newbies] [#195123] EPERM ltrace.git=0.7.91.0.198.git82c6640-alt1 X-BeenThere: devel-newbies@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: "devel@ where you _can_ ask" List-Id: "devel@ where you _can_ ask" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Nov 2017 13:52:18 -0000 Archived-At: List-Archive: This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --1807885841-1807919982-1511531537=:7714 Content-Type: text/plain; format=flowed; charset=KOI8-R Content-Transfer-Encoding: 8BIT Попробовал на своей машине, оно не очень приятно падает в этом режиме: $ ltrace -x \* /bin/ls /var/empty/ .... <... check_match resumed> ) = { 18799, '\022', '\0', 13, 221008, 220 } <... do_lookup_x resumed> ) = 1 <... _dl_lookup_symbol_x resumed> ) = <... _dl_fixup resumed> ) = 140287210082128 getenv@libc.so.6("COLUMNS" strlen@libc.so.6("COLUMNS") = 7 <... getenv resumed> ) = nil ioctl( --- SIGSEGV (Segmentation fault) --- +++ killed by SIGSEGV +++ $ ltrace -x \* /bin/echo a .... <... check_match resumed> ) = { 20645, '"', '\0', 13, 471424, 151 } <... do_lookup_x resumed> ) = 1 <... _dl_lookup_symbol_x resumed> ) = <... _dl_fixup resumed> ) = 140342807331200 fputs_unlocked@libc.so.6(0x7fffa221149b, 0x7fa400007fa4, 45, 32 strlen@libc.so.6("a") = 1 --- SIGSEGV (Segmentation fault) --- +++ killed by SIGSEGV +++ $ rpm -q ltrace coreutils-debuginfo glibc-core-debuginfo ltrace-0.7.91.0.198.git82c6640-alt1.x86_64 coreutils-debuginfo-8.27.0.23.f4570-alt1.x86_64 glibc-core-debuginfo-2.25-alt3.x86_64 $ Думаю, если это бага upstream-а, то это не препятствие для попадания пакета в Sisyphus. Можно будет в bugzill-е зафиксировать её просто. Без debuginfo то же поведение. -- Best regards, Ivan --1807885841-1807919982-1511531537=:7714--