-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
createHierarchy segfault #24
Comments
Are you using stxxl 1.2.x? If so, please switch to 1.3.1. You should be on the safe side ignoring this error, because once Am 09.11.2011 17:21, schrieb Sam Tuke:
Karlsruher Institut für Technologie (KIT) Dennis Luxen Am Fasanengarten 5 Telefon: +49 721 608-46781 KIT - Universität des Landes Baden-Württemberg und nationales |
Thanks for the feedback. I am using 1.2. Good to know the error isn't fatal. no .names file has been generated however; I assumed this was due to the segfault - is this in fact unrelated? routed will not start due to missing .names file. Sam. |
I have also tried using a .names file from another instance of OSRM on another machine (using the same .osrm map data file however), and get another segfault, this time from routed:
|
Not sure why no names files has been generated. Tested twice on
|
I refreshed the repository and recompiled, the routed segfault has disappeared, so closing this issue. |
Thanks for the feedback |
I get 'segmentation fault (core dumped)' error when run osrm-routed and try to viaroute some coordinates. Already extracted and prepared the index files again, pre-compiled the osrm with --build=debug option and get tons of messages like these:
After the |
Looks like broken data and/or inconsistent binaries. |
3b02ca0 add which() method returning zero based index of stored T in Types... for boost::variant() compatibility c117592 update unit test to match c64c74775a80474f2012c1a49ab2865e3666107a 36f1e12 add get<T>() overloads for when T is stored in recursive_wrapper<T> also makes get<T>() a compile time error where T is not in Types... (ref #24) 7dfdfa2 clean up coverage files in test directory too [skip ci] 89f8a41 add coverage report git-subtree-dir: third_party/variant git-subtree-split: 3b02ca0e3ab1a36dd6ec9138e7f93eb3176ae5f7
$ ./createHierarchy great_britain.osrm preprocessing data from input file great_britain.osrm using STL serial mode Importing n = 8291624 nodes ... and 8732334 edges ...ok initializing contractor ...Edge Weight too large -> May lead to invalid CH Edge Weight too large -> May lead to invalid CH Edge Weight too large -> May lead to invalid CH Edge Weight too large -> May lead to invalid CH Edge Weight too large -> May lead to invalid CH ok removed 15822 edges of 17464658 Contractor is using 2 threads initializing elimination PQ ...ok preprocessing .... 10% . 20% . 30% . 40% . 50% . 60% . 70% . 80% . 90% . 100% [contractor] checking sanity of generated data ...ok [contractor] max level: 95 sorting level info writing level info Scanning for useless shortcuts Removing edges Removed 1894 useless shortcuts Serializing edges . 10% . 20% . 30% . 40% . 50% . 60% . 70% . 80% . 90% . 100% writing node map ...ok [STXXL-MSG] STXXL v1.2.1 (release) [STXXL-ERRMSG] Warning: no config file found. [STXXL-ERRMSG] Using default disk configuration. [STXXL-MSG] 1 disks are allocated, total space: 1000 MB building grid .... 10% . 20% . 30% . 40% . 50% . 60% . 70% . 80% . 90% . 100% sorting grid data consisting of 9423259 edges...ok in 16.9068s writing data .... 10% . 20% . 30% . 40% . 50% . 60% . 70% . 80% . 90% . 100% finished Segmentation fault (core dumped)
Where is the core dump data saved to for inspection?
The text was updated successfully, but these errors were encountered: