gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #33780] Hostile Skies caused Gnash to freeze on drop


From: Benjamin Wolsey
Subject: [Gnash-commit] [bug #33780] Hostile Skies caused Gnash to freeze on dropping bombs on enemies' plane
Date: Sat, 16 Jul 2011 08:24:55 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/534.30 (KHTML, like Gecko) Ubuntu/11.04 Chromium/12.0.742.112 Chrome/12.0.742.112 Safari/534.30

Follow-up Comment #1, bug #33780 (project gnash):

It's still a bug. The problem appears to be a loop in an onEnterFrame clip
event:

j = 2;
while (j <= 3) {
   // ...
   // Under some condition:
   this.removeMovieClip();
   ++j;
}

The call to removeMovieClip() makes j undefined, so incrementing it becomes
NaN, and the loop never terminates.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33780>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]