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

Go platform example segfault only on Ubuntu 20.04 github CI machine #164

Open
Anton-4 opened this issue Apr 3, 2024 · 0 comments
Open

Comments

@Anton-4
Copy link
Collaborator

Anton-4 commented Apr 3, 2024

 + valgrind ./examples/GoPlatform/main
==3920== Memcheck, a memory error detector
==3920== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==3920== Using Valgrind-3.15.0 and LibVEX; rerun with -h for copyright info
==3920== Command: ./examples/GoPlatform/main
==3920== 
==3920== 
==3920== Process terminating with default action of signal 11 (SIGSEGV)
==3920==  Bad permissions for mapped region at address 0x1A4001
==3920==    at 0x1A4001: ??? (in /home/runner/work/examples/examples/examples/GoPlatform/main)
==3920==    by 0x4A6E2E7: ???
==3920==    by 0x1A3FCF: ??? (in /home/runner/work/examples/examples/examples/GoPlatform/main)
==3920== 
==3920== HEAP SUMMARY:
==3920==     in use at exit: 0 bytes in 0 blocks
==3920==   total heap usage: 0 allocs, 0 frees, 0 bytes allocated
==3920== 
==3920== All heap blocks were freed -- no leaks are possible
==3920== 
==3920== For lists of detected and suppressed errors, rerun with: -s
==3920== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
./ci_scripts/all_tests.sh: line 75:  3920 Segmentation fault      (core dumped) valgrind ./examples/GoPlatform/main
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