The crash happens at line 872 in xo-print.c:

g_string_append_len(pdfbuf, fontdata, len);

Examining the value of len with gdb prior to this call shows
140733193391464. But it's difficult to trace why, since len is optimised
away earlier in the code.  If I compile with '-g' or with '-O0' it
works. So I guess I'll use '-O0' for now...

-- 
xournal crashes on "save as pdf" if text input has been used when annotating a 
pdf
https://bugs.launchpad.net/bugs/474468
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to