-
Notifications
You must be signed in to change notification settings - Fork 0
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
Possible memory leak on VenturaOS #48
Comments
From ChatGPT Prompt:
Answer:The warning you are seeing during the A dynamic library is a shared library that is linked at runtime by other programs and libraries. The dylib ID is an identifier embedded in the dylib file that specifies its path. In this case, the formula is trying to change the dylib ID of The warning is likely happening because of how the dynamic library is being linked in your project. It's possible that the library has a fixed dylib ID that is conflicting with the Homebrew installation process, leading to this warning. The program still builds and works because the dylib file is successfully installed, but the warning is indicating that there may be potential issues with the library's linkage. To address this warning, you can try the following steps:
As always, when working with dynamic libraries and build environments, it's crucial to ensure that your project is correctly configured and tested to avoid potential issues down the line. If you have any further questions or need additional help, please let me know! |
From ChatGPT Prompt:
Answer:The warning you are seeing:
is related to the This warning typically occurs when a process spawned by the To deal with this warning, you can follow these steps:
It's important to note that the warning is a sign that something unexpected is happening with the If you need further assistance in debugging or addressing this warning, feel free to share more details about your code and how you are using the |
@LaansDole This doesn't look like a critical bug, however I have a feeling this will be very hard to debug. If you have time, please let me know if you want to debug this for me, since I don't own a Mac. |
23-7-2023_imdupes_run_VenturaOS.txt
Here is the result from my Test run
The text was updated successfully, but these errors were encountered: