Skip to content

Loading a compiled template crashes #8

@patrick-rotsaert

Description

@patrick-rotsaert

template.docx

DocxFactory::WordProcessingCompiler& compiler = DocxFactory::WordProcessingCompiler::getInstance();
compiler.compile("template.docx", "template.dfw");
DocxFactory::WordProcessingMerger& merger = DocxFactory::WordProcessingMerger::getInstance();
merger.load("template.dfw"); // SEGFAULT

Seems to happen when the template contains a text box and if that text box contains an item with a field in it.
Crashes on both windows and linux.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions