Opened 13 years ago
Closed 10 years ago
#469 closed defect/bug (fixed)
SIGSEGV trying to use bin maps on a mipsel system
Reported by: | kgoetz | Owned by: | KaZeR |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | git master |
Severity: | Keywords: | ||
Cc: | heinold@… |
Description (last modified by kazer)
Situation: Using a backport of Debians navit-0.1.1 on Debian stable. The system is running on a mipsel based system ( a Lemote Yeeloong).
I can provide the packages / more information about compile options as needed.
When run without maps, navit launches fine. When run with planet.bin and australia.bin the following crash happens:
(gdb) run Starting program: /usr/bin/navit [Thread debugging using libthread_db enabled] [New Thread 0x2aacd540 (LWP 7723)] vehicle_gpsd:vehicle_gpsd_try_open:gps_open failed for 'gpsd://192.168.254.250:2947'. Retrying in 10 seconds. Have you started gpsd? Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x2aacd540 (LWP 7723)] 0x00422fd8 in route_find_nearest_street (vehicleprofile=0x0, ms=0x716b28, pc=0x7f994414) at route.c:2350 2350 route.c: No such file or directory. in route.c (gdb) bt #0 0x00422fd8 in route_find_nearest_street (vehicleprofile=0x0, ms=0x716b28, pc=0x7f994414) at route.c:2350 #1 0x0041bf4c in route_set_destination (this=0x72fee8, dst=0x7f994414, async=1) at route.c:878 #2 0x00459664 in navit_add_former_destinations_from_file (this_=0x493688) at navit.c:1051 #3 0x0045b6b0 in navit_init (this_=0x493688) at navit.c:1319 #4 0x00436ce0 in end_element (context=0x48ff48, element_name=0x716230 "navit", user_data=0x7f994638, error=0x7f994564) at xmlconfig.c:495 #5 0x00438504 in xi_end_element (context=0x48ff48, element_name=0x716230 "navit", user_data=0x7f99461c, error=0x7f994564) at xmlconfig.c:784 #6 0x2ab935e8 in IA__g_markup_parse_context_parse (context=0x48ff48, text=<value optimized out>, text_len=<value optimized out>, error=0x7f99468c) at /build/buildd/glib2.0-2.16.6/glib/gmarkup.c:1618 #7 0x0043882c in parse_file (document=0x7f99461c, error=0x7f99468c) at xmlconfig.c:845 #8 0x00438af8 in config_load (filename=0x48fe90 "/home/kgoetz/.navit/navit.xml", error=0x7f99468c) at xmlconfig.c:914 #9 0x00408658 in main (argc=1, argv=0x7f994784) at start.c:169 (gdb)
In case Trac fails to handle this paste nicely, its also in a pastebin at http://pastebin.ca/1547853 .
Change History (4)
comment:1 Changed 12 years ago by kazer
- Description modified (diff)
comment:2 Changed 12 years ago by woglinde
- Cc heinold@… added
comment:3 Changed 11 years ago by goetz karl
Hi Henning, sorry i didn't get back to you before - i kinda stuffed up on this one.
I haven't tested lately, and I don't have access to a system on which to test at the moment.
thanks, kk
comment:4 Changed 10 years ago by usul
- Resolution set to fixed
- Status changed from new to closed
This issue seems to be very outdated. At least the commiter is unable to confirm the bug once again, so I close this ticket for cleanup reasons. Feel free to reopen it and to provide up to date informations. Thanks for your hint on Mipsel!
Hi,
still a problem with actual svn build of navit? If no informations are following I will close the bug or I will try it on qemu-mips.
Bye Henning