Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading a compiled template crashes #8

Open
patrick-rotsaert opened this issue Jul 18, 2017 · 0 comments
Open

Loading a compiled template crashes #8

patrick-rotsaert opened this issue Jul 18, 2017 · 0 comments

Comments

@patrick-rotsaert
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant