Reply To: svn-1659 crashes when SB tries to access

#12551
thorstenhirsch
Participant

Still sqlite3 so far.

edit: maybe an strace output can help you…

Process 4504 attached - interrupt to quit
_newselect(8, [5 6 7], NULL, NULL, {4, 200000}) = 0 (Timeout)
gettimeofday({1191104269, 962564}, NULL) = 0
gettimeofday({1191104269, 965270}, NULL) = 0
_newselect(8, [5 6 7], NULL, NULL, {2, 884765}) = 0 (Timeout)
gettimeofday({1191104272, 852530}, NULL) = 0
sendto(7, "204164TUXI5local12001"..., 838, 0, {sa_family=AF_INET, sin_port=htons(5353), sin_addr=inet_addr("224.0.0.251")}, 16) = 838
gettimeofday({1191104272, 859943}, NULL) = 0
_newselect(8, [5 6 7], NULL, NULL, {0, 92773}) = 1 (in [7], left {0, 100000})
recvmsg(7, {msg_name(16)={sa_family=AF_INET, sin_port=htons(5353), sin_addr=inet_addr("192.168.0.7")}, msg_iov(1)=[{"204164TUXI5local12001"..., 8952}], msg_controllen=40, {cmsg_len=24, cmsg_level=SOL_IP, cmsg_type=, ...}, msg_flags=0}, 0) = 838
gettimeofday({1191104272, 870938}, NULL) = 0
gettimeofday({1191104272, 874055}, NULL) = 0
gettimeofday({1191104272, 876861}, NULL) = 0
_newselect(8, [5 6 7], NULL, NULL, {0, 76171}) = 0 (Timeout)
gettimeofday({1191104272, 952525}, NULL) = 0
gettimeofday({1191104272, 955222}, NULL) = 0
_newselect(8, [5 6 7], NULL, NULL, {4, 997070}) = 1 (in [5], left {4, 440000})
read(5, "3"..., 684) = 684
write(8, "1", 4) = 4
gettimeofday({1191104273, 520601}, NULL) = 0
gettimeofday({1191104273, 523297}, NULL) = 0
_newselect(8, [5 6 7], NULL, NULL, {4, 998046}) = 1 (in [5], left {1, 410000})
read(5, "3"..., 684) = 684
write(8, "1", 4) = 4
gettimeofday({1191104277, 124515}, NULL) = 0
gettimeofday({1191104277, 127040}, NULL) = 0
_newselect(8, [5 6 7], NULL, NULL, {4, 997070}) = 1 (in [5], left {2, 880000})
read(5, "", 684) = 0
time([1191104279]) = 1191104279
stat64(0x2b0b3cdc, 0x7fff63f0) = 0
stat64(0x2b0b3cdc, 0x7fff6358) = 0
stat64(0x2b0b3cdc, 0x7fff6358) = 0
getpid() = 4504
send(3, "Sep 29 17:17:59 mt-daapd[450"..., 94, MSG_NOSIGNAL) = 94
time(NULL) = 1191104279
write(4, "2007-09-29 17:17:59 (00004000): "..., 90) = 90
write(4, "2007-09-29 17:17:59: Abortingn", 30) = 30
write(2, "Rendezvous socket closed (daap s"..., 58) = 58
write(2, "Abortingn", 9) = 9
exit_group(1) = ?
Process 4504 detached

Another info: the webserver process always crashs after I visited the playlists. All other pages work w/o problems and even the playlist page is displayed correctly. But no matter which page I click next, the webserver is always down after the playlist page.