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

Updated backtrace and relevant dependencies #459

Closed
wants to merge 1 commit into from

Conversation

Kixunil
Copy link
Contributor

@Kixunil Kixunil commented Aug 20, 2021

This updates cc, memchr and backtrace to hopefully fix #453.
It looks like a memory leak was fixed in a new version but I'm not sure
if relevant now.

See rust-lang/rust#59125 (comment)

I didn't test yet, first going to let CI do it.

This updates `cc`, `memchr` and `backtrace` to hopefully fix romanz#453.
It looks like a memory leak was fixed in a new version but I'm not sure
if relevant now.

See rust-lang/rust#59125 (comment)
@Kixunil
Copy link
Contributor Author

Kixunil commented Aug 20, 2021

Oh, I see MSRV got bumped, perhaps it will work on top of #455

This is a bit challenging: RPi users may be unable to upgrade rustc but without it they may experience crashes with RUST_BACKTRACE (if this is actually a fix).

Maybe a correct combination of dependencies that fixes this can be found anyway, but I don't have time to try right now. If it turns out the fix requires MSRV bump then maybe the correct strategy is to bump MSRV in version 0.10, so that we can release backports of important fixes to 0.9.x separately, unless we want to use 0.9.x.y or maybe change to 1.x.y versioning.

Kixunil added a commit to Kixunil/electrs that referenced this pull request Aug 20, 2021
This may fix an issue with memory leak but not yet tested.
This change should NOT require MSRV bump.

See romanz#459 and romanz#453
@romanz
Copy link
Owner

romanz commented Sep 18, 2021

Closing since backtrace is no longer part of the dependencies.

@romanz romanz closed this Sep 18, 2021
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

Successfully merging this pull request may close these issues.

Bug: Killed during "starting full compaction"
2 participants