Using the most recent build of Prince demo on Windows 7 and Linux (Fedora 16 kernel 3.3.4-3, linux generic 32-bit static build)
prince -o out.pdf http://...(URL to a server that returns an html document) works fine on windows.
Same command on linux fails with a segfault. Using --debug shows that the URL was resolved correctly and returned a valid resource (correct content type, charset etc) but right after that is the Mercury runtime segmentation violation. The 'address involved' seems to vary each invocation, e.g. 0xad000000, 0x9d000000, 0x91000000, 0xaf000000
On Fedora, I also tried creating an html file (wget -O file.html URL) and then running that through prince but that segfaults as well.
anyone have any ideas?
prince -o out.pdf http://...(URL to a server that returns an html document) works fine on windows.
Same command on linux fails with a segfault. Using --debug shows that the URL was resolved correctly and returned a valid resource (correct content type, charset etc) but right after that is the Mercury runtime segmentation violation. The 'address involved' seems to vary each invocation, e.g. 0xad000000, 0x9d000000, 0x91000000, 0xaf000000
On Fedora, I also tried creating an html file (wget -O file.html URL) and then running that through prince but that segfaults as well.
anyone have any ideas?