projectfluent / fluent-rs

Rust implementation of Project Fluent
https://projectfluent.org
Apache License 2.0
1.04k stars 95 forks source link

Debug windows binaries crashes on Windows and Wine #250

Closed qarmin closed 1 year ago

qarmin commented 2 years ago

When I compiled my app on Linux(both Debug and Release) or Windows(only Release), then everything works fine. But when I started to use debug Windows builds(without any code change, except changing windows build to console), then I start to have this crashes when starting app(even with RUST_BACKTRACE=full don't show more detailed backtrace)

This is reopened issue #249

Minimal project - https://github.com/qarmin/czkawka/tree/test_crash Binaries not stripped(release - no crash, debug crash) - https://github.com/qarmin/czkawka/actions/runs/1662075703

dvc94ch commented 2 years ago

the problem is almost certainly with i18n-embed or your usage of it.

kellpossible commented 2 years ago

@dvc94ch it seems likely

gregtatum commented 1 year ago

This doesn't appear to be a fluent-rs issue, so I'm going to go ahead and close.