I try to use saned to connect an USB-Scanner. But if i try scanimage -L from a remote host, saned crashes with following output:

stat64(0x777b8d54, 0x7fbe37d0)          = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP) = 3
connect(3, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("127.0.0.1")}, 28) = 0
send(3, "\0\3\1\0\0\1\0\0\0\0\0\0\5sdgw2\0\0\1\0\1", 23, 0) = 23
poll([{fd=3, events=POLLIN}], 1, 5000)  = 1 ([{fd=3, revents=POLLIN}])
recv(3, "\0\3\201\200\0\1\0\0\0\0\0\0\5sdgw2\0\0\1\0\1", 512, MSG_DONTWAIT) = 23
close(3)                                = 0
write(2, "[saned] ", 8[saned] )                 = 8
write(2, "check_host: getaddrinfo for loca"..., 51check_host: getaddrinfo for local hostname failed: ) = 51
write(2, "Name or service not known", 25Name or service not known) = 25
write(2, "\n", 1
)                       = 1
open("/etc/hosts.equiv", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("./saned.conf", O_RDONLY)          = -1 ENOENT (No such file or directory)
open("/etc/sane.d/saned.conf", O_RDONLY) = 3
ioctl(3, TIOCNXCL, 0x7fbe3600)          = -1 ENOTTY (Inappropriate ioctl for device)
read(3, "# saned.conf\n# Configuration for"..., 4096) = 1084
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Segmentation fault