Re: [Xastir] tiled maps shared with tangogps

2010-08-10 Thread Piotr Gluszenia Slawinski
Sounds like the problem is bigger than just tiling even OSM support. Your guess about uclibc sounds reasonable, but I'm not sure where to recommend you start. Are all of the errors related to png.c? I'm hoping someone with uclibc experience can jump in here, or maybe one the Xastir gurus can

Re: [Xastir] tiled maps shared with tangogps

2010-08-10 Thread Curt, WE7U
On Wed, 11 Aug 2010, Piotr Gluszenia Slawinski wrote: btw. one problem persists, but is bit less annoying, i have maps shared with tangogps, via simple symlink. if i start up xastir first time, reindex maps, and choose this mapset, it segfaults immediatelly. i have to restart it, and first

Re: [Xastir] tiled maps shared with tangogps

2010-08-10 Thread Piotr Gluszenia Slawinski
On Tue, 10 Aug 2010, Curt, WE7U wrote: On Wed, 11 Aug 2010, Piotr Gluszenia Slawinski wrote: btw. one problem persists, but is bit less annoying, i have maps shared with tangogps, via simple symlink. if i start up xastir first time, reindex maps, and choose this mapset, it segfaults

Re: [Xastir] tiled maps shared with tangogps

2010-08-10 Thread Jerry Dunmire
Hi Piotr, I too saw a seg fault when I was first implementing the tiling code that made me worry that I was destabilizing the system. On further examination of older versions I found I could recreate the problem but I have not had a chance to purse it further. It sounds a bit like your problem

[Xastir] tiled maps shared with tangogps

2010-08-09 Thread Piotr Gluszenia Slawinski
Hello. I've just synced to cvs and i try to use tiled version of OSM maps. unfortunatelly, i get errors like : xastir: memory allocation failed `/home/curious/.xastir/OSMtiles/cycle/10/552/341.png' @ error/png.c/ReadOnePNGImage/1781. xastir: corrupt image

Re: [Xastir] tiled maps shared with tangogps

2010-08-09 Thread Jerry Dunmire
Hi Piotr, If you set debugging to 512 (-v 512) the tiles will not be removed when a read error occurs. Then you can examine the tile file for possible problems. A common problem (but I don't think it is the one you are having) is that the host returns a 404 when the tile is not found on the

Re: [Xastir] tiled maps shared with tangogps

2010-08-09 Thread Piotr Gluszenia Slawinski
On Mon, 9 Aug 2010, Jerry Dunmire wrote: Hi Piotr, If you set debugging to 512 (-v 512) the tiles will not be removed when a read error occurs. Then you can examine the tile file for possible problems. A common problem (but I don't think it is the one you are having) is that the host returns a

Re: [Xastir] tiled maps shared with tangogps

2010-08-09 Thread Jerry Dunmire
You might also try the non-tiling OSM sites (OSM_cloudmade*) with the new version. If the problem is tied only to tiling, then those sites should still work. 73, ...jerry KA6HLD On Mon, Aug 9, 2010 at 3:21 PM, Piotr Gluszenia Slawinski curi...@bwv190.internetdsl.tpnet.pl wrote: On Mon, 9 Aug

Re: [Xastir] tiled maps shared with tangogps

2010-08-09 Thread Piotr Gluszenia Slawinski
You might also try the non-tiling OSM sites (OSM_cloudmade*) with the new version. If the problem is tied only to tiling, then those sites should still work. they also do not work, neither shapefiles. something seems to get broken inbetween releases, probably specific to uclibc :/ all what

Re: [Xastir] tiled maps shared with tangogps

2010-08-09 Thread Jerry Dunmire
Sounds like the problem is bigger than just tiling even OSM support. Your guess about uclibc sounds reasonable, but I'm not sure where to recommend you start. Are all of the errors related to png.c? I'm hoping someone with uclibc experience can jump in here, or maybe one the Xastir gurus can help