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

Backtrace::Backtrace constructor calls factory instead of _capture #149

Open
blaugold opened this issue Mar 8, 2022 · 0 comments
Open

Comments

@blaugold
Copy link
Contributor

blaugold commented Mar 8, 2022

While looking at Backtrace.cc I found something that I either don't understand or is a bug.

Backtrace::Backtrace calls the factory Backtrace::capture instead of the internal method _capture to capture the back trace:
https://github.com/couchbaselabs/fleece/blob/b11812cbe7d31daee467125bd64a9b3fb0a5337f/Fleece/Support/Backtrace.cc#L345-L348

This just creates another Backtrace but does not initialize the instance itself.

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

1 participant