ALT Linux Bugzilla
– Attachment 10462 Details for
Bug 42235
Сбой программы Kleopatra после действия "Заверить"
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
log_err
log_err (text/plain), 4.22 KB, created by
Tatyana Gagina
on 2022-03-24 15:38:33 MSK
(
hide
)
Description:
log_err
Filename:
MIME Type:
Creator:
Tatyana Gagina
Created:
2022-03-24 15:38:33 MSK
Size:
4.22 KB
patch
obsolete
> >$ gdb /usr/lib/kf5/bin/kleopatra >GNU gdb (GDB) 10.1-alt1 (ALT Sisyphus) >Copyright (C) 2020 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-alt-linux". >Type "show configuration" for configuration details. >For bug reporting instructions, please see: ><https://www.gnu.org/software/gdb/bugs/>. >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 /usr/lib/kf5/bin/kleopatra... >Reading symbols from /usr/lib/debug/usr/lib/kf5/bin/kleopatra.debug... >(gdb) run >Starting program: /usr/lib/kf5/bin/kleopatra >[Thread debugging using libthread_db enabled] >Using host libthread_db library "/lib64/libthread_db.so.1". >[New Thread 0x7ffff17dc640 (LWP 4421)] >Missing separate debuginfo for /usr/lib64/qt5/plugins/platformthemes/KDEPlasmaPlatformTheme.so >Try to install the hash file /usr/lib/debug/.build-id/71/217e3e8c12a8a3b910cb2703fca639a159a11e.debug >Missing separate debuginfo for /usr/lib64/libKF5KIOFileWidgets.so.5 >Try to install the hash file /usr/lib/debug/.build-id/75/42c6b260e80348c32a31ca3021f23732b1f20f.debug >Missing separate debuginfo for /usr/lib64/libKF5WaylandClient.so.5 >Try to install the hash file /usr/lib/debug/.build-id/05/7e08b2317fc93c4086b56b2215bcb785e925e5.debug >Missing separate debuginfo for /usr/lib64/libQt5QuickControls2.so.5 >Try to install the hash file /usr/lib/debug/.build-id/48/77bb25f4adff89118e0216a6dd480e774ad7cd.debug >Missing separate debuginfo for /usr/lib64/libKF5Bookmarks.so.5 >Try to install the hash file /usr/lib/debug/.build-id/17/70999fbf8d3d1398bdf371dda2836b28c1f57f.debug >^CMissing separate debuginfo for /usr/lib64/libQt5QuickTemplates2.so.5 >Try to install the hash file /usr/lib/debug/.build-id/ce/cedaf938fe27de48509ae387045b4a47ae3e67.debug > >Thread 2 "QXcbEventQueue" received signal SIGINT, Interrupt. >[Switching to Thread 0x7ffff17dc640 (LWP 4421)] >0x00007ffff5c6a8df in __GI___poll (fds=fds@entry=0x7ffff17dba88, nfds=nfds@entry=1, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 >29 return SYSCALL_CANCEL (poll, fds, nfds, timeout); > > return SYSCALL_CANCEL (poll, fds, nfds, timeout); >(gdb) backtrace >#0 0x00007ffff5c6a8df in __GI___poll (fds=fds@entry=0x7ffff17dba88, nfds=nfds@entry=1, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 >#1 0x00007ffff558ad02 in poll (__timeout=-1, __nfds=1, __fds=0x7ffff17dba88) at /usr/include/bits/poll2.h:46 >#2 _xcb_conn_wait (c=c@entry=0x5555559b8620, cond=cond@entry=0x5555559b8660, vector=vector@entry=0x0, count=count@entry=0x0) at xcb_conn.c:480 >#3 0x00007ffff558d04a in xcb_wait_for_event (c=c@entry=0x5555559b8620) at xcb_in.c:697 >#4 0x00007ffff19291a0 in QXcbEventQueue::run (this=0x5555559ab400) at qxcbeventqueue.cpp:228 >#5 0x00007ffff60aea5f in QThreadPrivate::start (arg=0x5555559ab400) at thread/qthread_unix.cpp:331 >#6 0x00007ffff7a49eae in start_thread (arg=0x7ffff17dc640) at pthread_create.c:463 >#7 0x00007ffff5c7589f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 > return SYSCALL_CANCEL (poll, fds, nfds, timeout); > > (gdb) backtrace >#0 0x00007ffff5c6a8df in __GI___poll (fds=fds@entry=0x7ffff17dba88, nfds=nfds@entry=1, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 >#1 0x00007ffff558ad02 in poll (__timeout=-1, __nfds=1, __fds=0x7ffff17dba88) at /usr/include/bits/poll2.h:46 >#2 _xcb_conn_wait (c=c@entry=0x5555559b8620, cond=cond@entry=0x5555559b8660, vector=vector@entry=0x0, count=count@entry=0x0) at xcb_conn.c:480 >#3 0x00007ffff558d04a in xcb_wait_for_event (c=c@entry=0x5555559b8620) at xcb_in.c:697 >#4 0x00007ffff19291a0 in QXcbEventQueue::run (this=0x5555559ab400) at qxcbeventqueue.cpp:228 >#5 0x00007ffff60aea5f in QThreadPrivate::start (arg=0x5555559ab400) at thread/qthread_unix.cpp:331 >#6 0x00007ffff7a49eae in start_thread (arg=0x7ffff17dc640) at pthread_create.c:463 >#7 0x00007ffff5c7589f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 42235
:
10458
|
10459
|
10460
| 10462 |
10463