On 06.12.2016 10:00, Aki Tuomi wrote:
On 06.12.2016 09:32, Toni Mattila wrote:
Hi,
On 05-Dec-16 20:28, Toni Mattila wrote:
Panicing stopped when all index files where deleted.
It happens again in same user account, so rebuilding indexes didn't
fix it.
#14 0x08058219 in cmd_search (cmd=0x85e1800) at cmd-search.c:42
ctx = 0x85e18e8
sargs = <value optimized out>
args = 0x85e4030
charset = 0x8070f89 "UTF-8"
ret = <value optimized out>
Cheers,
Toni Mattila
Hi!
Any chance to get the core file? Do you know what command was issued
on wire?
Aki
Alternatively if you could try and print the args array in cmd_search?
f 14
p args[0]
p args[1]
...
until NULL
Aki