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

Exception thrown in lib_lightgbm.dll on version v4.5.0 #6779

Open
cr-galrosen opened this issue Jan 9, 2025 · 2 comments
Open

Exception thrown in lib_lightgbm.dll on version v4.5.0 #6779

cr-galrosen opened this issue Jan 9, 2025 · 2 comments

Comments

@cr-galrosen
Copy link

Description

We got exception of access violation in lib_lightgbm.dll

Reproducible example

We use it in our Unit Test code. We can reproduce it in our environment.

Environment info

LightGBM version or commit hash: tag v4.5.0

Command(s) you used to install LightGBM

We link this library into our code.

Additional Comments

The call that got the exception is:

std::unique_ptrLightGBM::Boosting _boosting;
_boosting->Predict(const double* features, double* output, const PredictionEarlyStopInstance* early_stop)

@cr-galrosen
Copy link
Author

The file is managed_app_corrupted_dotnet_header.exe

@jameslamb
Copy link
Collaborator

Thanks for using LightGBM.

You haven't provided enough information for anyone to investigate this.

  • how did you build / install lib_lightgbm.dll?
  • what is the actual error message?
  • can you provide other logs that help explain where you encountered this issue?
  • can you provide a reproducible example? If you're new to that concept, there are some useful tips in this article: https://stackoverflow.com/help/minimal-reproducible-example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants