Am 11.03.23 um 13:31 schrieb José Matos:
On Sat, 2023-03-11 at 10:16 +0100, Wolfgang Engelmann wrote:
To whom should I report a 2.4.0 crash?
I use
Version 2.4.0-beta2 (Sonntag, 11. Dezember 2022)
Qt-Version (Laufzeit): 5.15.2 (Plattform: xcb)
Qt-Version (bei Erstellung): 5.15.2
OS-Version (bei Erstellung): Debian GNU/Linux 11 (bullseye)
Python-Aufruf: python3 -tt

and started the document with
   gdb lyx2.4.0
run

Symptom: The document was frozen, I got infos from the terminal which
I
could send on request

Wolfgang

What do you get when you "bt" that corresponds to backtrace.

where should I say bt?


Or it simply froze and there is no feedback?

yes, it was frozen, I had to stop the gdb

Best regards,

This I got in the terminal
and in the gdb

Wolfgang
>>>

insets/InsetCommandParams.cpp (278): InsetCommand: Incompatible command name Standard.
Warning: Befehl für Einfügung:
----------------------------------------
Inkompatibler Befehlsname.
[Thread 0x7fffc087d700 (LWP 5536) exited]
[Thread 0x7fff9f7fe700 (LWP 5535) exited]
[Thread 0x7fff9ffff700 (LWP 5534) exited]
[Thread 0x7fff9e7fc700 (LWP 5533) exited]
Empty filename passed to function
Empty filename passed to function

##
[Thread 0x7fff9ffff700 (LWP 5657) exited]

^C--Type <RET> for more, q to quit, c to continue without paging--c

Thread 1 "lyx2.4.0" received signal SIGINT, Interrupt.
futex_wait_cancelable (private=0, expected=0, futex_word=0x7fffffffd488) at ../sysdeps/nptl/f utex-internal.h:186 186 ../sysdeps/nptl/futex-internal.h: Datei oder Verzeichnis nicht gefunden.
(gdb)

##

.
(gdb) where
#0 futex_wait_cancelable (private=0, expected=0, futex_word=0x7fffffffd488)
   at ../sysdeps/nptl/futex-internal.h:186
#1  __pthread_cond_wait_common
   (abstime=0x0, clockid=0, mutex=0x55555633cc48, cond=0x7fffffffd460)
   at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x7fffffffd460, mutex=0x55555633cc48)
   at pthread_cond_wait.c:638
#3  0x00007ffff3ed9edf in  () at /usr/lib/x86_64-linux-gnu/libxcb.so.1
#4  0x00007ffff3edbd7f in  () at /usr/lib/x86_64-linux-gnu/libxcb.so.1
#5 0x00007ffff3edbe91 in xcb_wait_for_reply () at /usr/lib/x86_64-linux-gnu/libxcb.so.1
#6  0x00007ffff35c4eaa in QXcbConnection::sync() ()
   at /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#7 0x00007ffff35dbea3 in () at /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5 #8 0x00007ffff35dc2c0 in () at /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#9  0x00007ffff7499abe in QBackingStore::beginPaint(QRegion const&) ()
   at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#10 0x00007ffff79d36a2 in () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#11 0x00007ffff7a036d7 in QWidget::event(QEvent*) ()
   at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
--Type <RET> for more, q to quit, c to continue without paging--
##
]

^C--Type <RET> for more, q to quit, c to continue without paging--c

Thread 1 "lyx2.4.0" received signal SIGINT, Interrupt.
futex_wait_cancelable (private=0, expected=0, futex_word=0x7fffffffd488) at ../sysdeps/nptl/f utex-internal.h:186 186 ../sysdeps/nptl/futex-internal.h: Datei oder Verzeichnis nicht gefunden.
(gdb) where
#0 futex_wait_cancelable (private=0, expected=0, futex_word=0x7fffffffd488)
   at ../sysdeps/nptl/futex-internal.h:186
#1  __pthread_cond_wait_common
   (abstime=0x0, clockid=0, mutex=0x55555633cc48, cond=0x7fffffffd460)
   at pthread_cond_wait.c:508
#2  __pthread_cond_wait (cond=0x7fffffffd460, mutex=0x55555633cc48)
   at pthread_cond_wait.c:638
#3  0x00007ffff3ed9edf in  () at /usr/lib/x86_64-linux-gnu/libxcb.so.1
#4  0x00007ffff3edbd7f in  () at /usr/lib/x86_64-linux-gnu/libxcb.so.1
#5 0x00007ffff3edbe91 in xcb_wait_for_reply () at /usr/lib/x86_64-linux-gnu/libxcb.so.1
#6  0x00007ffff35c4eaa in QXcbConnection::sync() ()
   at /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#7 0x00007ffff35dbea3 in () at /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5 #8 0x00007ffff35dc2c0 in () at /usr/lib/x86_64-linux-gnu/libQt5XcbQpa.so.5
#9  0x00007ffff7499abe in QBackingStore::beginPaint(QRegion const&) ()
   at /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5
#10 0x00007ffff79d36a2 in () at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#11 0x00007ffff7a036d7 in QWidget::event(QEvent*) ()
   at /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
--Type <RET> for more, q to quit, c to continue without paging--c
#12 0x00007ffff79c315f in QApplicationPrivate::notify_helper(QObject*, QEvent*) () at /usr/li b/x86_64-linux-gnu/libQt5Widgets.so.5 #13 0x0000555555d984d9 in lyx::frontend::GuiApplication::notify(QObject*, QEvent*) (this=0x55 555631d390, receiver=<optimized out>, event=<optimized out>) at GuiApplication.cpp:2998 #14 0x00007ffff6efefca in QCoreApplication::notifyInternal2(QObject*, QEvent*) () at /usr/lib /x86_64-linux-gnu/libQt5Core.so.5 #15 0x00007ffff6f01a01 in QCoreApplicationPrivate::sendPostedEvents(QObject*, int, QThreadDat a*) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#16 0x00007ffff6f56e93 in  () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5
#17 0x00007ffff666be6b in g_main_context_dispatch () at /usr/lib/x86_64-linux-gnu/libglib-2.0 .so.0
#18 0x00007ffff666c118 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
#19 0x00007ffff666c1cf in g_main_context_iteration () at /usr/lib/x86_64-linux-gnu/libglib-2. 0.so.0 #20 0x00007ffff6f5651f in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEvent sFlag>) () at /usr/lib/x86_64-linux-gnu/libQt5Core.so.5 #21 0x00007ffff6efd98b in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () at /usr/ lib/x86_64-linux-gnu/libQt5Core.so.5 #22 0x00007ffff6f05c00 in QCoreApplication::exec() () at /usr/lib/x86_64-linux-gnu/libQt5Core .so.5 #23 0x00005555559eab4d in lyx::LyX::exec(int&, char**) (this=this@entry=0x7fffffffded0, argc=
@0x7fffffffdecc: 1, argv=<optimized out>) at LyX.cpp:397
#24 0x0000555555884637 in main(int, char**) (argc=<optimized out>, argv=<optimized out>) at m ain.cpp:55
(gdb)


--
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users

Reply via email to