Summary: | SIGSEGV | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Sisyphus | Reporter: | ildar <ildar> | ||||||||
Component: | apt | Assignee: | Ivan Zakharyaschev <imz> | ||||||||
Status: | NEW --- | QA Contact: | qa-sisyphus | ||||||||
Severity: | minor | ||||||||||
Priority: | P3 | CC: | boyarsh, glebfm, imz, ldv, mike, placeholder | ||||||||
Version: | unstable | ||||||||||
Hardware: | all | ||||||||||
OS: | Linux | ||||||||||
Attachments: |
|
Description
ildar
2009-04-30 09:17:01 MSD
Created attachment 3498 [details]
strace
Created attachment 3499 [details]
использованный файл get-i586.list
Created attachment 3500 [details] strace поменьше Вот пример попроще: gdb run -o "Dir::Etc::sourceparts=''" -o "Dir::Etc::sourcelist=/etc/apt/sources.list.d/local.list" install tex-common ... The following packages will be upgraded tex-common 1 upgraded, 0 newly installed, 0 removed and 253 not upgraded. Need to get 0B/4254B of archives. After unpacking 988B of additional disk space will be used. ---Type <return> to continue, or q <return> to quit--- Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1214957872 (LWP 25511)] 0xb7b7c3cc in Fileno () from /usr/lib/librpmio-4.0.4.so (gdb) bt #0 0xb7b7c3cc in Fileno () from /usr/lib/librpmio-4.0.4.so #1 0xb7bcf601 in pthread_cancel () from /usr/lib/librpm-4.0.4.so #2 0x00000000 in ?? () проблема обнаружена: причиной SIGSEGV оказалось rpm -Uvh /mnt/nfs/heap/software/ALTLinux/i586/tex-common_0.2-alt2_noarch.rpm error: open of /mnt/nfs/heap/software/ALTLinux/i586/tex-common_0.2-alt2_noarch.rpm failed: Permission denied Для рута это нетипично, но всё равно ошибка. Исправил на minor |