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

multiple .copy() of orbit TLE causes segmentation fault #260

Open
probinso opened this issue Aug 18, 2023 · 1 comment
Open

multiple .copy() of orbit TLE causes segmentation fault #260

probinso opened this issue Aug 18, 2023 · 1 comment

Comments

@probinso
Copy link

probinso commented Aug 18, 2023

import ephem

line1 = '1 32382U 07061A   17104.91671019 +.00000214 +00000-0 +10000-3 0  9990'
line2 = '2 32382 098.5768 113.4397 0001285 096.3062 323.5664 14.29984323487253'
orb = ephem.readtle('satellite', line1, line21)
orb.copy()
orb.copy()
orb.copy() # segmentation fault
@brandon-rhodes
Copy link
Owner

Alas, on my system that doesn't produce a segmentation fault. What operating system and Python version are you using? To fix the problem, I would need to create a system setup exactly like yours; we'll see if that's possible once you report back with more information. Thanks!

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

2 participants