Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EXC_BAD_ACCESS on CritScope::CritScope #21

Open
ragian opened this issue May 7, 2021 · 1 comment
Open

EXC_BAD_ACCESS on CritScope::CritScope #21

ragian opened this issue May 7, 2021 · 1 comment

Comments

@ragian
Copy link

ragian commented May 7, 2021

Hi,
I want to report a "bug".

Develop environment: iOS: 14.5
Devices: iPhone 6s, iPhone SE, iPad Pro
Xcode: 12.5 (12E262)
macOS: 11.2.1 (20D74)
Fat Framework builded: from the banch branch-heads/pixiv-m78

Some time to time I get an (but very often):

EXC_BAD_ACCESS

on

CritScope::CritScope(const CriticalSection* cs) : cs_(cs) {
  cs_->Enter();
}

of the file

critical_section.cc

@ragian ragian changed the title CritScope::CritScope(const CriticalSection* cs) EXC_BAD_ACCESS on CritScope::CritScope May 7, 2021
@akihikodaki
Copy link
Contributor

Hi,

I suggest to use the latest release (https://github.com/pixiv/webrtc/releases/tag/87.0.4280.142-pixiv0).

Also, a crash located at critical_section.cc usually implies some use of rtc::CritScope is wrong and the implementation of rtc::CritScope itself is fine. Please provide a full stack trace for better understanding of the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants