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

[bug] Conflicts with DLLS written by go #10930

Open
Hi-Mr-Wind opened this issue Sep 9, 2024 · 2 comments
Open

[bug] Conflicts with DLLS written by go #10930

Hi-Mr-Wind opened this issue Sep 9, 2024 · 2 comments
Labels
help wanted Help is requested to fix this issue status: needs more info Issue needs more information, discussion or reproducible example status: needs triage This issue needs to triage, applied to new issues type: bug

Comments

@Hi-Mr-Wind
Copy link

Describe the bug

When I was writing tauri2.0-rc, I used rust to call the dll compiled by go, but I found that after the dll's calling method was executed, the UI would exit without printing the wrong stack content, just like calling exit. But neither my dll nor rust code calls a similar method, I wonder why it causes the exit

Reproduction

No response

Expected behavior

After testing, the dll written by C++ is called, and no exit phenomenon is found after the execution of the method. However, the completion of the execution of the dll generated by go and other languages will cause the end of the UI process

Full tauri info output

pnpm tauri dev

Stack trace

He exits after printing without stack

Additional context

No response

@Hi-Mr-Wind Hi-Mr-Wind added status: needs triage This issue needs to triage, applied to new issues type: bug labels Sep 9, 2024
@FabianLars
Copy link
Member

I'm afraid this is impossible for us to triage like this. Please post the output of pnpm tauri info as required by the issue template.
Also, we'll need some kind of minimal reproduction example here...

Since afaik we don't have any Go experts/users on the team i'll mark this issue as help wanted too.

@FabianLars FabianLars added help wanted Help is requested to fix this issue status: needs more info Issue needs more information, discussion or reproducible example labels Sep 9, 2024
@vednig
Copy link

vednig commented Sep 13, 2024

Please provide the response code returned after running dll

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Help is requested to fix this issue status: needs more info Issue needs more information, discussion or reproducible example status: needs triage This issue needs to triage, applied to new issues type: bug
Projects
None yet
Development

No branches or pull requests

3 participants