Page 1 of 1

Opera / Chrome crash on load

Posted: 18 Sep 2012, 23:37
by FLOZi
Was happily browsing away when Opera crashed, nothing too unusual as I'm running Opera Next and its particularly funny about flash. However it wouldn't reload.

And neither will Chrome.

Both instant exit on load, and their installers do the same thing. Only IE seems to work.

Sounds like some terrible malware but I can't find any info on google.

Any others heard of / seen this? :|

Re: Opera / Chrome crash on load

Posted: 19 Sep 2012, 00:21
by Azhukar

Re: Opera / Chrome crash on load

Posted: 19 Sep 2012, 00:36
by FLOZi
Fixed via safemode, system restore, and closing a bunch of popup tabs -_- before it recrashed.

Re: Opera / Chrome crash on load

Posted: 19 Sep 2012, 00:55
by AF
This is yet another reason why I love click to play on flash and other plugins. Adobe aren't the greatest when it comes to security and stability, heck the Photoshop SDK uses GOTO statements for error handling when try catch statements would work better

Re: Opera / Chrome crash on load

Posted: 27 Sep 2012, 22:05
by rattle
kill opera_plugin_wrapper.exe frequently when flash apps freeze, like youtube fullscreen videos. chrome's flash plugin seems to crash a lot as well, prolly a plugin related memory leak or something for either browser

Re: Opera / Chrome crash on load

Posted: 29 Sep 2012, 14:16
by Hoi
AF wrote:the Photoshop SDK uses GOTO statements for error handling
This makes me rage uncontrollably. Why would they ever do that? Why are there so many incompetent programmers?

Re: Opera / Chrome crash on load

Posted: 29 Sep 2012, 14:43
by SinbadEV
Hoi wrote:
AF wrote:the Photoshop SDK uses GOTO statements for error handling
This makes me rage uncontrollably. Why would they ever do that? Why are there so many incompetent programmers?
GOTOs are still quite common for error handling in VBA etc... it's quite a common way to not deal with problems.

Re: Opera / Chrome crash on load

Posted: 30 Sep 2012, 19:23
by AF
SinbadEV wrote:
Hoi wrote:
AF wrote:the Photoshop SDK uses GOTO statements for error handling
This makes me rage uncontrollably. Why would they ever do that? Why are there so many incompetent programmers?
GOTOs are still quite common for error handling in VBA etc... it's quite a common way to not deal with problems.

That's VBA though, glorified scripting, this was C++ code, and code intended for 3rd partys to include