Re: Segmentation Fault in LoggerLayoutHtmlTest

2009-05-22 Thread Christian Grobmeier
Hi, I found it. After the Layout has run, the LoggerNDC array is empty. This leads on the one php version to "undefined index", on the other to "segmentation fault". However, I'll commit a fix. Christian On Wed, May 20, 2009 at 8:07 AM, Christian Grobmeier wrote: > Hi all, > > i wrote LoggerLayou

Segmentation Fault in LoggerLayoutHtmlTest

2009-05-19 Thread Christian Grobmeier
Hi all, i wrote LoggerLayoutHtmlTest. If you look at it, I have the first testcase x-ed out. The follow up testcase is quite the same, just with another LogLevel. If i let both cases run together, a SegmentationFault appears. I am confused why - I thought its cause of the strange LoggerLevel impl