Skip to content

Instantly share code, notes, and snippets.

@kuraga
Created September 9, 2022 16:08
Show Gist options
  • Save kuraga/c30e92450488dc974bf8626a2e8e01fa to your computer and use it in GitHub Desktop.
Save kuraga/c30e92450488dc974bf8626a2e8e01fa to your computer and use it in GitHub Desktop.
$ gdb epsonscan2
GNU gdb (Gentoo 11.2 vanilla) 11.2
Copyright (C) 2022 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-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://bugs.gentoo.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 epsonscan2...
(No debugging symbols found in epsonscan2)
(gdb) r
Starting program: /usr/bin/epsonscan2
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[New Thread 0x7ffff3763640 (LWP 2105)]
[New Thread 0x7ffff2c64640 (LWP 2106)]
[New Thread 0x7ffff20d0640 (LWP 2107)]
[New Thread 0x7ffff18cf640 (LWP 2108)]
[New Thread 0x7ffff10ce640 (LWP 2109)]
[New Thread 0x7ffff08cd640 (LWP 2110)]
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
[New Thread 0x7fffdbdb9640 (LWP 2111)]
[New Thread 0x7fffdbdb9640 (LWP 2112)]
[Thread 0x7fffdbdb9640 (LWP 2111) exited]
[Detaching after vfork from child process 2113]
[Detaching after vfork from child process 2115]
[New Thread 0x7fffd9af3640 (LWP 2117)]
[New Thread 0x7fffd92f2640 (LWP 2118)]
[New Thread 0x7fffd8af1640 (LWP 2119)]
[New Thread 0x7fffc950a640 (LWP 2120)]
[Thread 0x7fffdbdb9640 (LWP 2112) exited]
qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 688, resource id: 21306403, major code: 40 (TranslateCoords), minor code: 0
Thread 1 "epsonscan2" received signal SIGSEGV, Segmentation fault.
0x00005555555da1ed in Document_Size::create_list(SCANPARA) ()
(gdb) bt
#0 0x00005555555da1ed in Document_Size::create_list(SCANPARA) ()
#1 0x00005555555dd9c5 in Document_Size::update_ui(SCANPARA, int) ()
#2 0x00005555555c38f0 in MainWindow::updateUI() ()
#3 0x00005555555c7cfe in MainWindow::MarqueeCreated(bool, QRect) ()
#4 0x00005555555c7d67 in MainWindow::CloseWindow() ()
#5 0x00005555555c8559 in MainWindow::showEvent(QShowEvent*) ()
#6 0x00007ffff7a1fa8e in QWidget::event(QEvent*) () from /usr/lib64/libQt5Widgets.so.5
#7 0x00007ffff79dd79f in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib64/libQt5Widgets.so.5
#8 0x00007ffff6fa5938 in QCoreApplication::notifyInternal2(QObject*, QEvent*) () from /usr/lib64/libQt5Core.so.5
#9 0x00007ffff7a1c433 in QWidgetPrivate::show_helper() () from /usr/lib64/libQt5Widgets.so.5
#10 0x00007ffff7a1f593 in QWidgetPrivate::setVisible(bool) () from /usr/lib64/libQt5Widgets.so.5
#11 0x00005555555bb6ea in main ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment