Package Details: ricoh-sp150su-sane 1.0.22-1

Git Clone URL: https://aur.archlinux.org/ricoh-sp150su-sane.git (read-only, click to copy)
Package Base: ricoh-sp150su-sane
Description: SANE driver for Ricoh SP150SU series
Upstream URL: http://support.ricoh.com/bb/html/dr_ut_e/re1/model/sp150su/sp150su.htm
Licenses: custom
Submitter: aineko
Maintainer: aineko
Last Packager: aineko
Votes: 1
Popularity: 0.000000
First Submitted: 2018-12-23 15:34 (UTC)
Last Updated: 2018-12-23 15:34 (UTC)

Latest Comments

dreieck commented on 2023-09-15 11:12 (UTC)

Currently, having this package installed results in a Segmentation Fault of xsane.

gdb xsane, (gdb) run:

[...]
Thread 1 "xsane" received signal SIGSEGV, Segmentation fault.
0x00007fffcf81297b in NET_FindSnmpAgent () from /usr/lib/sane/libsane-alto.so.1

/usr/lib/sane/libsane-alto.so.1 belongs to the package ricoh-sp150su-sane.

A (gdb) bt (with partially available debugging symbols via debuginfod):

#0  0x00007fffd901297b in NET_FindSnmpAgent () at /usr/lib/sane/libsane-alto.so.1
#1  0x00007fffd9013067 in sane_alto_init () at /usr/lib/sane/libsane-alto.so.1
#2  0x00007ffff7f66910 in  () at /usr/lib/libsane.so.1
#3  0x00007ffff7f674b0 in sane_dll_get_devices () at /usr/lib/libsane.so.1
#4  0x00005555555befd7 in  ()
#5  0x000055555556e3de in  ()
#6  0x00007ffff7227cd0 in __libc_start_call_main (main=main@entry=0x55555556e0c0, argc=argc@entry=1, argv=argv@entry=0x7fffffffd998)
    at ../sysdeps/nptl/libc_start_call_main.h:58
#7  0x00007ffff7227d8a in __libc_start_main_impl
    (main=0x55555556e0c0, argc=1, argv=0x7fffffffd998, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffd988)
    at ../csu/libc-start.c:360
#8  0x000055555556e575 in  ()

Removing the package ricoh-sp150su-sane solves the xsane crash.

Regards!