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

Issue: Application Fails to Run in Release Mode #51

Open
zetaenzo opened this issue Feb 13, 2025 · 0 comments
Open

Issue: Application Fails to Run in Release Mode #51

zetaenzo opened this issue Feb 13, 2025 · 0 comments

Comments

@zetaenzo
Copy link

Hello,

I am using Extractous version 0.3.0 in my Rust application. When I build and run my application in debug mode using the following commands, everything works correctly:

cargo build
cargo run

However, when I build the application in release mode with the following command:

cargo build --release

And then run the resulting executable, it does nothing. There is no output, no error, and no logs. It seems like the application is not starting at all.

Steps to Reproduce

  • Add extractous = "0.3.0" to Cargo.toml.
  • Implement basic usage of extractous in the application.
  • Run cargo build and cargo run -> Works fine.
  • Run cargo build --release -> Executable does nothing when run.

Expected Behavior

The release build should behave the same as the debug build.

Actual Behavior

Release build executable does nothing, with no output or errors.

Environment

  • OS: Windows 11
  • Rust Version: 1.84.1
  • Extractous Version: 0.3.0

Are there any known issues or additional configurations required for cargo build --release with Extractous? How can I diagnose this issue further?

Thank you for your support!

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

1 participant