We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://bugzilla.mozilla.org/show_bug.cgi?id=1882863.
The crash is at this line. It seems the reason is that local_cid is called before make_permanent, but I am not exactly sure how this could happen.
local_cid
make_permanent
The text was updated successfully, but these errors were encountered:
We need to find better ways to create reproducers from these crash reports. (In general, not just for this one.) What can we do?
Sorry, something went wrong.
Was fixed by #1698
No branches or pull requests
See https://bugzilla.mozilla.org/show_bug.cgi?id=1882863.
The crash is at this line.
It seems the reason is that
local_cid
is called beforemake_permanent
, but I am not exactly sure how this could happen.The text was updated successfully, but these errors were encountered: