Bug 23455 - Hang when loading an mpeg movie
Summary: Hang when loading an mpeg movie
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://www.amsn-project.net/~kakaroto...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-21 09:23 PST by David Smith
Modified: 2022-07-01 11:36 PDT (History)
2 users (show)

See Also:


Attachments
Sample of hang (92.74 KB, text/plain)
2009-01-21 09:24 PST, David Smith
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Smith 2009-01-21 09:23:18 PST
I got a fairly long beachball when loading this file. Sample attached.
Comment 1 David Smith 2009-01-21 09:24:18 PST
Created attachment 26894 [details]
Sample of hang
Comment 2 Eric Carlson 2009-01-21 09:58:32 PST
It isn't an MPEG file, it an AVI with MPEG-4 video:

eric% xxd -l 128 amsn2-v4.mpeg
0000000: 5249 4646 324f 5800 4156 4920 4c49 5354  RIFF2OX.AVI LIST
0000010: 7622 0000 6864 726c 6176 6968 3800 0000  v"..hdrlavih8...
0000020: a086 0100 4871 0000 0000 0000 1009 0000  ....Hq..........
0000030: 7403 0000 0000 0000 0200 0000 0000 1000  t...............
0000040: e902 0000 3702 0000 0000 0000 0000 0000  ....7...........
0000050: 0000 0000 0000 0000 4c49 5354 9010 0000  ........LIST....
0000060: 7374 726c 7374 7268 3800 0000 7669 6473  strlstrh8...vids
0000070: 464d 5034 0000 0000 0000 0000 0000 0000  FMP4............

The QuickTime mpeg importer finds a bit pattern that resembles a sequence start code so it scans along for a while looking for an end sequence
Comment 3 Alexey Proskuryakov 2022-07-01 11:36:10 PDT
Mass closing plug-in bugs, as plug-in support has been removed from WebKit.

Please comment and/or reopen if this still affects WebKit in some way.