Mon 08 Feb 2010 08:40:58 AM UTC, comment #2:
The opcode 0x89 (strict mode) was present. Gnash now handles that because it's a known opcode, even though it's not relevant for execution, and we don't want to warn about it. The actual bug was really a bogus assert, which has also been dropped with revision 11920.
|
Sat 06 Feb 2010 05:15:59 PM UTC, comment #1:
Only crashes with -va. Otherwise logs the following:
11808:4] 18:14:33 ERROR: *** no tag loader for type 255 (movie)
11808:4] 18:14:34 UNIMPLEMENTED: FileAttributes tag in the SWF requests that network access is not granted to this movie (or application?) when loaded from the filesystem. Anyway Gnash won't care; use white/black listing in your .gnashrc instead
11808:4] 18:14:34 DEBUG: This SWF uses AVM1
11808:4] 18:14:34 DEBUG: HTTP response 200 from url http://www.surfthechannel.com/swf/9ca0ba076c4dbc037b263b11deb41db9.swf
11808:1] 18:14:34 DEBUG: processCompletedRequest: _level loading (level 1)
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
11808:1] 18:14:34 ERROR: Unsupported action handler invoked, code at pc is 0x89
But no memory corruption, so it may be a malformed SWF. I'll investigate further and fix the crash.
|
Sat 06 Feb 2010 04:46:43 PM UTC, original submission:
When visiting http://www.surfthechannel.com/link/1/1029/5142467/0.html or any other surfthechannel "Visit host website" page, I see the flash appearing for a second (Blue text "Click here to go to host webpage" on white bg), afterwards it turns into a grey box (gnash crashes).
On the console I see:
gtk-gnash: ../../../libcore/parser/action_buffer.cpp:195: std::string gnash::disasm_instruction(const unsigned char*, size_t): Assertion `fmt != ARG_NONE' failed.
ps aux lists:
1000 8463 1.2 0.0 0 0 pts/5 Z+ 17:45 0:00 [gtk-gnash] <defunct>
Version used is 0.8.6-2 from Debian. I believe this did not happen before upgrading to this release, hence I marked it as regression. STC might of course has changed something in between so I wouldn't be absolutely sure that it was introduced with this release.
Launcher attached, please tell me what other information I should provide.
|