pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mupdf: Remove TODO



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Oct 4 20:01:18 2018 +0200
Changeset:	593c863a82ddc741f435c9f15495582c7d159a2b

Removed Files:
	mupdf/TODO

Log Message:
mupdf: Remove TODO

Retrying it seems working.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=593c863a82ddc741f435c9f15495582c7d159a2b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mupdf/TODO | 32 --------------------------------
 1 file changed, 32 deletions(-)

diffs:
diff --git a/mupdf/TODO b/mupdf/TODO
deleted file mode 100644
index e1a7e0133a..0000000000
--- a/mupdf/TODO
+++ /dev/null
@@ -1,32 +0,0 @@
-- When built with `curl' option doing:
-
-   % mupdf http://www.netbsd.org/docs/guide/download/netbsd-en.pdf
-
-  leads to a SIGSEGV, a `bt' without debugging symbols reveals:
-   % gdb -core mupdf.core `which mupdf`
-   Reading symbols from /usr/pkg/bin/mupdf...(no debugging symbols found)...done.
-   [New process 1]
-   [New process 3]
-   [New process 2]
-   Core was generated by `mupdf'.
-   Program terminated with signal SIGSEGV, Segmentation fault.
-   #0  0x00007bd6fd12ab5f in memcpy () from /usr/lib/libc.so.12
-   [Current thread is 1 (process 1)]
-   (gdb) bt
-   #0  0x00007bd6fd12ab5f in memcpy () from /usr/lib/libc.so.12
-   #1  0x000000000040c81d in ?? ()
-   #2  0x00007bd7014e9b6d in fz_read_byte () from /usr/pkg/lib/libmupdf.so.0
-   #3  0x00007bd7014e9e5e in fz_read_line () from /usr/pkg/lib/libmupdf.so.0
-   #4  0x00007bd701557019 in pdf_init_document () from /usr/pkg/lib/libmupdf.so.0
-   #5  0x00007bd7015574de in pdf_open_document_with_stream () from /usr/pkg/lib/libmupdf.so.0
-   #6  0x00000000004078e3 in ?? ()
-   #7  0x000000000040d85f in ?? ()
-   #8  0x000000000040550f in ?? ()
-   #9  0x00007bd704108000 in ?? ()
-   #10 0x0000000000000002 in ?? ()
-   #11 0x00007f7fff5e72d8 in ?? ()
-   #12 0x00007f7fff5e72de in ?? ()
-   #13 0x0000000000000000 in ?? ()
-   (gdb) quit
-
-  ...please try to investigate further!


Home | Main Index | Thread Index | Old Index