LINUX.ORG.RU

История изменений

Исправление Voland_1994, (текущая версия) :

Права на лог смотрел - мой user владелец, запись возможна (и как раз там где «faile’d», от рута, все работает). Подробного лога у программы нет (глянул ключи в man’e). Увы, но для отладки знаний у меня не хватает, а выдача strace не наводит ни на какие мысли:

Root:

..................
access("/usr/lib/qt/plugins/accessiblebridge/.", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/bin/accessiblebridge/.", F_OK) = -1 ENOENT (No such file or directory)
poll([{fd=5, events=POLLIN}], 1, 0)     = 1 ([{fd=5, revents=POLLIN}])
read(5, "+\0\0\0\0\0\0\0", 16)          = 8
inotify_init1(IN_CLOEXEC)               = 16
write(5, "\1\0\0\0\0\0\0\0", 8)         = 8
fcntl(16, F_SETFD, FD_CLOEXEC)          = 0
..................

User:

access("/usr/lib/qt/plugins/accessiblebridge/.", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/bin/accessiblebridge/.", F_OK) = -1 ENOENT (No such file or directory)
poll([{fd=6, events=POLLIN}, {fd=7, events=POLLIN}], 2, 0) = 2 ([{fd=6, revents=POLLIN}, {fd=7, revents=POLLIN}])
read(6, "2\0\0\0\0\0\0\0", 16)          = 8
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x55c10e3b6539} ---
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)

P.S. В логе дублирование экранного вывода

Исправление Voland_1994, :

Права на лог смотрел - мой user владелец, запись возможна (и как раз там где «faile’d», от рута, все работает). Подробного лога у программы нет (глянул ключи в man’e). Увы, но для отладки знаний у меня не хватает, а выдача strace не наводит ни на какие мысли:

Root:

..................
access("/usr/lib/qt/plugins/accessiblebridge/.", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/bin/accessiblebridge/.", F_OK) = -1 ENOENT (No such file or directory)
poll([{fd=5, events=POLLIN}], 1, 0)     = 1 ([{fd=5, revents=POLLIN}])
read(5, "+\0\0\0\0\0\0\0", 16)          = 8
inotify_init1(IN_CLOEXEC)               = 16
write(5, "\1\0\0\0\0\0\0\0", 8)         = 8
fcntl(16, F_SETFD, FD_CLOEXEC)          = 0
..................

User:

access("/usr/lib/qt/plugins/accessiblebridge/.", F_OK) = -1 ENOENT (No such file or directory)
access("/usr/bin/accessiblebridge/.", F_OK) = -1 ENOENT (No such file or directory)
poll([{fd=6, events=POLLIN}, {fd=7, events=POLLIN}], 2, 0) = 2 ([{fd=6, revents=POLLIN}, {fd=7, revents=POLLIN}])
read(6, "2\0\0\0\0\0\0\0", 16)          = 8
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x55c10e3b6539} ---
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)

Исходная версия Voland_1994, :

Права на лог смотрел - мой user владелец, запись возможна (и как раз там где «faile’d», от рута, все работает). Подробного лога у программы нет (глянул ключи в man’e). Увы, но для отладки знаний у меня не хватает, а выдача strace не наводит ни на какие мысли:

Root: [code] ……………… access(«/usr/lib/qt/plugins/accessiblebridge/.», F_OK) = -1 ENOENT (No such file or directory) access(«/usr/bin/accessiblebridge/.», F_OK) = -1 ENOENT (No such file or directory) poll([{fd=5, events=POLLIN}], 1, 0) = 1 ([{fd=5, revents=POLLIN}]) read(5, «+\0\0\0\0\0\0\0», 16) = 8 inotify_init1(IN_CLOEXEC) = 16 write(5, «\1\0\0\0\0\0\0\0», 8) = 8 fcntl(16, F_SETFD, FD_CLOEXEC) = 0 ……………… [/code]

User: [code] access(«/usr/lib/qt/plugins/accessiblebridge/.», F_OK) = -1 ENOENT (No such file or directory) access(«/usr/bin/accessiblebridge/.», F_OK) = -1 ENOENT (No such file or directory) poll([{fd=6, events=POLLIN}, {fd=7, events=POLLIN}], 2, 0) = 2 ([{fd=6, revents=POLLIN}, {fd=7, revents=POLLIN}]) read(6, «2\0\0\0\0\0\0\0», 16) = 8 — SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x55c10e3b6539} — +++ killed by SIGSEGV (core dumped) +++ Segmentation fault (core dumped) [/code]