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

assertion failed: self.row.address_offset >= self.prev_row.address_offset #5

Open
kripken opened this issue Nov 22, 2019 · 1 comment

Comments

@kripken
Copy link

kripken commented Nov 22, 2019

STR:

wdwarf-cp emcc-6-pre-byn.wasm -o final.wasm -m emcc-9-output_map.map -w emcc-8-wasm-opt.wasm

=>

thread 'main' panicked at 'assertion failed: self.row.address_offset >= self.prev_row.address_offset', /home/azakai/.cargo/git/checkouts/gimli-a0d193bd15a5ed96/423431f/src/write/line.rs:465:9

emscripten_temp.zip

@yurydelendik
Copy link
Owner

Addressed by 3334fb5 -- current algorithm is not relying on real program/function boundaries, and panics when last instruction address == end of sequence address.

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