Closed
Bug 1132414
Opened 10 years ago
Closed 10 years ago
When i try use HTML5 audio tag FF crashed.
Categories
(Core :: Audio/Video: Playback, defect, P5)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: dig271090, Unassigned)
References
Details
(Keywords: crash)
Attachments
(1 file)
6.58 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/35.0.1
Build ID: 20150125222008
Steps to reproduce:
https://bitbucket.org/Draqun/backbonejs-learning/src/8bf6e618a3a95c6309b122566a7504f8c9b25eae/?at=master - a test my app wrote in CoffeeScript (i learn about this language). I add a music album to playlist remove them (a few times) and sometimes click Play/Pause button.
Enviremont
Ubuntu 14.04 with Unity, FF 35.0.1
Report UUID - 77bd2544-0220-4b21-997d-a95692150212
Link to crash report - https://crash-stats.mozilla.com/report/index/77bd2544-0220-4b21-997d-a95692150212
I attashed a file with info about my FF.
Actual results:
FF crash. I send reports but i forgot a link to application.
Expected results:
Nothink. My app shouldn't run anythink but it crash FF.
Comment 1•10 years ago
|
||
Unfortunately, the crash report is broken and doesn't provide any useful information. It appears that this is an Ubuntu build and not a mozilla.org build of Firefox. Could you try this again with a mozilla.org build so that we get better crash data?
Or if you are comfortable in a C++ debugger, you could try downloading the debug symbols for the package Firefox and collecting a stack in gdb.
Flags: needinfo?(dig271090)
Wow. I didn't know i must do a lot of stuff. This is random bug, and I don't know how to reproduce it exactly. Sometimes random click works and FF crash sometimes doesn't.
I didn't work with gdb a few years,and I'm not a C++ programmer. I try reproduce it in next week, when I have more time.
Flags: needinfo?(dig271090)
Comment 3•10 years ago
|
||
ok thanks. I'm going to open this up to the public so that we can get more volunteer eyes on it to help; there's no evidence right now of a security exploit that needs to remain private.
Group: core-security
Comment 4•10 years ago
|
||
We need either a stack trace with debug symbols or reliable steps to reproduce a crash and it's the best thing if we have both.
To get a stack trace with debug symbols you can either use the crash reporter which works only in most cases or use GDB and install the debug symbols that Ubuntu provides. You can use the Ubuntu instructions from here: https://wiki.ubuntu.com/MozillaTeam/Bugs#Crashes
Updated•10 years ago
|
Updated•10 years ago
|
Component: Audio/Video → Audio/Video: Playback
Updated•10 years ago
|
Priority: -- → P5
Comment 5•10 years ago
|
||
gstreamer is going in bug 1234092
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•