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

[BUG]: Multiple build warnings when performing a non-debug build #516

Closed
2 tasks done
dagardner-nv opened this issue Nov 1, 2024 · 0 comments · Fixed by #518
Closed
2 tasks done

[BUG]: Multiple build warnings when performing a non-debug build #516

dagardner-nv opened this issue Nov 1, 2024 · 0 comments · Fixed by #518
Assignees
Labels
bug Something isn't working

Comments

@dagardner-nv
Copy link
Contributor

Version

24.10

Which installation method(s) does this occur on?

Source

Describe the bug.

I don't see these when performing a debug build:

/home/dagardner/work/conda/envs/mrc2/include/boost/fiber/buffered_channel.hpp:71:18: warning: argument 1 value '18446744073709551615' exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
   71 |         slots_ = new slot_type[capacity_];
      |                  ^
/home/dagardner/work/conda/envs/mrc2/x86_64-conda-linux-gnu/include/c++/12.1.0/new: In member function 'get_source':
/home/dagardner/work/conda/envs/mrc2/x86_64-conda-linux-gnu/include/c++/12.1.0/new:128:26: note: in a call to allocation function 'operator new []' declared here
  128 | _GLIBCXX_NODISCARD void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
      |                          ^

Minimum reproducible example

No response

Relevant log output

No response

Full env printout

No response

Other/Misc.

No response

Code of Conduct

  • I agree to follow MRC's Code of Conduct
  • I have searched the open bugs and have found no duplicates for this bug report
@dagardner-nv dagardner-nv added the bug Something isn't working label Nov 1, 2024
@dagardner-nv dagardner-nv self-assigned this Dec 16, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Morpheus Boards Dec 17, 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
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant