I am writing an app that does NLP on web pages for genealogical information and 
adds semantic tags to the HTML showing the results.

I am having a basic problem. When I add a WebView object to the main NIPB using 
the interface builder, the app immediately crashes by throwing an objc 
exception at the testb instruction below in NSApplicationMain:

0x7fff96ce99dc:  jne    0x7fff96ce9a07            ; NSApplicationMain + 406
0x7fff96ce99de:  leaq   13979171(%rip), %rax      ; GCC_except_table67 + 16
0x7fff96ce99e5:  movq   (%rax), %rcx
0x7fff96ce99e8:  movq   13142833(%rip), %rsi      ; SecKeySignDigest + 36
0x7fff96ce99ef:  movq   13292330(%rip), %rdi      ; 
Security::PasswordDBLookup::lookupInfoOnUID(unsigned int) + 84
0x7fff96ce99f6:  movq   %r15, %rdx
0x7fff96ce99f9:  callq  *11792009(%rip)           ; _value_entry_table_resize + 
213
0x7fff96ce99ff:  testb  %al, %al

I see the exception occurs right after some security stuff. Does anyone know 
what is going on here?

I am still just prototyping the user interface. No outlets and actions are set 
up. I just added the WebView and ran the program to see what the UI would look 
like. If I take the WebView out it runs fine again. I tried the WebView first 
in a tab view within a split view, and second in a split view.

Thanks,

Tom Wetmore


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to