Re: keent() from Tika - with doveadm

2016-10-23 Thread Aki Tuomi
Ok so that timeval makes no sense. We'll look into it. Aki > On October 24, 2016 at 12:22 AM Larry Rosenman wrote: > > > doveadm(mrm): Debug: http-client: conn 127.0.0.1:9998 [1]: Got 200 response > for request [Req38: PUT http://localhost:9998/tika/] (took 296 ms + 8 ms in > queue) > doveadm

Re: keent() from Tika - with doveadm

2016-10-23 Thread Larry Rosenman
doveadm(mrm): Debug: http-client: conn 127.0.0.1:9998 [1]: Got 200 response for request [Req38: PUT http://localhost:9998/tika/] (took 296 ms + 8 ms in queue) doveadm(mrm): Panic: kevent(): Invalid argument Program received signal SIGABRT, Aborted. 0x0008014e6f7a in thr_kill () from /lib/libc.

Re: keent() from Tika - with doveadm

2016-10-23 Thread Aki Tuomi
According to man page, the only way it can return EINVAL (22) is either bad filter, or bad timeout. I can't see how the filter would be bad, so I'm guessing ts must be bad. Unfortunately I forgot to ask for it, so I am going to have to ask you run it again and run p ts if that's valid, then th

Re: keent() from Tika - with doveadm

2016-10-23 Thread Larry Rosenman
ok, gdb7 works: (gdb) fr 6 #6 0x0008011a3e49 in io_loop_handler_run_internal (ioloop=0x801c214e0) at ioloop-kqueue.c:131 131 i_panic("kevent(): %m"); (gdb) p errno $1 = 22 (gdb) p ret $2 = -1 (gdb) p *ioloop $3 = {prev = 0x801c21080, cur_ctx = 0x0, io_files = 0x801c4f980, next_io_file = 0x0, t

Re: keent() from Tika - with doveadm

2016-10-23 Thread Larry Rosenman
grrr. /home/mrm $ gdb /usr/local/bin/doveadm GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see t

Re: keent() from Tika - with doveadm

2016-10-23 Thread Aki Tuomi
Hi, can you run doveadm in gdb, wait for it to crash, and then go to frame 6 ( io_loop_handler_run_internal) and run p errno p ret p *ioloop p *ctx p *events Sorry but the crash doesn't make enough sense yet to me, we need to determine what the invalid parameter is. > Larry Rosenman

Re: keent() from Tika - with doveadm

2016-10-23 Thread Larry Rosenman
I can try. -- give me a bit. On Sun, Oct 23, 2016 at 10:36 AM, Aki Tuomi wrote: > Can you install debug symbols in FreeBSD? > > Aki > > > On October 23, 2016 at 6:29 PM Larry Rosenman > wrote: > > > > > > $ gdb /usr/local/bin/doveadm `pwd`/doveadm.core > > GNU gdb 6.1.1 [FreeBSD] > > Copyrig

Re: keent() from Tika - with doveadm

2016-10-23 Thread Aki Tuomi
Can you install debug symbols in FreeBSD? Aki > On October 23, 2016 at 6:29 PM Larry Rosenman wrote: > > > $ gdb /usr/local/bin/doveadm `pwd`/doveadm.core > GNU gdb 6.1.1 [FreeBSD] > Copyright 2004 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License

Re: keent() from Tika - with doveadm

2016-10-23 Thread Larry Rosenman
$ gdb /usr/local/bin/doveadm `pwd`/doveadm.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see

Re: keent() from Tika - with doveadm

2016-10-23 Thread Aki Tuomi
gdb full backtrace would be nice... gdb /path/to/bin /path/to/core bt full Aki > On October 23, 2016 at 5:39 PM Larry Rosenman wrote: > > > doveconf -n attached, what else do you need? > > > > On Sun, Oct 23, 2016 at 3:19 AM, Aki Tuomi wrote: > > > Please see http://dovecot.org/bugreport

Re: keent() from Tika - with doveadm

2016-10-23 Thread Larry Rosenman
doveconf -n attached, what else do you need? On Sun, Oct 23, 2016 at 3:19 AM, Aki Tuomi wrote: > Please see http://dovecot.org/bugreport.html > > Aki > > > On October 23, 2016 at 2:32 AM larryrtx wrote: > > > > > > Any news Ali? > > > > > > Sent from my Sprint Samsung Galaxy S7. > >

Re: keent() from Tika - with doveadm

2016-10-23 Thread Aki Tuomi
Please see http://dovecot.org/bugreport.html Aki > On October 23, 2016 at 2:32 AM larryrtx wrote: > > > Any news Ali? > > > Sent from my Sprint Samsung Galaxy S7. > Original message From: Larry Rosenman > Date: 10/21/16 12:27 PM (GMT-06:00) To: Aki Tuomi > Cc: Doveco