LINUX.ORG.RU

nano Segmentation fault

 ,


0

0

привет, возникла проблема с текстовым едитором nano. до этого работал нормально, после обновления перестал и выдаёт такую ошибку:Segmentation fault

OC: OpenSuse Tumbleweed
архитектура процессора: x86_64


Ответ на: комментарий от tyamur

я же не бухгалтер что бы ломиться на форум не попробовав такие бональные вещи

SavOne
() автор топика
Ответ на: комментарий от EXL

GNU gdb (GDB; openSUSE Tumbleweed) 8.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type «show copying»
and «show warranty» for details.
This GDB was configured as «x86_64-suse-linux».
Type «show configuration» for configuration details.
For bug reporting instructions, please see:
<http://bugs.opensuse.org/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type «help».
Type «apropos word» to search for commands related to «word»...
Reading symbols from nano...Missing separate debuginfo for
/usr/bin/nano
Try: zypper install -C «debuginfo(build-id)=9406eb31333eb04a4dbc037ea5efbc3cca8de694»
(no debugging symbols found)...done.

SavOne
() автор топика
Ответ на: комментарий от EXL

извиняюсь за задержку слетело выделение, вот полный выхлоп

GNU gdb (GDB; openSUSE Tumbleweed) 8.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type «show copying»
and «show warranty» for details.
This GDB was configured as «x86_64-suse-linux».
Type «show configuration» for configuration details.
For bug reporting instructions, please see:
<http://bugs.opensuse.org/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type «help». Type «apropos word» to search for commands related to «word»...
Reading symbols from nano...Missing separate debuginfo for /usr/bin/nano
Try: zypper install -C «debuginfo(build-id)=9406eb31333eb04a4dbc037ea5efbc3cca8de694»
(no debugging symbols found)...done.
/home/atom/r: No such file or directory.
(gdb) r
Starting program: /usr/bin/nano
Missing separate debuginfo for /lib64/ld-linux-x86-64.so.2
Try: zypper install -C «debuginfo(build-id)=4f57958840fc5937f041452ad7c8ffe147253a04»
Missing separate debuginfo for /usr/lib64/libmagic.so.1
Try: zypper install -C «debuginfo(build-id)=75f0ff7ac703568da75837963ae4b7f62dda4a1e»
Missing separate debuginfo for /lib64/libncursesw.so.6
Try: zypper install -C «debuginfo(build-id)=d807229bd3c6f52baff85d0e48bed13baae6510e»
Missing separate debuginfo for /lib64/libtinfo.so.6
Try: zypper install -C «debuginfo(build-id)=fddee8e37464f8338897206f9d94a0c73d00fd3c»
Missing separate debuginfo for /lib64/libc.so.6
Try: zypper install -C «debuginfo(build-id)=a39bfe96f2b492f670b7953837d13e95278097fd»
Missing separate debuginfo for /lib64/libz.so.1
Try: zypper install -C «debuginfo(build-id)=03efd8f8ede34a7d96b8cfdea44e82fb861d9147»
Missing separate debuginfo for /lib64/libdl.so.2
Try: zypper install -C «debuginfo(build-id)=2fcd6521c5d0cafe3d359dbf5a402c43e15e3b8f»
Missing separate debuginfo for /lib64/libtinfow.so.6
Try: zypper install -C «debuginfo(build-id)=4c0bf40d676c499e1bfcfe15f26f1a43bd3fa23b»

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff799785d in ?? () from /lib64/libncursesw.so.6
(gdb) bt
#0 0x00007ffff799785d in ?? () from /lib64/libncursesw.so.6
#1 0x00007ffff799303b in newterm_sp () from /lib64/libncursesw.so.6
#2 0x00007ffff7993511 in newterm () from /lib64/libncursesw.so.6
#3 0x00007ffff798f0f6 in initscr () from /lib64/libncursesw.so.6
#4 0x0000555555559d96 in ?? ()
#5 0x00007ffff73b2a87 in __libc_start_main () from /lib64/libc.so.6
#6 0x000055555555a5aa in ?? ()

SavOne
() автор топика

Большое спасибо за тему! Не буду обновлять у себя, фух. Без nano я не представляю работу с Linux вообще.

Фух. Ждём фикса.

iljuase ★★★
()

решено

В офф репозиторие появилось обновление на libncurses6
Но возник вот такой конфликт:

Problem: libsmbldap0-4.6.7+git.49.562d44faa9d-1.3.x86_64 requires libsamba-debug-samba4.so(SAMBA_4.6.7_GIT.49.562D44FAA9DSUSE_OS13.3_X86_64)(64bit), but this requirement cannot be provided
deleted providers: samba-libs-4.6.7+git.49.562d44faa9d-1.3.x86_64
Solution 1: deinstallation of libsmbldap0-4.6.7+git.49.562d44faa9d-1.3.x86_64
Solution 2: architecture change of samba-client-4.6.7+git.49.562d44faa9d-1.3.x86_64 to samba-client-4.8.0+git.19.f53c6c0aa6f-1.1.i586
Solution 3: do not install libncurses6-6.1-4.1.x86_64
Solution 4: break libsmbldap0-4.6.7+git.49.562d44faa9d-1.3.x86_64 by ignoring some of its dependencies

После чего я выбрал 4 вариант, и оно нано заработал))
Спасибо всем кто участвовал в обсуждении

SavOne
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.