为32位Intel体系结构构建时,在WebFrame中加载Silverlight网站

为32位Intel体系结构构建时,在WebFrame中加载Silverlight网站,silverlight,cocoa,webkit,webview,32bit-64bit,Silverlight,Cocoa,Webkit,Webview,32bit 64bit,我正在使用WebFrame将请求加载到运行Microsoft SilverLight的网站。当我使用64位Intel体系结构(x86_64)构建应用程序时,它运行良好。但是,因为我必须使用为32位Intel构建的第三方库,所以我必须使用该体系结构构建我的应用程序。当我这样做时,我会得到以下错误消息 <Error>: clip: empty path. 我的应用程序最终崩溃或挂起 有没有人遇到过这个问题,并且知道可能是什么问题?为什么只有在构建32位Intel体系结构时才会发生这种情

我正在使用
WebFrame
将请求加载到运行Microsoft SilverLight的网站。当我使用64位Intel体系结构(x86_64)构建应用程序时,它运行良好。但是,因为我必须使用为32位Intel构建的第三方库,所以我必须使用该体系结构构建我的应用程序。当我这样做时,我会得到以下错误消息

<Error>: clip: empty path.
我的应用程序最终崩溃或挂起

有没有人遇到过这个问题,并且知道可能是什么问题?为什么只有在构建32位Intel体系结构时才会发生这种情况

值得一提的是,以下是崩溃的堆栈跟踪:

Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x000000007cabac94

VM Regions Near 0x7cabac94:
  MALLOC_TINY            000000007c800000-000000007ca00000 [ 2048K] rw-/rwx SM=PRV  
--> MALLOC_TINY            000000007ca00000-000000007cb00000 [ 1024K] rw-/rwx SM=COW  
   MALLOC_TINY            000000007cb00000-000000007cc00000 [ 1024K] rw-/rwx SM=PRV  

Application Specific Information:
objc[44662]: garbage collection is OFF

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   ???                             0x7cabac94 0 + 2091625620
1   com.microsoft.net.coreclr       0x0aaea95e GetCLRRuntimeHost + 220078
2   com.microsoft.net.coreclr       0x0aa2c23e MetaDataGetDispenser + 1383214
3   com.microsoft.net.coreclr       0x0ad799e3 PAL_InitializeCoreCLR + 57795
4   com.microsoft.net.coreclr       0x0aa2b1c5 MetaDataGetDispenser + 1378997
5   com.microsoft.net.coreclr       0x0aa2b49f MetaDataGetDispenser + 1379727
6   com.microsoft.net.coreclr       0x0aa2b60b MetaDataGetDispenser + 1380091
7   com.microsoft.net.coreclr       0x0aab3630 MetaDataGetDispenser + 1937184
8   com.microsoft.net.coreclr       0x0aab4f67 GetCLRRuntimeHost + 439
9   com.microsoft.SilverlightPlugin 0x09499a57 UI_GetSaveFileName + 37895
10  com.microsoft.SilverlightPlugin 0x093e5858 ippiDCTQuantInv8x8LS_JPEG_16s8u_C1R_SSE +    4824
11  com.microsoft.SilverlightPlugin 0x08cb7dc1 main + 769249
12  com.microsoft.SilverlightPlugin 0x09480ad7 LocalMessageReceive + 308343
13  com.microsoft.SilverlightPlugin 0x092789a1 PopupRoot_GetOpenPopups + 427361
14  com.microsoft.SilverlightPlugin 0x09273a65 PopupRoot_GetOpenPopups + 407077
15  com.microsoft.SilverlightPlugin 0x0925d8a6 PopupRoot_GetOpenPopups + 316518
16  com.microsoft.SilverlightPlugin 0x0925db19 PopupRoot_GetOpenPopups + 317145
17  com.apple.CoreFoundation        0x9c8667be    __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
18  com.apple.CoreFoundation        0x9c8666fd __CFRunLoopDoObservers + 413
19  com.apple.CoreFoundation        0x9c838917 CFRunLoopRunSpecific + 375
20  com.apple.CoreFoundation        0x9c838798 CFRunLoopRunInMode + 120
21  com.apple.HIToolbox             0x97b91a7f RunCurrentEventLoopInMode + 318
22  com.apple.HIToolbox             0x97b98d9b ReceiveNextEventCommon + 381
23  com.apple.HIToolbox             0x97b98c0a BlockUntilNextEventMatchingListInMode + 88
24  com.apple.AppKit                0x9b358040 _DPSNextEvent + 678
25  com.apple.AppKit                0x9b3578ab -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
26  com.apple.AppKit                0x9b353c22 -[NSApplication run] + 911
27  com.apple.AppKit                0x9b5e818a NSApplicationMain + 1054
28  com.Vigience.TestBrowser        0x0009be09 start + 53

