Update minidump-writer to 0.10.0
Categories
(Toolkit :: Crash Reporting, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | fixed |
People
(Reporter: afranchuk, Assigned: afranchuk)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
minidump_writer needs to be updated to at least 0.9.0, however we need a new release to at least incorporate the fix in https://github.com/rust-minidump/minidump-writer/pull/129.
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 1•1 year ago
|
||
This is using a git rev for now as a new version hasn't been released
yet.
Updated•1 year ago
|
Comment 3•1 year ago
|
||
| Assignee | ||
Comment 4•1 year ago
•
|
||
Hmm, not sure what's going on there. I built successfully before trying to land (linux x64), and just tried again. I found that I had to rebase on autoland because of conflicts originally. I guess I'll throw it at try, or just wait to be able to rebase on central on Monday and hope for better results.
| Assignee | ||
Comment 5•1 year ago
|
||
Oh, I see now, it's a minimum rust version issue. The crate is using generic NonZero, which is since 1.79.0. I didn't pick up on that subtle detail because I knew other NonZero types have been around for a while.
| Assignee | ||
Comment 6•1 year ago
|
||
https://github.com/rust-minidump/minidump-writer/pull/136
:gsvelto we want to get that PR in too. At this point Jake may be back and able to make a release.
Comment 8•1 year ago
|
||
| bugherder | ||
Updated•1 year ago
|
Description
•