On Jun 25, 12:23 pm, Goldenlocks <
thomasguill...@gmail.com> wrote:
> I'm not sure, but the problem could be an infinite recursive call...
> Hum, not exactly recursive, because there is 2 functions :D
It could be that two functions that are stuck in a loop calling each
other. I think it's worth looking into this more. I was able to create
a page that causes the same behavior and I'm running into the problem
in the upcoming release as well.
> As far as I have been able to go, the problem is located in
> Cellmap::add_frame, at the line 467 ( call to get_min_max_width() )
>
> I can't identify precisely the parent class of get_min_max_width(),
> but I think it's Table_Frame_Reflower. And
> Table_Frame_Reflower::get_min_max_width() calls Cellmap::add_frame...
This will hopefully get us started. Between this and how DOMPDF on
linux behaves (apache does not crash, but still errors out) maybe
we'll be able to track down the issue.
Unfortunately, I don't really have any ideas on how to work around at
this time.
-b