[TYPO3] apache segmentation fault

Stano Paška stano.paska at gmail.com
Wed Nov 15 18:58:19 CET 2006


It parses recursively array keys data, sDEF, lDEF, what_to_display, vDEF
seg fault while returning.

On 11/15/06, Stano Paška <stano.paska at gmail.com> wrote:
> Hi,
>
> I have php 5.2.0 and typo3 4.0.2, tt_news 2.4.0
>
> In BE, when I edit existing tt_news plugin in content area, I had
> segmentation fault in apache logs.
>
> I found that this happen in generating flexform for tt_news plugin.
> typo3/alt_doc.php ...
> t3lib/..transferdata.php function fetchRecord, renderRecord, renderRecordRaw
> t3lib/..flexformtools.php function flexArray2xml and finally
> t3lib_div::array2xml
>
> it gets array, processes it and in deepest recursion (for my case 5)
> returns first output and segfault.
>
> Where can be problem?
>
> Thanks.
>
> Stano.
>
> P.S. I attach debug listing, I echo *** recursion *** at beginning of
> array2xml and last line of debug is before return $output at the end
> of function array2xml.
>
>
>



More information about the TYPO3-english mailing list