Opened 13 years ago
Closed 13 years ago
#487 closed defect/bug (fixed)
Some maps cause Navit to exit right after being launched
Reported by: | dandv | Owned by: | cp15 |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | port/android | Version: | git master |
Severity: | Keywords: | ||
Cc: |
Description
I'm using navit-svn-2663 from http://download.navit-project.org/navit/android/svn/navit-svn-2663.apk on a Samsung Galaxy running Android 1.5.
I've installed TTS and copied a map of California to the Galaxy's internal storage, as /navitmap.bin
As soon as I tap on Navit, it starts the GPS, then exits. adb logcat output attached.
Attachments (1)
Change History (6)
Changed 13 years ago by dandv
comment:1 follow-up: ↓ 2 Changed 13 years ago by dandv
The offline map I used was cut/downloaded from http://maps.navit-project.org/download/
comment:2 in reply to: ↑ 1 Changed 13 years ago by dandv
- Summary changed from On Android 1.5, Navit exits right after being launched to Some maps cause Navit to exit right after being launched
Replying to dandv:
The offline map I used was cut/downloaded from http://maps.navit-project.org/download/
UPDATE: if I move navitmap.bin away, Navit starts alright. Since the map was the issue, here is the original filename of the offending map: osm_bbox_-123.4,36.5,-121.1,38.8.bin
In the meantime I loaded a smaller map, osm_bbox_-122.2,37.3,-121.9,37.5.bin, and NavIt? also starts alright.
comment:3 Changed 13 years ago by vzq4815
hi, i have almost the same issue. however, even i change to a small map, it also exit right after being launched.
have you solved your problem? may know the solution?? thanks a lot!!!
comment:4 Changed 13 years ago by me.yahoo.com/a/hthlykcvonrgunec9ub0cbz2zzjwdg10#c2fd6
The patch at the bottom of this ticket might help: http://trac.navit-project.org/ticket/522
The problem I had was that wordexp's return value was uninitialized (hence return values like 33, instead of 0).
comment:5 Changed 13 years ago by kazer
- Resolution set to fixed
- Status changed from new to closed
Patch from ticket #522 has been applied. Let us know if it fixed your issue.
adb logcat output