draw pdf crash with certain pdfs
draw pdf crash with certain pdfs
- Subject: draw pdf crash with certain pdfs
- From: Doug Holton <email@hidden>
- Date: Sun, 12 May 2002 00:41:58 -0500
Does anyone know if there is a coregraphics bug drawing certain kinds of
PDFs, or where I can find a bug database to search myself?
I'm drawing a PDF to a new PDF coregraphics context using
CGContextDrawPDFDocument. When the system actually writes the PDF below
to the new PDF file (when calling CGEndPage), it crashes:
http://www.geocities.com/d_h_l_h/2.pdf
but drawing other PDFs such as this one works fine as usual:
http://www.geocities.com/d_h_l_h/1.pdf
Thanks,
-Doug
crashlog
#0 0x771bffd0 in pdf_object_name_data
#1 0x772767a0 in compare_key
#2 0x7000edf8 in bsearch
#3 0x771a0fa8 in pdf_lookup_object
#4 0x771dc534 in pdf_source_chain_create
#5 0x771e03e0 in pdf_stream_get_source_chain
#6 0x771f2360 in chain_get_bytes
#7 0x771d3bec in CGDataProviderGetBytes
#8 0x772175bc in img_raw_read
#9 0x771d3490 in CGSImageStreamRead
#10 0x73ced888 in emitImageStream
#11 0x73ced174 in emitImage
#12 0x73ced0e4 in PDFImageEmitDefinition
#13 0x7017cb10 in CFSetApplyFunction
#14 0x73cee028 in PDFImageSetEmitDefinitions
#15 0x73ce4d04 in PDFDocumentEndPage
#16 0x73ce4858 in pdf_EndPage
#17 0x771e7138 in CGContextEndPage
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.