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

Osm2Navit: Seg fault when all nodes are in order #505

Closed
aerostitch opened this issue Dec 30, 2007 · 2 comments
Closed

Osm2Navit: Seg fault when all nodes are in order #505

aerostitch opened this issue Dec 30, 2007 · 2 comments

Comments

@aerostitch
Copy link
Contributor

When all nodes are in order, I get a segmentation fault. The problem is that the hash table pointers are not initialized to NULL (node_hash, tile_hash, tile_hash2 pointers), initializing them to NULL fixes the problem (see also my patch I've submitted to resolve the other hash table related problems). When applying the fixes, osm2navit runs now OK on win32 when compiling it with mingw. The basics of Navit are now also working, more work needs to be done on the win32 port to get all functions to work

Reported by: afaber

Original Ticket: "navit/bugs/16":https://sourceforge.net/p/navit/bugs/16

@aerostitch
Copy link
Contributor Author

We are not monitoring this bug tracker, but instead we are using our own trac, located at http://trac.navit-project.org.
I'm closing your issue, please reopen on our tracker if you are still facing the issue.
I hope that you understand that we cannot keep tracks of bugs on both trackers.
Thanks for your interest!

Original comment by: kazer_

@aerostitch
Copy link
Contributor Author

  • status: open --> closed

Original comment by: kazer_

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant