Reply To: 1696 on SuSE: Crash after ~45 min

#17084
Anonymous
Inactive

Thanks for the response.

Sqlite2 ?? I’m note quite sure where you saw that but this is what LDD sees:
l

dd `which mt-daapd`
linux-gate.so.1 => (0xffffe000)
libdl.so.2 => /lib/libdl.so.2 (0xb7f87000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7f6f000)
libid3tag.so.0 => /usr/local/lib/libid3tag.so.0 (0xb7f5e000)
libz.so.1 => /lib/libz.so.1 (0xb7f4b000)
libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0xb7ef0000)
libc.so.6 => /lib/libc.so.6 (0xb7dc2000)
/lib/ld-linux.so.2 (0xb7fbb000)

grep db_ /etc/mt-daapd.conf
# db_type (required)
db_type = sqlite3
# db_parms
db_parms = /usr/var/cache/mt-daapd

file /usr/var/cache/mt-daapd/*
/usr/var/cache/mt-daapd/songs3.db: SQLite database (Version 3)

I’m trying with Debug=9 to see what is happening to the system when the server dies.

Any other suggestions ?

/S