Unknown reporter writes

When indexing via the GUI, I got an undefined error. I tried reinstalling Recoll (including deleting the index), but that didn’t help. Tried building the index again using

#!

recollindex -z

Which after running for a while gave the following error:

#!

terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
Traceback (most recent call last):
  File "/usr/share/recoll/filters/rclzip", line 93, in <module >
    rclexecm.main(proto, extract)
  File "/usr/share/recoll/filters/rclexecm.py", line 158, in main
Aborted (core dumped)
    proto.mainloop(extract)
  File "/usr/share/recoll/filters/rclexecm.py", line 151, in mainloop
    self.processmessage(processor, params)
  File "/usr/share/recoll/filters/rclexecm.py", line 131, in processmessage
    self.answer(data, ipath, eof)
  File "/usr/share/recoll/filters/rclexecm.py", line 74, in answer
    sys.stdout.write(docdata)
IOError: [Errno 32] Broken pipe

Didn’t use to happen before.

medoc writes

Hi,

Thanks for reporting this, I will need to know the exact recoll and system software versions and, please generate a stack trace (I see that you have a core dump, it’s probably in /tmp):

medoc writes

Had an external contact with the reporting user, this is with 1.17, closing this until it can be reproduced with a more recent version.