Skip to content

fix: failed to load so library#170

Merged
szbr9486 merged 1 commit intomainfrom
xuen
Aug 11, 2025
Merged

fix: failed to load so library#170
szbr9486 merged 1 commit intomainfrom
xuen

Conversation

@bigbigxu
Copy link
Copy Markdown
Contributor

No description provided.

return;
} catch (UnsatisfiedLinkError e) {
// pass
LOGGER.warn("xxx {} {}", libraryName, e);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why delete this warning log info

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the debug log, which was submitted by mistake before.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is true that some error logs need to be printed here

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix it


pub mod java;
pub mod python;
// pub mod python;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix it

return;
} catch (UnsatisfiedLinkError e) {
// pass
LOGGER.warn("xxx {} {}", libraryName, e);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is true that some error logs need to be printed here

LOGGER.info("Loaded {} by System.loadLibrary", filename);
System.load(filename);
} catch (Throwable e) {
LOGGER.warn("xxx {} {}", libraryName, e);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need log info

@szbr9486 szbr9486 merged commit 5a409bf into main Aug 11, 2025
3 checks passed
@lzjqsdd lzjqsdd added the bug Something isn't working label Sep 22, 2025
Coderlxl pushed a commit to Coderlxl/curvine that referenced this pull request Dec 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants