On Sat, Apr 08, 2006 at 05:00:03PM -0400, Russell Hires wrote: > Correction: now I know when swf-player/firefox combo is going to crash, > because I get a message that says "This SWF file is known to trigger > bugs in the swfdec decoder. Playback is cancelled." So, it crashes > sometimes. I would say that it's either a combo problem, or swf-player. Does it actually crash (aka segfault), or just it just say "I'm going to prevent myself from crashing by not doing what you want"? Crashing always indicates a bug, but outputting a message is perhaps the best possible thing; the expected result of failing an input check would be just that, a message indicating the failed check. Too-strict input checks or failing to work in cases where it is somehow possible to "do the right thing" are also bugs, but less severe than crashing.
Justin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]