[Bug 2304189] Review Request: mozilla-openh264 - H.264 codec support for Firefox

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



https://bugzilla.redhat.com/show_bug.cgi?id=2304189



--- Comment #18 from Michael Catanzaro <mcatanza@xxxxxxxxxx> ---
(In reply to Michael Catanzaro from comment #17)
> Problem is I'm installing only the unversioned .so. Need to add library
> versioning.

After fixing this, I wind up with a different crash:

(gdb) bt
#0  0x00007f5a26935c68 in MOZ_Crash () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/objdir/dist/include/mozilla/Assertions.h:317
#1  mozilla::gmp::GMPLoader::Load () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/dom/media/gmp/GMPLoader.cpp:121
#2  mozilla::gmp::GMPChild::RecvStartPlugin () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/dom/media/gmp/GMPChild.cpp:544
#3  0x00007f5a2695d3a3 in mozilla::gmp::PGMPChild::OnMessageReceived () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/objdir/ipc/ipdl/PGMPChild.cpp:859
#4  0x00007f5a2795b68b in mozilla::ipc::MessageChannel::DispatchSyncMessage ()
    at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/ipc/glue/MessageChannel.cpp:1787
#5  mozilla::ipc::MessageChannel::DispatchMessage () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/ipc/glue/MessageChannel.cpp:1737
#6  0x00007f5a27e1ed0e in mozilla::ipc::MessageChannel::RunMessage () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/ipc/glue/MessageChannel.cpp:1530
#7  mozilla::ipc::MessageChannel::MessageTask::Run () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/ipc/glue/MessageChannel.cpp:1630
#8  0x00007f5a2795a6a4 in mozilla::RunnableTask::Run () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/xpcom/threads/TaskController.cpp:580
#9  mozilla::TaskController::DoExecuteNextTaskOnlyMainThreadInternal () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/xpcom/threads/TaskController.cpp:907
#10 0x00007f5a27959f2e in
mozilla::TaskController::ExecuteNextTaskOnlyMainThreadInternal ()
    at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/xpcom/threads/TaskController.cpp:730
#11 mozilla::TaskController::ProcessPendingMTTask () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/xpcom/threads/TaskController.cpp:516
#12 0x00007f5a27958948 in operator() () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/xpcom/threads/TaskController.cpp:234
#13 Run () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/xpcom/threads/nsThreadUtils.h:548
#14 nsThread::ProcessNextEvent () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/xpcom/threads/nsThread.cpp:1204
#15 0x00007f5a27e1da62 in NS_ProcessNextEvent () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/xpcom/threads/nsThreadUtils.cpp:480
#16 mozilla::ipc::MessagePump::Run () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/ipc/glue/MessagePump.cpp:85
#17 0x00007f5a27db0c18 in MessageLoop::RunInternal () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/ipc/chromium/src/base/message_loop.cc:370
#18 MessageLoop::RunHandler () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/ipc/chromium/src/base/message_loop.cc:363
#19 MessageLoop::Run () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/ipc/chromium/src/base/message_loop.cc:345
#20 0x00007f5a27e1d95d in nsBaseAppShell::Run () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/widget/nsBaseAppShell.cpp:148
#21 0x00007f5a27e1d7f4 in nsAppShell::Run () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/widget/gtk/nsAppShell.cpp:469
#22 0x00007f5a27e1c86b in XRE_RunAppShell () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/toolkit/xre/nsEmbedFunctions.cpp:712
#23 mozilla::ipc::MessagePumpForChildProcess::Run () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/ipc/glue/MessagePump.cpp:235
#24 0x00007f5a27db0c18 in MessageLoop::RunInternal () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/ipc/chromium/src/base/message_loop.cc:370
#25 MessageLoop::RunHandler () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/ipc/chromium/src/base/message_loop.cc:363
#26 MessageLoop::Run () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/ipc/chromium/src/base/message_loop.cc:345
#27 0x00007f5a27da30d8 in XRE_InitChildProcess () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/toolkit/xre/nsEmbedFunctions.cpp:647
#28 0x0000564f7f370638 in content_process_main () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/browser/app/../../ipc/contentproc/plugin-container.cpp:57
#29 main () at
/usr/src/debug/firefox-128.0.3-1.fc40.x86_64/browser/app/nsBrowserApp.cpp:378

Will attempt to debug this next. Too bad Firefox uses -g1. :(


-- 
You are receiving this mail because:
You are always notified about changes to this product and component
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2304189

Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202304189%23c18

-- 
_______________________________________________
package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-review@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite Conditions]     [KDE Users]

  Powered by Linux