Re: sizebasedrollingtest failure

2016-07-07 Thread Thorsten Schöning
Guten Tag Robert Middleton, am Freitag, 8. Juli 2016 um 04:43 schrieben Sie: > Here's a quick patch for it.  Note that if 'zip' fails, the only > thing that will be printed out is log4cxx: Exception during rollover. Thanks, applied and in my mind we can live with that. We can't know which zip uti

Re: sizebasedrollingtest failure

2016-07-07 Thread Robert Middleton
This is the specific line in APR that causes the exit value to be -1 : https://github.com/apache/apr/blob/42fa31d7219e9371771a1549e3c63c68f74a1540/threadproc/unix/proc.c#L592 When the apr_proc_t is created in log4cxx, it is set to be APR_PROGRAM_PATH, which in APR will call execvp(). Since 'zip'

Re: sizebasedrollingtest failure

2016-07-07 Thread Thorsten Schöning
Guten Tag Robert Middleton, am Donnerstag, 7. Juli 2016 um 15:26 schrieben Sie: > I have figured out why this test is failing on my machine, I don't > have the 'zip' utility installed by default. Good to hear it was that simple. ;-) > Due to how APR works as well, we get back an exit code of 255