Re: DocBook to PDF with xmlroff
Tim Waugh <[email protected]> Thu, 10 Mar 2005 18:22:39 +0000
| Newsgroups | gmane.text.xml.xmlroff.general |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Mar 10, 2005 at 04:49:06PM +0000, Tim Waugh wrote:
> That's what I tried to start with, and it gets me a segfault. :-)
Here's where it faults, by the way:
#0 0x080bd4da in fo_area_size_request_default (child=0xa62ac18)
at fo-area.c:1985
1985 while (return_child->next_part != child_original_next_part)
return_child is 0x0, child is 0xa62ac18 and child_original_next_part
is 0xa535e58.
Looks like it probably needs to be something like
while (return_child->next_part && return_child->next_part != ...)
Tim.
*/
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCMJBuHU/d4jnpWe0RAuJpAJ45lxf4BgYALLknRrU4BRzJwoWiSgCgh/nC Z1OuC4ZwvZXVdDxzkkMQoPE= =pPPv -----END PGP SIGNATURE-----