secondlife / secondlife/viewer
BugSplat Crash: llwebrtc!webrtc::TaskQueueBase::PostTask(67)
Open
Nobody has claimed this yet.
bugsplat
team:viewer
- Dominant language
- C++
- Stars
- 299
- Forks
- 146
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 88
Description
BugSplat Crash Group 102371
View Report Group
View Report Details
View Report Attachments
Application: Second Life Release
Version: 7.2.2.18356089736
Error Code: c0000005 Access violation
Callstack:
| Function | File |
|---|---|
| llwebrtc!webrtc::TaskQueueBase::PostTask | C:/a/viewer/viewer/build-vc170-64/packages/include/webrtc/api/task_queue/task_queue_base.h(67) |
| llwebrtc!llwebrtc::LLWebRTCImpl::deployDevices | C:/a/viewer/viewer/indra/llwebrtc/llwebrtc.cpp(667) |
| llwebrtc!llwebrtc::LLWebRTCImpl::setCaptureDevice | C:/a/viewer/viewer/indra/llwebrtc/llwebrtc.cpp(571) |
| SecondLifeViewer!LLWebRTCVoiceClient::updateSettings | C:/a/viewer/viewer/indra/newview/llvoicewebrtc.cpp(355) |
| SecondLifeViewer!LLVoiceClient::updateSettings | C:/a/viewer/viewer/indra/newview/llvoiceclient.cpp(338) |
| SecondLifeViewer!idle_startup | C:/a/viewer/viewer/indra/newview/llstartup.cpp(1559) |
| SecondLifeViewer!LLAppViewer::idle | C:/a/viewer/viewer/indra/newview/llappviewer.cpp(4815) |
| SecondLifeViewer!LLAppViewer::doFrame | C:/a/viewer/viewer/indra/newview/llappviewer.cpp(1479) |
| SecondLifeViewer!LLAppViewer::frame | C:/a/viewer/viewer/indra/newview/llappviewer.cpp(1336) |
| SecondLifeViewer!wWinMain | C:/a/viewer/viewer/indra/newview/llappviewerwin32.cpp(507) |
| SecondLifeViewer!invoke_main | D:/a/_work/1/s/src/vctools/crt/vcstartup/src/startup/exe_common.inl(118) |
| SecondLifeViewer!__scrt_common_main_seh | D:/a/_work/1/s/src/vctools/crt/vcstartup/src/startup/exe_common.inl(288) |
| kernel32!BaseThreadInitThunk | - |
| ntdll!RtlUserThreadStart | - |
This repo is using Opire - what does it mean? 👇
💵 Everyone can add rewards for this issue commenting
/reward 100 (replace 100 with the amount).🕵️♂️ If someone starts working on this issue to earn the rewards, they can comment
/try to let everyone know!🙌 And when they open the PR, they can comment
/claim #4823 either in the PR description or in a PR's comment.🪙 Also, everyone can tip any user commenting
/tip 20 @sl-service-account (replace 20 with the amount, and @sl-service-account with the user to tip).📖 If you want to learn more, check out our documentation.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the BugSplat group and call stack, then inspect indra/llwebrtc/llwebrtc.cpp at deployDevices (667) and setCaptureDevice (571). Trace how updateSettings in indra/newview/llvoicewebrtc.cpp (355) reaches those calls during idle_startup in llstartup.cpp (1559). Done means identifying and fixing the access violation path and confirming the crash no longer occurs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- audio-video-rtc, desktop
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100