awesomium / awesomium-pub

9 stars 0 forks source link

Crash on loading specific website, Tested in 1.7.3 and 1.7.4.2 #55

Open PassivePicasso opened 10 years ago

PassivePicasso commented 10 years ago

Testing was done in a simple WPF application consisting of a single MainWindow with a WebControl element. The App.xaml.cs sets up the WebPreferences , WebConfig, and initializes the WebCore.

Loading this website: http://blogs.wsj.com/personal-technology/2014/06/18/amazons-fire-phone-firefly-free-cloud-and-other-big-takeaways/?mod=rss_personal_technology

I have tried setting all the available WebPreferences off. I have tried a variety of combinations (though not all of them) of WebPreference settings, but the result is always the same. I launch the application, and once it loads a (apparently random) amount of the page it crashes the entire application.

ghost commented 10 years ago

I seems to encounter the same problem but with Facebook and only on Windows XP machines (all updates were installed). This problem started since the 30 of June. I ran tests on all versions of Awesomium and had the same result - application crashed. In 1.7.4.2 version of Awesomium, application before crashing wrote to log this message: 0702/130438:FATAL:x509_certificate_win.cc(1182)] Check failed: oid_info. : The operation completed successfully. This problem can be simply reproduced even in sample projects (I used BasicSample).

Update 1: I tested the url provided in the first comment and found the same log message before application crashed. Update 2: I studied the files that are loaded the page by address in the first comment and found that the page loads some scripts from facebook.

ghost commented 10 years ago

Tried to run application through Fiddler and all works fine Thus, the problem with handling wierd facebook certificate :)