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
Hi, I tried to use osm_gps_map_track_insert_point while writing tests in python. The function itself works, but than python exits unexpected.
Here is a small example:
#!/usr/bin/python3 from gi.repository import OsmGpsMap track = OsmGpsMap.MapTrack() point = OsmGpsMap.MapPoint.new_degrees(50, 10) track.insert_point(point, 0)
Result (full backtrace):
*** Error in `/usr/bin/python3': double free or corruption (fasttop): 0x0000000000cf91c0 ***
Is this not intended way to call this function?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I tried to use osm_gps_map_track_insert_point while writing tests in python. The function itself works, but than python exits unexpected.
Here is a small example:
Result (full backtrace):
Is this not intended way to call this function?
The text was updated successfully, but these errors were encountered: