We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Operating system: Ubuntu 22.04 LTS
Compiler version: GCC 11.4
Eclipse iceoryx version: main branch
main
Observed result or behaviour: The compilation timed out when processing test_vocabulary_string.cpp
test_vocabulary_string.cpp
Expected result or behaviour: No compilation timeout
Conditions where it occurred / Performed steps: Sporadically on Ubuntu 22.04
If there is a core dump, please run the following command and add the output to the issue in a separate comment
gdb --batch \ --ex "shell printf '\n\033[33m#### Local Variables ####\033[m\n'" --ex "info locals" \ --ex "shell printf '\n\033[33m#### Threads ####\033[m\n'" --ex "info threads" \ --ex "shell printf '\n\033[33m#### Shared Libraries ####\033[m\n'" --ex "info sharedlibrary" \ --ex "shell printf '\n\033[33m#### Stack Frame ####\033[m\n'" --ex "info frame" \ --ex "shell printf '\n\033[33m#### Register ####\033[m\n'" --ex "info register" \ --ex "shell printf '\n\033[33m#### Backtrace ####\033[m'" --ex "thread apply all bt" \ --core coreDumpFile binaryFile
The text was updated successfully, but these errors were encountered:
iox-eclipse-iceoryx#2278 Print execution time for clang-tidy
78d8787
iox-eclipse-iceoryx#2278 Split string tests into multiple files
2cb79fd
iox-eclipse-iceoryx#2278 Split logstream tests into multiple files
0686534
iox-eclipse-iceoryx#2278 Update release notes
e1d4436
Merge pull request #2281 from elBoberido/iox-2278-split-up-tests
562d9c1
iox-#2278 Split up tests
elBoberido
Successfully merging a pull request may close this issue.
Required information
Operating system:
Ubuntu 22.04 LTS
Compiler version:
GCC 11.4
Eclipse iceoryx version:
main
branchObserved result or behaviour:
The compilation timed out when processing
test_vocabulary_string.cpp
Expected result or behaviour:
No compilation timeout
Conditions where it occurred / Performed steps:
Sporadically on Ubuntu 22.04
Additional helpful information
If there is a core dump, please run the following command and add the output to the issue in a separate comment
The text was updated successfully, but these errors were encountered: