[Bug 724741] [NEW] Plugin crashes on button click (10.2 non-debug)

9knots 724741 at bugs.launchpad.net
Fri Feb 25 06:14:36 UTC 2011


Public bug reported:

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);
}

** Affects: nspluginwrapper (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: crash

-- 
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to nspluginwrapper in ubuntu.
https://bugs.launchpad.net/bugs/724741

Title:
  Plugin crashes on button click (10.2 non-debug)




More information about the Ubuntu-mozillateam-bugs mailing list