我想知道你是否被我在回答中概述的第一个问题击中了。我看到您没有使用Mono,但是您使用的是webView,崩溃堆栈看起来非常相似。在类似的情况下,我们中的许多人都有幸更改了useragent字符串…

Hmmm。。非常有趣。它们看起来确实非常相似。我不再从事这个项目了,但如果我是,我肯定会尝试一下。这当然可能是个问题。谢谢你发帖!没问题。它也很容易成为问题2(或两者兼而有之:-P)-SL+Mac=blech:-/
Exception Type:  EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x000000007cabac94

VM Regions Near 0x7cabac94:
  MALLOC_TINY            000000007c800000-000000007ca00000 [ 2048K] rw-/rwx SM=PRV  
--> MALLOC_TINY            000000007ca00000-000000007cb00000 [ 1024K] rw-/rwx SM=COW  
   MALLOC_TINY            000000007cb00000-000000007cc00000 [ 1024K] rw-/rwx SM=PRV  

Application Specific Information:
objc[44662]: garbage collection is OFF

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   ???                             0x7cabac94 0 + 2091625620
1   com.microsoft.net.coreclr       0x0aaea95e GetCLRRuntimeHost + 220078
2   com.microsoft.net.coreclr       0x0aa2c23e MetaDataGetDispenser + 1383214
3   com.microsoft.net.coreclr       0x0ad799e3 PAL_InitializeCoreCLR + 57795
4   com.microsoft.net.coreclr       0x0aa2b1c5 MetaDataGetDispenser + 1378997
5   com.microsoft.net.coreclr       0x0aa2b49f MetaDataGetDispenser + 1379727
6   com.microsoft.net.coreclr       0x0aa2b60b MetaDataGetDispenser + 1380091
7   com.microsoft.net.coreclr       0x0aab3630 MetaDataGetDispenser + 1937184
8   com.microsoft.net.coreclr       0x0aab4f67 GetCLRRuntimeHost + 439
9   com.microsoft.SilverlightPlugin 0x09499a57 UI_GetSaveFileName + 37895
10  com.microsoft.SilverlightPlugin 0x093e5858 ippiDCTQuantInv8x8LS_JPEG_16s8u_C1R_SSE +    4824
11  com.microsoft.SilverlightPlugin 0x08cb7dc1 main + 769249
12  com.microsoft.SilverlightPlugin 0x09480ad7 LocalMessageReceive + 308343
13  com.microsoft.SilverlightPlugin 0x092789a1 PopupRoot_GetOpenPopups + 427361
14  com.microsoft.SilverlightPlugin 0x09273a65 PopupRoot_GetOpenPopups + 407077
15  com.microsoft.SilverlightPlugin 0x0925d8a6 PopupRoot_GetOpenPopups + 316518
16  com.microsoft.SilverlightPlugin 0x0925db19 PopupRoot_GetOpenPopups + 317145
17  com.apple.CoreFoundation        0x9c8667be    __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 30
18  com.apple.CoreFoundation        0x9c8666fd __CFRunLoopDoObservers + 413
19  com.apple.CoreFoundation        0x9c838917 CFRunLoopRunSpecific + 375
20  com.apple.CoreFoundation        0x9c838798 CFRunLoopRunInMode + 120
21  com.apple.HIToolbox             0x97b91a7f RunCurrentEventLoopInMode + 318
22  com.apple.HIToolbox             0x97b98d9b ReceiveNextEventCommon + 381
23  com.apple.HIToolbox             0x97b98c0a BlockUntilNextEventMatchingListInMode + 88
24  com.apple.AppKit                0x9b358040 _DPSNextEvent + 678
25  com.apple.AppKit                0x9b3578ab -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
26  com.apple.AppKit                0x9b353c22 -[NSApplication run] + 911
27  com.apple.AppKit                0x9b5e818a NSApplicationMain + 1054
28  com.Vigience.TestBrowser        0x0009be09 start + 53