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

'iox::string' tests can exceed the translation unit compilation timeout #2278

Closed
elBoberido opened this issue Apr 24, 2024 · 0 comments · Fixed by #2281
Closed

'iox::string' tests can exceed the translation unit compilation timeout #2278

elBoberido opened this issue Apr 24, 2024 · 0 comments · Fixed by #2281
Assignees
Labels
bug Something isn't working

Comments

@elBoberido
Copy link
Member

Required information

Operating system:
Ubuntu 22.04 LTS

Compiler version:
GCC 11.4

Eclipse iceoryx version:
main branch

Observed 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

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
@elBoberido elBoberido self-assigned this Apr 24, 2024
@elBoberido elBoberido added the bug Something isn't working label Apr 24, 2024
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Apr 25, 2024
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Apr 25, 2024
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Apr 25, 2024
elBoberido added a commit to elBoberido/iceoryx that referenced this issue Apr 25, 2024
elBoberido added a commit that referenced this issue Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant