created with: doveadm -D -o mail_debug=yes index 2>&1 | tee https://www.lerctr.org/~ler/dovecot/doveadm.index.debug.out bt full for the above: https://www.lerctr.org/~ler/dovecot/doveadm.index.crash.bt.txt On Wed, Jan 2, 2019 at 2:11 AM Stephan Bosch <stephan at rename-it.nl> wrote:> > Op 01/01/2019 om 02:12 schreef Larry Rosenman: > > I got the following crash whilst looking at my logs and seeing some > > indexer-worker crashes. > > > > doveadm(ler): Panic: file http-client-request.c: line 1108 > > (http_client_request_send_more): assertion failed: (req->payload_input > > != NULL) > > Abort trap (core dumped) > > > > bt full at: > > https://www.lerctr.org/~ler/doveadm.index.crash.txt > > > > doveconf -n: > > https://www.lerctr.org/~ler/doveconf.n.txt > > > > 2.3.4 from FreeBSD ports. > > > > What else do you need? > > This may have something to do with the fact that you're using both Tika > and Solr. Is this something you can reproduce? It would be helpful to > have a debug log for the Tika and Solr HTTP exchange before the panic. > This can be obtained by having mail_debug=yes. > > Regards, > > > Stephan. > > > > > > > > > -- > > Larry Rosenman http://www.lerctr.org/~ler > > Phone: +1 214-642-9640 (c) E-Mail: larryrtx at gmail.com > > <mailto:larryrtx at gmail.com> > > US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106 >-- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 (c) E-Mail: larryrtx at gmail.com US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106 -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20190102/e58acbc6/attachment.html>
Oh, d'oh. I was looking for some solr debug logging in your output, but I didn't see much of it. Then I noticed that for some reason fts-solr has its own debug setting , while fts-tika uses mail_debug. Can you enable that as well? Regards, Stephan. Op 02/01/2019 om 14:41 schreef Larry Rosenman:> > created with: doveadm?-D -o mail_debug=yes index 2>&1 | tee > https://www.lerctr.org/~ler/dovecot/doveadm.index.debug.out > > bt full for the above: > https://www.lerctr.org/~ler/dovecot/doveadm.index.crash.bt.txt > > On Wed, Jan 2, 2019 at 2:11 AM Stephan Bosch <stephan at rename-it.nl > <mailto:stephan at rename-it.nl>> wrote: > > > Op 01/01/2019 om 02:12 schreef Larry Rosenman: > > I got the following crash whilst looking at my logs and seeing some > > indexer-worker crashes. > > > > doveadm(ler): Panic: file http-client-request.c: line 1108 > > (http_client_request_send_more): assertion failed: > (req->payload_input > > != NULL) > > Abort trap (core dumped) > > > > bt full at: > > https://www.lerctr.org/~ler/doveadm.index.crash.txt > > > > doveconf?-n: > > https://www.lerctr.org/~ler/doveconf.n.txt > > > > 2.3.4 from FreeBSD ports. > > > > What else do you need? > > This may have something to do with the fact that you're using both > Tika > and Solr. Is this something you can reproduce? It would be helpful to > have a debug log for the Tika and Solr HTTP exchange before the > panic. > This can be obtained by having mail_debug=yes. > > Regards, > > > Stephan. > > > > > > > > > -- > > Larry Rosenman http://www.lerctr.org/~ler > > Phone: +1 214-642-9640 (c) ? ? E-Mail: larryrtx at gmail.com > <mailto:larryrtx at gmail.com> > > <mailto:larryrtx at gmail.com <mailto:larryrtx at gmail.com>> > > US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106 > > > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 214-642-9640 (c) E-Mail: larryrtx at gmail.com > <mailto:larryrtx at gmail.com> > US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106
https://www.lerctr.org/~ler/dovecot/doveadm-index-fts-debug.txt https://www.lerctr.org/~ler/dovecot/doveadm-index-fts-bt.txt I wish there was a way to set plugins {fts_solr = <blah>} from the command line :( but I turned it on globally for that run. On Wed, Jan 2, 2019 at 3:40 PM Stephan Bosch <stephan at rename-it.nl> wrote:> Oh, d'oh. I was looking for some solr debug logging in your output, but > I didn't see much of it. Then I noticed that for some reason fts-solr > has its own debug setting , while fts-tika uses mail_debug. Can you > enable that as well? > > Regards, > > Stephan. > > Op 02/01/2019 om 14:41 schreef Larry Rosenman: > > > > created with: doveadm -D -o mail_debug=yes index 2>&1 | tee > > https://www.lerctr.org/~ler/dovecot/doveadm.index.debug.out > > > > bt full for the above: > > https://www.lerctr.org/~ler/dovecot/doveadm.index.crash.bt.txt > > > > On Wed, Jan 2, 2019 at 2:11 AM Stephan Bosch <stephan at rename-it.nl > > <mailto:stephan at rename-it.nl>> wrote: > > > > > > Op 01/01/2019 om 02:12 schreef Larry Rosenman: > > > I got the following crash whilst looking at my logs and seeing some > > > indexer-worker crashes. > > > > > > doveadm(ler): Panic: file http-client-request.c: line 1108 > > > (http_client_request_send_more): assertion failed: > > (req->payload_input > > > != NULL) > > > Abort trap (core dumped) > > > > > > bt full at: > > > https://www.lerctr.org/~ler/doveadm.index.crash.txt > > > > > > doveconf -n: > > > https://www.lerctr.org/~ler/doveconf.n.txt > > > > > > 2.3.4 from FreeBSD ports. > > > > > > What else do you need? > > > > This may have something to do with the fact that you're using both > > Tika > > and Solr. Is this something you can reproduce? It would be helpful to > > have a debug log for the Tika and Solr HTTP exchange before the > > panic. > > This can be obtained by having mail_debug=yes. > > > > Regards, > > > > > > Stephan. > > > > > > > > > > > > > > > -- > > > Larry Rosenman http://www.lerctr.org/~ler > > > Phone: +1 214-642-9640 (c) E-Mail: larryrtx at gmail.com > > <mailto:larryrtx at gmail.com> > > > <mailto:larryrtx at gmail.com <mailto:larryrtx at gmail.com>> > > > US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106 > > > > > > > > -- > > Larry Rosenman http://www.lerctr.org/~ler > > Phone: +1 214-642-9640 (c) E-Mail: larryrtx at gmail.com > > <mailto:larryrtx at gmail.com> > > US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106 >-- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 (c) E-Mail: larryrtx at gmail.com US Mail: 5708 Sabbia Dr, Round Rock, TX 78665-2106 -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20190102/4cd26343/attachment-0001.html>