Displaying 4 results from an estimated 4 matches for "eklitzke".
2018 Sep 27
3
doveadm backup abort in imapc-client.c
...ot 2.2.36 and I am trying to use doveadm backup to
migrate email from Gmail to Dovecot. When I run doveadm backup, it goes
for a while and then eventually hits an assertion error (I've tried this
a few times now and it happens reliably).
The assertion failure looks like this:
dsync(evan at eklitzke.org): Panic: file imapc-client.c: line 179
(imapc_client_run_pre): assertion failed: (client->ioloop == NULL)
The last few lines of log output before the crash look like this:
https://gist.github.com/eklitzke/9a0dd77c44a6ee33e812f85d5773c24c
The GDB backtrace when the program panics looks li...
2018 Sep 27
0
doveadm backup abort in imapc-client.c
"Reliably" means what exactly?
- At progress of 66%?
- after e.g. 9611 Mails?
- whenever a specific Mail is touched?
Von unterwegs gesendet
> Am 27.09.2018 um 20:52 schrieb Evan Klitzke <evan at eklitzke.org>:
>
> I am using Dovecot 2.2.36 and I am trying to use doveadm backup to migrate email from Gmail to Dovecot. When I run doveadm backup, it goes for a while and then eventually hits an assertion error (I've tried this a few times now and it happens reliably).
>
> The assert...
2009 Sep 15
1
R Memory Usage Concerns
...for line in open(fname, 'r'):
s, t, e = line.strip().split(' ')
servlets.append(s)
timestamps.append(float(t))
elapsed.append(float(e))
show_mem()
if __name__ == '__main__':
show_mem()
read_data('/home/evan/20090708.tab')
--
Evan Klitzke <evan at eklitzke.org> :wq
2023 Aug 31
2
[PATCH nbdkit] sh: In pwrite, allow scripts to ignore stdin
See comment for explanation and
https://listman.redhat.com/archives/libguestfs/2023-August/032468.html
---
tests/Makefile.am | 2 +
plugins/sh/call.c | 33 +++++++-----
tests/test-sh-pwrite-ignore-stdin.sh | 77 ++++++++++++++++++++++++++++
3 files changed, 100 insertions(+), 12 deletions(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index