Cool. The most common bugs I've seen are from the config parser, which
should be relatively self-contained. Since I've had some (little) exposure
to bison, perhaps I'll look at tackling some of those.

Ps. Are you aware that the following doesn't work?

Group somegroup #end of line comment

That one tripped me up today.

On Thursday, 21 August 2014, Botond Botyanszki <b...@nxlog.org> wrote:

> Hi Cameron,
>
> That'd be awesome. For now it's only the source tarball that you'd need
> to create and send the patches for. If the number of contributions would
> indicate the need, we will set up a public git repo.
>
> Thanks,
> Botond
>
> On Tue, 19 Aug 2014 20:02:56 +1200
> Cameron Kerr <cameron.kerr...@gmail.com <javascript:;>> wrote:
>
> > Thanks for the confirmation, Botond.
> >
> > BTW, is there a public repository I can use? I have a significant
> > amount of experience with C, and would like to be able to contribute
> > occasional patches (as sparse time allows).
> >
> > --
> > Cameron Kerr <cameron.kerr...@gmail.com <javascript:;>>
> > See my blog at http://distracted-it.blogspot.co.nz/  (previously
> > http://humbledown.org/)
> > Skype me on cameron.kerr.nz
> >
> >
> >
> > On 19 August 2014 03:02, Botond Botyanszki <b...@nxlog.org
> <javascript:;>> wrote:
> >
> > > Hi,
> > >
> > > On Sat, 16 Aug 2014 02:27:38 +1200
> > > Cameron Kerr <cameron.kerr...@gmail.com <javascript:;>> wrote:
> > >
> > > > Therefore, it seems that the number 260000 is significant (probably
> > > > the size of some buffer), and the bug lies in the management of the
> > > > buffer
> > > when
> > > > it has reached the end of the buffer, and finds the start of a new
> > > message
> > > > (the rest of which has yet to be written into the buffer).
> > >
> > > The buffer size is 65000 so you are right. I could reproduce the
> > > issue by creating an input file where the line terminator lies at the
> > > buffer boundary. This issue is only present with CRLF when CR is the
> > > last byte in the buffer and LF is read in the next.
> > >
> > > Until a fix is available you could use this workaround:
> > >  Exec  if size($raw_event) == 0 drop();
> > >
> > > Thanks for taking the time to chase this.
> > >
> > > Regards,
> > > Botond
> > >
> > >
> > >
> ------------------------------------------------------------------------------
> > > _______________________________________________
> > > nxlog-ce-users mailing list
> > > nxlog-ce-users@lists.sourceforge.net <javascript:;>
> > > https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users
> > >
>


-- 
-- 
Cameron Kerr <cameron.kerr...@gmail.com>
See my blog at http://distracted-it.blogspot.co.nz/  (previously
http://humbledown.org/)
Skype me on cameron.kerr.nz
------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
nxlog-ce-users mailing list
nxlog-ce-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users

Reply via email to