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

segmentation fault(core dumped) #13037

Open
2 tasks done
gysocool opened this issue May 23, 2024 · 2 comments
Open
2 tasks done

segmentation fault(core dumped) #13037

gysocool opened this issue May 23, 2024 · 2 comments
Labels
bug Something isn't working non-reproducible Bug is not reproducible Stale

Comments

@gysocool
Copy link

gysocool commented May 23, 2024

Search before asking

  • I have searched the YOLOv8 issues and found no similar bug report.

YOLOv8 Component

No response

Bug

29D5994BF27EFBDC1F395AD03D5A1B2C

Environment

Ultralytics YOLOv8.2.19 python-3.10.14 torch-2.3.0+cu118 CUDA:0 (NVIDIA A3 MIG 2g.12gb, 11968MiB)

Minimal Reproducible Example

No response

Additional

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@gysocool gysocool added the bug Something isn't working label May 23, 2024
@glenn-jocher glenn-jocher added the non-reproducible Bug is not reproducible label May 23, 2024
@glenn-jocher
Copy link
Member

It looks like you're encountering a segmentation fault, which could be related to memory issues or incompatible library versions. Here are a couple of steps you can try:

  1. Check GPU Memory: Ensure that your GPU has enough memory available before running the model. You can monitor it using nvidia-smi.
  2. Update/Reinstall Libraries: Sometimes, simply updating or reinstalling PyTorch and CUDA can resolve these issues. Make sure they are compatible with each other.
pip install torch==2.3.0+cu118 --upgrade

If the issue persists, please provide a minimal reproducible example, and I'll look into it further! Thanks for offering to help with a PR; that's greatly appreciated! 🚀

Copy link

👋 Hello there! We wanted to give you a friendly reminder that this issue has not had any recent activity and may be closed soon, but don't worry - you can always reopen it if needed. If you still have any questions or concerns, please feel free to let us know how we can help.

For additional resources and information, please see the links below:

Feel free to inform us of any other issues you discover or feature requests that come to mind in the future. Pull Requests (PRs) are also always welcomed!

Thank you for your contributions to YOLO 🚀 and Vision AI ⭐

@github-actions github-actions bot added the Stale label Jun 24, 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 non-reproducible Bug is not reproducible Stale
Projects
None yet
Development

No branches or pull requests

2 participants