[ gpsdrive ] SVN Deb package
David Bannon
D.Bannon at vpac.org
Wed Jan 7 23:11:10 AKST 2009
Hi folks.
Just installed the current deb package on Kubuntu 8.10 and am seeing
some crashes. Strace tells me its trying to
open /usr/share/mapnik/world_boundaries/world_boundaries_m.shp
and failing. Dump below ...
I have mapnik-util, python-mapnik, mapnik-plugins, libmapnik0.5 and
libmapnik installed. All are version 0.5.1-2ubuntu1. Looks like it might
be some mapnik data I need but what ?
I used to have 2.10pre6 and it worked fine but wow, seems a lot of
additions things are now needed to get this fabulous application
working. A lot ....
Any suggestions ?
here is the tail end of strace dump -
open("/usr/share/icons/map-icons/classic.small/rendering/cliff.png", O_RDONLY) = 15
fstat64(15, {st_mode=S_IFREG|0644, st_size=26214, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb4fd4000
read(15, "\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\0\17\0\0\0\4\10\6\0\0"..., 4096) = 4096
read(15, "\272\"\371\377@\17\372\0:\322\247\336\353\221\2418\347"..., 4096) = 4096
read(15, "B]\327a\0b\343zn\273s\244\335D\25D5~\337\17r(|\326\216"..., 4096) = 4096
read(15, "n\3620H\32\246\336\30]\212\372_\v_\177\206&k\260\307\10"..., 4096) = 4096
read(15, "\204\361%8\261yF\37c`\214\363}{\25C\10;+ at 03Ft\257\251\314"..., 4096) = 4096
read(15, "\7s\314\354\336j\217\335\352\272\357%Z\215[~_\313\257d"..., 4096) = 4096
read(15, "M\256Y\327q\246~\341\350[\273\34{\217y\213\274\243\256"..., 4096) = 1638
close(15) = 0
munmap(0xb4fd4000, 4096) = 0
open("/usr/share/mapnik/world_boundaries/world_boundaries_m.shp", O_RDONLY) = -1 ENOENT (No such file or directory)
close(-1) = -1 EBADF (Bad file descriptor)
futex(0xb76190c8, 0x81 /* FUTEX_??? */, 2147483647) = 0
write(2, " got exception ... \n", 20 got exception ...
) = 20
write(2, "terminate called after throwing "..., 48terminate called after throwing an instance of ') = 48
write(2, "std::ios_base::failure", 22std::ios_base::failure) = 22
write(2, "\'\n", 2'
) = 2
write(2, " what(): ", 11 what(): ) = 11
write(2, "failed opening file: Bad file de"..., 40failed opening file: Bad file descriptor) = 40
write(2, "\n", 1
) = 1
rt_sigprocmask(SIG_UNBLOCK, [ABRT], NULL, 8) = 0
tgkill(9225, 9225, SIGABRT) = 0
--- SIGABRT (Aborted) @ 0 (0) ---
+++ killed by SIGABRT +++
David
More information about the GPSdrive
mailing list