Plugin crashes on button click (10.2 non-debug)

Bug #724741 reported by 9knots
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
nspluginwrapper (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: nspluginwrapper

Executing the following method will cause the plugin to crash :

private function crash(...args):void {
 var x:int = 2,msg:String;
 switch (x) {
  case 1: msg = "X"; break;
  case 2: msg = args[0]; break;
 }
 Alert.show(msg);
}

Tags: crash
Revision history for this message
9knots (mikebrew) wrote :
Revision history for this message
9knots (mikebrew) wrote :

Ok so not an Ubuntu problem, it happens on all platforms and browsers. But maybe someone here can help push Adobe to fix it. A workaround is to wrap the switch statement in a redundant try/catch.

Revision history for this message
Alistair Buxton (a-j-buxton) wrote :
Revision history for this message
9knots (mikebrew) wrote :

Yes i have tried. It is like submitting to "/dev/null".

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.