<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>I've just reproduced this myself, core dump is in <a href="https://github.com/cyrusimap/cyrus-imapd/issues/2080">https://github.com/cyrusimap/cyrus-imapd/issues/2080</a><br></div>
<div><br></div>
<div>Looks like it affects master branch too.  Looking into it now...<br></div>
<div><br></div>
<div>Cheers,<br></div>
<div><br></div>
<div>ellie<br></div>
<div><br></div>
<div>On Tue, Aug 8, 2017, at 09:08 AM, Bron Gondwana wrote:<br></div>
<blockquote type="cite"><div style="font-family:Arial;">The strace brings it down to a pretty small block of code:<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">    printf("  <nextuid>%u</nextuid>\n", state->mailbox->i.last_uid + 1);<br></div>
<div style="font-family:Arial;">    printf("\n");<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">    memset(&searchargs, 0, sizeof(struct searchargs));<br></div>
<div style="font-family:Arial;">    searchargs.root = search_expr_new(NULL, SEOP_TRUE);<br></div>
<div style="font-family:Arial;">    numuids = index_getuidsequence(state, &searchargs, &uids);<br></div>
<div style="font-family:Arial;">    print_seq("uidlist", NULL, uids, numuids);<br></div>
<div style="font-family:Arial;">    printf("\n");<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">    printf("  <flags>\n");<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">...<br></div>
<div style="font-family:Arial;"><br></div>
<div style="font-family:Arial;">It should be enough to see what's happening!  Is there a github bug yet?<br></div>
<div><br></div>
<div><br></div>
<div>On Tue, 8 Aug 2017, at 01:49, Stephan Lauffer wrote:<br></div>
<blockquote type="cite"><div>Hello!<br></div>
<div><br></div>
<div>Attached is a "strace -f" and a coredump of the command "cyrdump<br></div>
<div>user.testrode01fr"<br></div>
<div><br></div>
<div>Atm the binaries are not compiled with further debuginfo.<br></div>
<div><br></div>
<div>Are you interested in more informations..? Should I add debug symbols?<br></div>
<p>Email had 3 attachments:<br></p><ul><li><div style="font-family:Arial;"><code>cyrdump.strace</code><br></div>
<div style="font-family:Arial;">  37k (text/plain)<br></div>
</li><li><div style="font-family:Arial;"><code>core.cyrdump.96.04e7dc5004dd42359a9839caf478dd6f.2194.1502120241000000.xz</code><br></div>
<div style="font-family:Arial;">  219k (application/x-xz)<br></div>
</li><li><div style="font-family:Arial;"><code>smime.p7s</code><br></div>
<div style="font-family:Arial;">  7k (application/pkcs7-signature)<br></div>
</li></ul></blockquote><div style="font-family:Arial;"><br></div>
<div><div>--<br></div>
<div>  Bron Gondwana, CEO, FastMail Pty Ltd<br></div>
<div>  brong@fastmailteam.com<br></div>
<div><br></div>
</div>
<div style="font-family:Arial;"><br></div>
</blockquote><div><br></div>
</body>
</html>