-
Notifications
You must be signed in to change notification settings - Fork 40
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
munmap_chunk(): invalid pointer on IMX8 Nano #259
Comments
It looks for me that this issue is similar to #263 and #265 . The only difference is it is using opengles2 instead of x11. Please @Farshid-Monhaseri confirm so we can concentrate on this issue. |
Any updates? |
To check if the problem is with Knowcode or not, I'm attaching two samples, the 2i app uses knowcode and the coronachart doen't. Both is using version 7.0. Could you please try it @VicMisael ? |
2i doesn't work, a crash related to knowcodeXML, coronachart runs fine,Both of the 64 bits executable don't work since mine is 32 bit |
You can try this libtcvm? It should solve this issue |
Some devices crash when opengl is used, so for now, we'll force the usage of the software renderer until we find a way to test for hardware accelerated graphics support without crashing. probably fixes #259
Some devices crash when opengl is used, so for now, we'll force the usage of the software renderer until we find a way to test for hardware accelerated graphics support without crashing. probably fixes #259
Some devices crash when opengl is used, so for now, we'll force the usage of the software renderer until we find a way to test for hardware accelerated graphics support without crashing. probably fixes #259
munmap_chunk(): invalid pointer on IMX8 Nano
Trying to run the Arm64 build on IMX8 Nano. When running Embedded Hello World I am getting the above error
Describe the bug
Compile the Hello world Sample and copy the latest arm64 Launcher and libtcvm.so to the folder.
Running the code with
./Launcher HelloWorld
I see a quick flash on the screen and the following output:
Expected behavior
Hello World application to Run
Devices:
Please complete the following information:
Additional context
The text was updated successfully, but these errors were encountered: