Changes between Initial Version and Version 1 of Ticket #9044, comment 3


Ignore:
Timestamp:
Oct 2, 2010, 1:20:46 PM (14 years ago)
Author:
stuartm
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9044, comment 3

    initial v1  
    1 I don't believe we can trap these errors unfortunately, it's a problem that has plagued all browsers and even lead to Apple banning Flash from some of it's platforms. Although in this case it's not flash which is crashing itself, it's nspluginwrapper aborting. Their use of 'abort' is frankly amateurish, it's very bad practice to abort in any production code.
     1I don't believe we can trap these errors unfortunately, it's a problem that has plagued all browsers and even lead to Apple banning Flash from some of it's platforms. Although in this case it's not flash which is crashing itself, it's nspluginwrapper aborting. Their use of 'assert' is frankly amateurish, it's very bad practice to assert in any production code.