<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - journalctl skips first entry after reboot in certain scenario"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=63672#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - journalctl skips first entry after reboot in certain scenario"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=63672">bug 63672</a>
              from <span class="vcard"><a class="email" href="mailto:marius.vollmer@redhat.com" title="Marius Vollmer <marius.vollmer@redhat.com>"> <span class="fn">Marius Vollmer</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=63672#c3">comment #3</a>)

<span class="quote">> > Anyway, I'll commit your fix for now, given that O(log(n)) isn't so much
> > worse than O(1), and I want to get a new release out, but I will leave this
> > bug open, to look into this, add a comment about this and add a TODO item,
> > so I really won't forget...

> Please consider whether this breaks the overlapping files scenario...  I'll
> try to make another patch as outlined above.</span >

Here is a small test program for this bug.  It also tests interleaved files,
and they are broken without the patch and fixed with it.  It is, of course,
exactly as you say: setting current_offset to zero just triggers a search for
the right location, it doesn't rewind the file back to its start.  Sorry for
getting confused there a bit.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>