[pd :wrte:ERR /0: scc_r_in:04/28/2012 14:27:58] short write on save file scc_r_in.in.idx
This process was picking up messages from a file and sending them to an application. The errors database is completely clean for the site and the recovery database shows 945 messages that are in state 2.
$ hcidbdump -e
C
l T
a y F
s p w
Created Message Id s e d Prio State Length Source Dest
——– ————– – – – —- —– —— ————— —————
Done. No messages found to select.
$ hcidbdump -r p
Processed 945 messages.
Done.
$ hcidbdump -r | awk ‘{ print $7 }’ | sort | uniq -c
6
1 —–
945 2
1 Prio
I also see a core file (core.3589) being produced but not sure what I need to do with it. I tried bringing the process back up and it seemed Ok at first but then the process then died again. This time I do see in hciprocstatus “Terminated by signal 25”. I dont think I saw anything like that last time around in hciprocstatus but this time around as well, another coredump was produced (core.4662).