Closed
Bug 562186
Opened 15 years ago
Closed 12 years ago
[adbe 2256842] browser crashes and exits every time I try to run video in full screen mode. [@ NPSWF32.dll@0x747d2]
Categories
(External Software Affecting Firefox Graveyard :: Flash (Adobe), defect)
External Software Affecting Firefox Graveyard
Flash (Adobe)
x86
Windows XP
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rich.fowler, Assigned: bugs)
References
()
Details
(Keywords: crash)
Crash Data
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729)
Every time I try to run a Flash-based video player in full-screen mode, Firefox will crash immediately to desktop. This only started happening when I was upgraded to 3.6.3 from 3.5.
Reproducible: Always
Steps to Reproduce:
1. Go to Youtube.
2. Play a video in full-screen mode.
3. Browser crashes immediately to desktop.
Actual Results:
Browser crashes immediately to desktop. All processes are killed.
Expected Results:
It should have played the video normally in full-screen mode, like it did before I was upgraded.
Comment 1•15 years ago
|
||
Always include the used plugin version if you report a bug about a plugin like flash in this case.
And please read https://developer.mozilla.org/en/How_to_get_a_stacktrace_for_a_bug_report
Reporter | ||
Comment 2•15 years ago
|
||
I'm running 10.0.45.2, the latest version of the Flash player.
Here's the only crash report I could find:
http://crash-stats.mozilla.com/report/index/bp-a5c6fe63-9f3a-4aa8-9ae4-0d0b72100418
Usually, when it crashes, it crashes immediately to desktop, and the crash reporter does NOT activate. All processes are killed.
Signature NPSWF32.dll@0x747d2
UUID a5c6fe63-9f3a-4aa8-9ae4-0d0b72100418
Time 2010-04-18 22:07:23.878100
Uptime 133266
Last Crash 361882 seconds before submission
Product Firefox
Version 3.6.3
Build ID 20100401080539
Branch 1.9.2
OS Windows NT
OS Version 5.1.2600 Service Pack 3
CPU x86
CPU Info GenuineIntel family 6 model 15 stepping 2
Crash Reason EXCEPTION_ACCESS_VIOLATION
Crash Address 0x33e30000
User Comments As soon as I tried to go full-screen with the video, it crashed. In fact, it crashes every time I do it, and it only started when I upgraded to 3.6.3. Everything was fine with 3.5.9. -_-+
Processor Notes
Crashing Thread
Frame Module Signature [Expand] Source
0 NPSWF32.dll NPSWF32.dll@0x747d2
1 NPSWF32.dll NPSWF32.dll@0x8486e
2 NPSWF32.dll NPSWF32.dll@0x84e23
Show/hide other threads
Thread 0
Frame Module Signature [Expand] Source
0 apphelp.dll SdbGrabMatchingInfo
1 faultrep.dll StartDWException
2 faultrep.dll ReportFault
3 kernel32.dll UnhandledExceptionFilter
4 kernel32.dll _seh_longjmp_unwind
5 ntdll.dll ExecuteHandler2@20
NPSWF32.dll 10.0.45.2 EF4B0B547B3349C898B243CC64A91FF61 NPSWF32.pdb
Component: General → Flash (Adobe)
Keywords: crash
Product: Firefox → Plugins
QA Contact: general → adobe-flash
Summary: browser crashes and exits every time I try to run video in full screen mode. → browser crashes and exits every time I try to run video in full screen mode. [@ NPSWF32.dll@0x747d2]
Version: unspecified → 10.x
Reporter | ||
Comment 4•15 years ago
|
||
I couldn't catch the latest crash-- but I was watching the processes when Flash loaded, locked up, and killed everything. I was trying to maximize the video on this page:
http://news.bbc.co.uk/2/hi/europe/8653949.stm
So it's not just a youtube issue, it's a Flash issue, it seems.
Assignee | ||
Comment 5•15 years ago
|
||
Picking this up. Can we get the PDB symbols pointed at this one too?
Assignee: nobody → jet
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
I think that the presence of symbols on the server /might/ mean that i won't be able to search for newer crashes w/ what would have been a given signature because the signature would be changed to a valid function :(.
Assignee | ||
Comment 7•15 years ago
|
||
Our goal with the symbols we've provided is to ensure that crash bugs that come back 'WORKSFORME' can be verified as truly 'FIXED' in future releases. We often fix those bugs with guard code even though we could not repro the bug in-house. The symbol mapping shouldn't change from build to build, even with address-space layout changes. Sometimes, we do change class and function names in our source code and that would change the mapping, but I think it's still better for us to know that it crashed in a specific function rather than a variable pointer-offset.
yeah, but the problem is that for any crash before we got your symbol tables for which we haven't saved a .dump, we've flattened the crash into an address (and probably garbage for calling frames). For a crash in the same build which arrives after we got your symbol tables, we'll convert the stack into references relative to your symbols.
this means that i can't look at a crash from 'before' and decide if it's "gone away" because that same crash reported 'before' would have an offset relative to npswf32.dll and the crash reported 'after' will be relative to a function.
I'm not saying that what you've done is bad. just that it will be hard for us to do much w/ any of the before data. In the rare cases where we happen to have a .dmp from a crash which was processed 'before', if i can access your 'public' symbols, i can try to get a better stack trace, i think that only applies to a handful of crashes.
Updated•14 years ago
|
Crash Signature: [@ NPSWF32.dll@0x747d2]
Comment 9•13 years ago
|
||
Reporter, are you able to reproduce?
Can you provide a recent crash report?
Comment 10•13 years ago
|
||
this may be related... there was a fullscreen hardware acceleration crash with directX driver returning a surface pointer that was non null but invalid.
the work around was to disable hardware acceleration. we resolved fixed this issue in 10.1 Argo. our internal reference bug is #2256842...
Updated•13 years ago
|
Summary: browser crashes and exits every time I try to run video in full screen mode. [@ NPSWF32.dll@0x747d2] → [adbe 2256842] browser crashes and exits every time I try to run video in full screen mode. [@ NPSWF32.dll@0x747d2]
Comment 11•12 years ago
|
||
(In reply to smadayag from comment #10)
> the work around was to disable hardware acceleration. we resolved fixed
> this issue in 10.1 Argo. our internal reference bug is #2256842...
Let's close it now.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 12•9 years ago
|
||
Version and milestone values are being reset to defaults as part of product refactoring.
Version: 10.x → unspecified
Updated•3 years ago
|
Product: External Software Affecting Firefox → External Software Affecting Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•