Re: [NTG-pdftex] fix for bugs #481--483
Hi,
I can't reproduce the crash with the latest version of the patch.
On windows 2k, the crash was reproduced for
% (5) finally, this document gives a segfault % (ok without the patches): \documentclass[10pt,a4paper]{ltxdoc} \def\rmdefault{bch} \begin{document} \begin{multicols}{2} A (\textit{Bcdrea} \end{multicols} \end{document}
In the case of the second latest patch (i.e., pdftex-20061021.patch in fix-autokern.zip), The crash does not occur for the above example. But it does occur in the case of pdftex-20061022.patch in fix-autokern2.zip. Best regards, Akira
2006/11/8, Akira Kakuto
But it does occur in the case of pdftex-20061022.patch in fix-autokern2.zip.
Not on Linux (2.6.16.21-0.25), but on OpenBSD 3.9 :-{ I suppose you mean this: ------------------------- Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/lib/libm.so.2.1...done. Loaded symbols for /usr/lib/libm.so.2.1 Reading symbols from /usr/lib/libc.so.39.0...done. Loaded symbols for /usr/lib/libc.so.39.0 Reading symbols from /usr/libexec/ld.so...done. Loaded symbols for /usr/libexec/ld.so #0 0x1c056ca9 in hyphenate () at pdftex2.c:8902 8902 while ( mem [s ].hh .v.RH > -268435455L ) s = mem [s ].hh .v.RH ; (gdb) bt #0 0x1c056ca9 in hyphenate () at pdftex2.c:8902 #1 0x1c006a56 in zlinebreak (d=0) at pdftexini.c:1822 #2 0x1c05b639 in endgraf () at pdftex2.c:11211 #3 0x1c066a63 in maincontrol () at pdftex3.c:5206 #4 0x1c013215 in mainbody () at pdftexini.c:5660 #5 0x1c06bc96 in main (ac=2, av=0xcfbcf398) at pdftexextra.c:341 ------------------------- Best Martin
participants (2)
-
Akira Kakuto
-
Martin Schröder