Summary: | Skanlite crashed when I chose "color" to be "scan mode". | ||
---|---|---|---|
Product: | [Applications] Skanlite | Reporter: | Roke Julian Lockhart Beedell <4wy78uwh> |
Component: | general | Assignee: | Kåre Särs <kare.sars> |
Status: | REPORTED --- | ||
Severity: | crash | CC: | 4wy78uwh |
Priority: | NOR | Keywords: | drkonqi |
Version: | 22.04.1 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
New crash information added by DrKonqi
New crash information added by DrKonqi New crash information added by DrKonqi |
Description
Roke Julian Lockhart Beedell
2022-05-28 11:32:59 UTC
Created attachment 149756 [details]
New crash information added by DrKonqi
skanlite (22.04.1) using Qt 5.15.4
I attempted to switch the "Scan mode" to "Color".
-- Backtrace (Reduced):
#4 0x00007f14d9912645 in sane_epson2_control_option () from /usr/lib64/sane/libsane-epson2.so.1
#5 0x00007f14e6d77add in KSaneIface::KSaneBaseOption::writeData(void*) () from /lib64/libKF5Sane.so.5
#6 0x00007f14e6d78a6e in KSaneIface::KSaneListOption::setValue(QVariant const&) () from /lib64/libKF5Sane.so.5
#7 0x00007f14e55e1216 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt5Core.so.5
#8 0x00007f14e6d503b8 in KSaneIface::LabeledCombo::emitChangedValue(int) () from /lib64/libKF5Sane.so.5
Created attachment 149757 [details]
New crash information added by DrKonqi
skanlite (22.04.1) using Qt 5.15.4
I attempted to switch the "Scan mode" to "Color".
-- Backtrace (Reduced):
#4 0x00007f87e22786a0 in sane_epson2_control_option () from /usr/lib64/sane/libsane-epson2.so.1
#5 0x00007f87ef6ddadd in KSaneIface::KSaneBaseOption::writeData(void*) () from /lib64/libKF5Sane.so.5
#6 0x00007f87ef6dea6e in KSaneIface::KSaneListOption::setValue(QVariant const&) () from /lib64/libKF5Sane.so.5
#7 0x00007f87edf47216 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt5Core.so.5
#8 0x00007f87ef6b63b8 in KSaneIface::LabeledCombo::emitChangedValue(int) () from /lib64/libKF5Sane.so.5
Thanks for the report! Sorry for not answering earlier. I somehow have missed this report. :( It looks like it is crashing in the epson2 backend, but we need the debug symbols to be able to see exactly, where in there, it crashes. Can you install the debug package for the sane-backends (maybe sane-backends-libs-debuginfo? guessing as I do not have Fedora installed) Thanks, Kåre If what "http://reddit.com/comments/vdquh2/comment/icm40wf" explains is what "http://bugs.kde.org/show_bug.cgi?id=454531#c3" refers to, I shall hopefully be able to provide a useful crash-dump when the problem next occurs. Created attachment 149963 [details]
New crash information added by DrKonqi
skanlite (22.04.1) using Qt 5.15.4
I know what causes the problem, finally, although this explanation is very high-level. If I have connected Skanlite to my computer, but I cease operation of Skanlite and subsequently cease operation of its OS, when I reinitialize my computer and invoke Skanlite, when I instruct Skanlite to interact with the printer, it is unable to, because it does not know that the printer is available. This is demonstrated by how if I do not attempt to choose a different "Scan mode" and instead invoke the button whose label is "Reselect scanner device", my printer does not appear until I invoke the button that is within the consequently apparent window whose label is "Reload devices list".
-- Backtrace (Reduced):
#4 0x00007f476434f645 in setvalue (info=0x7ffe72d392a4, value=<optimized out>, option=<optimized out>, handle=0x55969aa66d50) at /usr/src/debug/sane-backends-1.1.1-5.fc37.x86_64/backend/epson2.c:1923
#5 sane_epson2_control_option (handle=0x55969aa66d50, option=<optimized out>, action=<optimized out>, value=<optimized out>, info=0x7ffe72d392a4) at /usr/src/debug/sane-backends-1.1.1-5.fc37.x86_64/backend/epson2.c:2034
#6 0x00007f476d7b5add in KSaneIface::KSaneBaseOption::writeData(void*) () from /lib64/libKF5Sane.so.5
#7 0x00007f476d7b6a6e in KSaneIface::KSaneListOption::setValue(QVariant const&) () from /lib64/libKF5Sane.so.5
#8 0x00007f476c01f216 in void doActivate<false>(QObject*, int, void**) () from /lib64/libQt5Core.so.5
|