I think the patch is OK. I have no idea why it crashes.
Richard
On 09/11/2015 05:33 PM, Georg Baum wrote:
Jean-Marc Lasgouttes wrote:
The line of Paragraph.cpp which causes the crash reads:
tagsToOpen.push_back(html::FontTag(html::FT_ROMAN));
I do not see how this could go wrong... Is it
Jean-Marc Lasgouttes wrote:
> The line of Paragraph.cpp which causes the crash reads:
> tagsToOpen.push_back(html::FontTag(html::FT_ROMAN));
>
> I do not see how this could go wrong... Is it a problem to push_back a
> temp object in a container? Georg, any idea?
Actually it has something to do w
On Fri, Sep 11, 2015 at 06:26:41AM +, Guenter Milde wrote:
> On 2015-09-11, Scott Kostyshak wrote:
> > On Tue, Sep 08, 2015 at 07:16:52AM +, Guenter Milde wrote:
> >> On 2015-09-08, Scott Kostyshak wrote:
> >> > On Mon, Sep 7, 2015 at 9:57 PM, Enrico Forestieri wrote:
>
> ...
>
> >>S