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

Strange DLL mix=up #358

Open
HouetIBS opened this issue Apr 4, 2024 · 0 comments
Open

Strange DLL mix=up #358

HouetIBS opened this issue Apr 4, 2024 · 0 comments

Comments

@HouetIBS
Copy link

HouetIBS commented Apr 4, 2024

Hi, I got a strange message in my Labview log files: "Possible path leak, unable to purge elements of base #0".
Besides that, the applications I build with gRPC in Labview are not able to close nicely. The program will stay 'alive' under 'Background processes'

I was going through the Labview application to find all grpc dll calls and found that (at least) the StopServer.vi has a strange reference (C:\Users\XEnderMD\Desktop\LV gRPC\labview source\gRPC interface\dlls\labview_grpc_server.dll).
image

I will try to remove all strange references and try to build the application again. I will get back with the results later today/tomorrow.

EDIT:
Also found in:

  • CreateServer
  • Complete Call
  • Create And Register Server Event
  • Read Call Request
  • Register Enum Metadata (but says 'C:\Source\grpc-labview\build\Debug\labview_grpc_server.dll')
  • Write Call Response

EDIT2:
Removing these strange references does not fix any thing. Executable still stays in memory and 'Possible path leak'-message still exists...

EDIT3:
Executable in memory after closing was my bad.

'Possible path leak' still exists, but seems no problem. Otherwise some extra log-files on disk.

Greetings,

Erik

AB#2701639

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