I've just updated to PB2 from PB1. When I open a PDF file, Preview.app stucks with beachball right after opening the file, or after scrolling a little bit.
The more important problem is navigation in the file does not work at all. Neither the table of contents list nor the links in the file does nothing. In Console, I see the following crash message:
Can anyone reproduce the same problems?
The more important problem is navigation in the file does not work at all. Neither the table of contents list nor the links in the file does nothing. In Console, I see the following crash message:
Code:
21/08/14 22:48:13,663 Preview[985]: (
0 CoreFoundation 0x00007fff929efccc __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff8cc9e6de objc_exception_throw + 43
2 CoreFoundation 0x00007fff929f2c7d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
3 CoreFoundation 0x00007fff9293a094 ___forwarding___ + 1028
4 CoreFoundation 0x00007fff929f1358 __forwarding_prep_1___ + 120
5 PDFKit 0x00007fff8bd15279 -[PDFView(PDFViewInternal) goToDestinationNoPush:] + 269
6 PDFKit 0x00007fff8bd0c8a9 -[PDFView goToDestination:] + 127
7 PDFKit 0x00007fff8bd224f8 -[PDFViewController annotationHit:] + 142
8 PDFKit 0x00007fff8bd22287 -[PDFViewController trackMouse:forAnnotation:] + 2005
9 PDFKit 0x00007fff8bd0e342 -[PDFView mouseDown:] + 243
10 Preview 0x000000010d913740 Preview + 468800
11 Preview 0x000000010d913245 Preview + 467525
12 AppKit 0x00007fff8522b3cb forwardMethod + 129
13 AppKit 0x00007fff8522b3cb forwardMethod + 129
14 AppKit 0x00007fff8522b3cb forwardMethod + 129
15 AppKit 0x00007fff8522b3cb forwardMethod + 129
16 AppKit 0x00007fff8522b3cb forwardMethod + 129
17 AppKit 0x00007fff85796acf -[NSWindow _reallySendEvent:] + 12827
18 AppKit 0x00007fff8522c83c -[NSWindow sendEvent:] + 368
19 Preview 0x000000010d8c0914 Preview + 129300
20 AppKit 0x00007fff851de2bc -[NSApplication sendEvent:] + 2148
21 Preview 0x000000010d8a4181 Preview + 12673
22 AppKit 0x00007fff8506b908 -[NSApplication run] + 711
23 AppKit 0x00007fff85056d14 NSApplicationMain + 1832
24 libdyld.dylib 0x00007fff8c5b55c9 start + 1
25 ??? 0x0000000000000002 0x0 + 2
)
Can anyone reproduce the same problems?