Re: [GRASS-user] SVN problems

2010-08-17 Thread Glynn Clements

Daniel Victoria wrote:

> I get errors in lib/gmath that says:
> 
>  /home/daniel/grass/grass6_devel/lib/gmath/blas_level_1.c:91:
> undefined reference to `sqrt'
> 
> Am I missing some library?

No; it's a bug in lib/gmath/Makefile, which should have $(MATHLIB) in
the definition of EXTRA_LIBS.

$(MATHLIB) (typically -lm) will usually get pulled in anyhow (e.g. via
$(FFTWLIB)), hence the reason that no-one has noticed this before.

-- 
Glynn Clements 
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] addons installation under GRASS 7.0-svn

2010-08-17 Thread Glynn Clements

Markus Neteler wrote:

> >> GRASS 7.0.svn (nc_spm_08): > sh i.fusion.his
> >> sh: i.fusion.his: command not found
> >
> > Does it have the execute bit set?
> 
> Yes.
> 
> > If it doesn't, g.parser can't
> > execute it. That has always been the case; it isn't specific to 7.0.
> 
> ls -la i.fusion.his
> -rwxr-xr-x 1 neteler neteler 3867 2009-09-29 21:36 i.fusion.his*
> 
> The problem was that it wasn't in the search path.

I thought of mentioning this, then concluded that it shouldn't make a
difference. But it turns out that it matters if GRASS_GUI is set to
"wxpython".

If you "execute" a script by typing its name, it must be in $PATH. But
if you execute "sh" with the script filename as an argument, the shell
will just [f]open() it, and the normal rules apply (i.e. any path not
starting with a "/" is relative to the current directory).

And when g.parser invokes the script, it uses execl(), which doesn't
use the path.

AFAICT, the problem is when g.parser uses G_gui_wx(). Whereas
G_gui_tcltk() invokes gui.tcl and feeds it a description on its stdin,
G_gui_wx() invokes menuform.py with the command line, and G_gui_wx()
re-invokes the script with the --interface-description flag. The
script is exceuted using os.popen(), which uses /bin/sh, which uses
$PATH, hence the error.

So if you run the script with arguments (so that no dialog is
generated), or if GRASS_GUI is set to "tcltk", I think that it should
work regardless of whether the script is in $PATH.

-- 
Glynn Clements 
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Opensource and pretty maps design anybody?

2010-08-17 Thread kapo coulibaly
Thank you all for your suggestions. I've used qgis quite a bit, it has a
nice GUI but it is not very good with pretty maps. I'll give the SVG format,
GMT and other graphic softwares a try. But how do you handle large numbers
of feature (contour labeling)? It can be pretty tedious if you are going to
cycle through various attributes attached to the same features. I think
there is a case to be made that there is a gap to be filled. Opensource GIS
software (Grass GIS, qGIS, Mapwindow, Saga...etc) could use some enhancement
in this department.

On Tue, Aug 17, 2010 at 11:59 AM, Malte Martin  wrote:

> QGIS?
> http://www.qgis.org/en.html
>
> It comes along with a GRASS Plugin so you can use GRASS datasets.
>
> Malte
>
> Am 17.08.2010 um 17:56 schrieb kapo coulibaly:
>
>  I've been using opensource GIS for a while (GRASS a lot). But they are all
>> very limited when it comes to creating nice maps. I always have to resolve
>> to using ArcGIS to put final touches on maps. Anybody has a suggestion for a
>> free software to use for map design?
>> ___
>> grass-user mailing list
>> grass-user@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/grass-user
>>
>
>
>
>
>
>
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Opensource and pretty maps design anybody?

2010-08-17 Thread Thomas Adams

Malte,

You also may want to look at what Dylan Beaudette has done at the UC 
Davis Soil Resource Laboratory with 
http://casoilresource.lawr.ucdavis.edu/drupal/node/96


Go to:

"Cartographic Output via GMT", then select "An example on this website" 
which is: http://casoilresource.lawr.ucdavis.edu/drupal/node/102


Regards,
Tom

Jamie Adams wrote:
I generally open GRASS data in QGIS, create a basic map and export to 
svg (or pdf), and then do the finishing touches in Inkscape.  This 
workflow has worked very well for me.  


- Jamie

On Tue, Aug 17, 2010 at 8:56 AM, kapo coulibaly > wrote:


I've been using opensource GIS for a while (GRASS a lot). But they
are all very limited when it comes to creating nice maps. I always
have to resolve to using ArcGIS to put final touches on maps.
Anybody has a suggestion for a free software to use for map design?

___
grass-user mailing list
grass-user@lists.osgeo.org 
http://lists.osgeo.org/mailman/listinfo/grass-user




___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user
  



--
Thomas E Adams
National Weather Service
Ohio River Forecast Center
1901 South State Route 134
Wilmington, OH 45177

EMAIL:  thomas.ad...@noaa.gov

VOICE:  937-383-0528
FAX:937-383-0033

___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] datum not set in a mapset can I set it after it has been created

2010-08-17 Thread stephen sefick
I made a oopsie and did not set the datum in a mapset which is using
wgs84 by default, and my data is in nad83.  I have diligently kept all
of the source data in nad83 before import.  Can I change the datum?

-- 
Stephen Sefick

| Auburn University                                   |
| Department of Biological Sciences           |
| 331 Funchess Hall                                  |
| Auburn, Alabama                                   |
| 36849                                                    |
|___|
| sas0...@auburn.edu                             |
| http://www.auburn.edu/~sas0025             |
|___|

Let's not spend our time and resources thinking about things that are
so little or so large that all they really do for us is puff us up and
make us feel like gods.  We are mammals, and have not exhausted the
annoying little problems of being mammals.

                                -K. Mullis
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Strange issue with v.buffer and latest 6.4

2010-08-17 Thread Martin Landa
Hi,

2010/8/17 thedok78 :
> I have a strange issue with the v.buffer command:
> Here you can see 2 vectors: red is input and grey is the output of v.buffer:
> http://dl.dropbox.com/u/348430/buffer.png
> The upper left of the polygon it's not correct
> Here you can download the GML file (EPSG:4326):
> http://dl.dropbox.com/u/348430/gml.zip

the bug has been reported few months ago [1]. Unfortunately still not fixed.

Martin

[1] http://trac.osgeo.org/grass/ticket/994

-- 
Martin Landa  * http://gama.fsv.cvut.cz/~landa
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] 3D display warnings in MSWIndows

2010-08-17 Thread Martin Landa
Hi,

2010/8/17 Franz Schiller :

> I have installed a weekly snapshot
> from grass-6.4.svn_src_snapshot_2010_07_24 in Windows and everytime I start
> GRASS session (for instance with a raster display  (d.rast)) I get a bunch
> of warnings:

testing the last WinGRASS build [1] the warnings are printed just once
- at the start up. Can you elaborate a little bit more?

Martin

[1] 
http://josef.fsv.cvut.cz/wingrass/grass64/WinGRASS-6.4.SVN-r43125-1-Setup.exe

-- 
Martin Landa  * http://gama.fsv.cvut.cz/~landa
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] Strange issue with v.buffer and latest 6.4

2010-08-17 Thread thedok78

Hello everybody,
I have a strange issue with the v.buffer command:
Here you can see 2 vectors: red is input and grey is the output of v.buffer:
http://dl.dropbox.com/u/348430/buffer.png
The upper left of the polygon it's not correct
Here you can download the GML file (EPSG:4326):
http://dl.dropbox.com/u/348430/gml.zip

Any idea?
Thx
Luca

-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Strange-issue-with-v-buffer-and-latest-6-4-tp5433030p5433030.html
Sent from the Grass - Users mailing list archive at Nabble.com.
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Opensource and pretty maps design anybody?

2010-08-17 Thread Malte Martin

QGIS?
http://www.qgis.org/en.html

It comes along with a GRASS Plugin so you can use GRASS datasets.

Malte

Am 17.08.2010 um 17:56 schrieb kapo coulibaly:

I've been using opensource GIS for a while (GRASS a lot). But they  
are all very limited when it comes to creating nice maps. I always  
have to resolve to using ArcGIS to put final touches on maps.  
Anybody has a suggestion for a free software to use for map design?

___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user






___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] 3D display warnings in MSWIndows

2010-08-17 Thread Franz Schiller
Greetings

I have installed a weekly snapshot
from grass-6.4.svn_src_snapshot_2010_07_24 in Windows and everytime I start
GRASS session (for instance with a raster display  (d.rast)) I get a bunch
of warnings:
3D view mode not available

Reason: No module named grass6_wxnviz

Note that the 3D view mode is currently not working under MS
Windows (hopefully this will be fixed soon). Please keep an
eye out for updated versions of GRASS.
Vector digitizer not available

Reason: No module named grass6_wxvdigit

Note that the vector digitizer is currently not working
under MS Windows (hopefully this will be fixed soon). Please
keep an eye out for updated versions of GRASS.

How can I turn this thing oFF?

Thanks
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Opensource and pretty maps design anybody?

2010-08-17 Thread Jamie Adams
I generally open GRASS data in QGIS, create a basic map and export to svg
(or pdf), and then do the finishing touches in Inkscape.  This workflow has
worked very well for me.

- Jamie

On Tue, Aug 17, 2010 at 8:56 AM, kapo coulibaly  wrote:

> I've been using opensource GIS for a while (GRASS a lot). But they are all
> very limited when it comes to creating nice maps. I always have to resolve
> to using ArcGIS to put final touches on maps. Anybody has a suggestion for a
> free software to use for map design?
>
> ___
> grass-user mailing list
> grass-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-user
>
>
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Opensource and pretty maps design anybody?

2010-08-17 Thread Rich Shepard

On Tue, 17 Aug 2010, kapo coulibaly wrote:


I've been using opensource GIS for a while (GRASS a lot). But they are all
very limited when it comes to creating nice maps. I always have to resolve
to using ArcGIS to put final touches on maps. Anybody has a suggestion for
a free software to use for map design?


  Sure: psmap within GRASS. Or you can use any of the graphic applications
such as the GIMP, dia, Inkscape, etc.

  I've found that psmap produces outstanding output at a specified scale. It
takes a while to grok all the options and you need to build a text file to
produce what you want (no clicking, dragging, or other GUI stuff), but you
can put what you want exactly where you want it. I suppose you could also
use PSTricks with it but I've not looked at doing so.

Rich

___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] Opensource and pretty maps design anybody?

2010-08-17 Thread kapo coulibaly
I've been using opensource GIS for a while (GRASS a lot). But they are all
very limited when it comes to creating nice maps. I always have to resolve
to using ArcGIS to put final touches on maps. Anybody has a suggestion for a
free software to use for map design?
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] Table is not created with vector map

2010-08-17 Thread LeeDaniel

Hello all,

I'm converting a raster to a vector with r.to.vect. The geometries are
converted successfully to vector shapes, but I noticed I was unable to work
further on the vectors' attribute table. When trying to add a field, I
received the following message:

Coor files of vector map  is larger than it should be
(94546466 bytes excess)

I then tried to open up the attribute table and was told that the attribute
table  could not be found. Interesting. A glance under the tab
"Manage Tables" showed no tables at all; I moved on to "Manage Layers" and
found only one layer, linked to my grass base and then
/Test/test/dbf/vector_map with the key cat. However, in my file manager I
don't see any such file, even when also viewing hidden files.

I tried connecting a new table with v.db.addtable, but got:
v.db.addtable map=vector_...@test table=test
Using user specified table name: test
ERROR: There is already a table linked to layer <1>

I've been able to duplicate this problem multiple times with the same
raster, but other vector maps I make from other rasters are created fine,
also with tables. Could the problem be connected to the high number of
features in the vector map? It's got almost a million. However, I've also
worked with vectors with more, which makes me doubt that hypothesis.

Thanks!
Daniel
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Table-is-not-created-with-vector-map-tp5432355p5432355.html
Sent from the Grass - Users mailing list archive at Nabble.com.
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] SVN problems

2010-08-17 Thread Daniel Victoria
Well, I'm a bit embarrassed but I found the problem... Wrong proxy
settings I checked out the code from SVN just fine but now I'm
having problems compiling.

I get errors in lib/gmath that says:

 /home/daniel/grass/grass6_devel/lib/gmath/blas_level_1.c:91:
undefined reference to `sqrt'

Am I missing some library?

Daniel

On Mon, Aug 16, 2010 at 8:57 PM, Daniel Victoria
 wrote:
> It's probably some local problem then I can ping the server but
> can't checkout the code...
>
> Daniel
>
> On Mon, Aug 16, 2010 at 7:59 PM, Markus Neteler  wrote:
>> On Mon, Aug 16, 2010 at 11:57 PM, Daniel Victoria
>>  wrote:
>>> Hi all,
>>>
>>> I'm trying to checkout the code from SVN but when I issue the command
>>>
>>> svn checkout https://svn.osgeo.org/grass/grass/branches/develbranch_6
>>> grass6_devel
>>>
>>> I get the following error:
>>> svn: OPTIONS of
>>> 'https://svn.osgeo.org/grass/grass/branches/develbranch_6': could not
>>> connect to server (https://svn.osgeo.org)
>>>
>>> Is it me?
>>
>> Try
>> http://downforeveryoneorjustme.com/
>>
>>> Or is the server experiencing problems?
>>
>> From Italy it looks good at time, no problems.
>>
>> Markus
>>
>
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


Re: [GRASS-user] Georrectification- Display an RGB instead of just one band

2010-08-17 Thread Daniel Victoria
António,

I believe you could use r.composite to create an RBG image and use
that in the Georrectification tool

Daniel

2010/8/17 António Rocha :
> Hi,
>
> I'm using Georrectification module (WxGUI) and  I have one question: Before
> the launch of Georrectification panel, "Select image/map to display for GCP
> creation" is it possible to display an RGB composite instead of a single
> Grayscale image?
>
> Thanks
>
> Antonio R
>
>
> __ Information from ESET NOD32 Antivirus, version of virus signature
> database 5372 (20100817) __
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
> ___
> grass-user mailing list
> grass-user@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/grass-user
>
___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] Georrectification- Display an RGB instead of just one band

2010-08-17 Thread António Rocha

Hi,

I'm using Georrectification module (WxGUI) and  I have one question: 
Before the launch of Georrectification panel, "Select image/map to 
display for GCP creation" is it possible to display an RGB composite 
instead of a single Grayscale image?


Thanks

Antonio R


__ Information from ESET NOD32 Antivirus, version of virus signature 
database 5372 (20100817) __

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com


___
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user


[GRASS-user] r.sim.water buffer overflow

2010-08-17 Thread Hanlie Pretorius
Hi,

I'm using GRASS64 RC6 on Linux 10.04 (64-bit) and I'm trying to run
r.sim.water on a catchment about 5000 km2 in size.

I started with a very fine resolution in my region (00:00:00.18) and
got the following:
-
GRASS 6.4.0RC6 (world_wgs84):~ > r.sim.water
elevin=lieb_dem_25m_clipped dxin=lieb_dem_25m_clipped_dx
dyin=lieb_dem_25m_clipped_dy  rain_val=2.0 manin_val=0.1
infil_val=13.0 depth=rsimwater.depth.18s disch=rsimwater.disch.18s
default nwalk=600505650, rwalk=600505650.00
Killed
GRASS 6.4.0RC6 (world_wgs84):~ >
(python:1572): Pango-CRITICAL **: pango_layout_get_cursor_pos:
assertion `index >= 0 && index <= layout->length' failed
^C


Since this resolution gives about 300 million cells in the region, I
progressively coarsened the resolution, but I get buffer overflows
even with just 2736 cells in the region (resolution = 00:01:00)

Below is an example of the error I got at a resolution of 1 minute:
-
GRASS 6.4.0RC6 (world_wgs84):~ >  r.sim.water
elevin=lieb_dem_25m_clipped dxin=lieb_dem_25m_clipped_dx
dyin=lieb_dem_25m_clipped_dy  rain_val=50.0 manin_val=0.1
infil_val=13.0 depth=rsimwater.depth_1min disch=rsimwater.disch_1min
--overwrite
default nwalk=5472, rwalk=5472.00

Min elevation = 1500.00 m
Max elevation = 2351.17 m
Mean Source Rate (rainf. excess or sediment) = 0.06 m/s or kg/m2s
Mean flow velocity = 1.135392 m/s
Mean Mannings = 0.170467
Number of iterations = 41128 cells
Time step = 0.00 s
*** buffer overflow detected ***: r.sim.water terminated
=== Backtrace: =
/lib/libc.so.6(__fortify_fail+0x37)[0x7ffab34e7207]
/lib/libc.so.6(+0xfe0c0)[0x7ffab34e60c0]
/lib/libc.so.6(+0xfd529)[0x7ffab34e5529]
/lib/libc.so.6(_IO_default_xsputn+0xcc)[0x7ffab345dd1c]
/lib/libc.so.6(_IO_vfprintf+0x3d34)[0x7ffab34310d4]
/lib/libc.so.6(__vsprintf_chk+0x99)[0x7ffab34e55c9]
/lib/libc.so.6(__sprintf_chk+0x7f)[0x7ffab34e550f]
/usr/lib/grass64/lib/libgrass_sim.so(output_data+0x1b1a)[0x7ffab5f32d35]
r.sim.water(main+0x1041)[0x4037e5]
/lib/libc.so.6(__libc_start_main+0xfd)[0x7ffab3406c4d]
r.sim.water[0x4026e9]
=== Memory map: 
0040-00405000 r-xp  08:05 545723
  /usr/lib/grass64/bin/r.sim.water
00604000-00605000 r--p 4000 08:05 545723
  /usr/lib/grass64/bin/r.sim.water
00605000-00606000 rw-p 5000 08:05 545723
  /usr/lib/grass64/bin/r.sim.water
00606000-12bc4000 rw-p  00:00 0
14a19000-14ab6000 rw-p  00:00 0  [heap]
7ffaaa3c1000-7ffaaa3cd000 r-xp  08:05 262845
  /lib/libnss_files-2.11.1.so
7ffaaa3cd000-7ffaaa5cc000 ---p c000 08:05 262845
  /lib/libnss_files-2.11.1.so
7ffaaa5cc000-7ffaaa5cd000 r--p b000 08:05 262845
  /lib/libnss_files-2.11.1.so
7ffaaa5cd000-7ffaaa5ce000 rw-p c000 08:05 262845
  /lib/libnss_files-2.11.1.so
7ffaaa5ce000-7ffaaa5d8000 r-xp  08:05 263050
  /lib/libnss_nis-2.11.1.so
7ffaaa5d8000-7ffaaa7d7000 ---p a000 08:05 263050
  /lib/libnss_nis-2.11.1.so
7ffaaa7d7000-7ffaaa7d8000 r--p 9000 08:05 263050
  /lib/libnss_nis-2.11.1.so
7ffaaa7d8000-7ffaaa7d9000 rw-p a000 08:05 263050
  /lib/libnss_nis-2.11.1.so
7ffaaa7d9000-7ffaaa7e1000 r-xp  08:05 262840
  /lib/libnss_compat-2.11.1.so
7ffaaa7e1000-7ffaaa9e ---p 8000 08:05 262840
  /lib/libnss_compat-2.11.1.so
7ffaaa9e-7ffaaa9e1000 r--p 7000 08:05 262840
  /lib/libnss_compat-2.11.1.so
7ffaaa9e1000-7ffaaa9e2000 rw-p 8000 08:05 262840
  /lib/libnss_compat-2.11.1.so
7ffaaa9e2000-7ffaaa9e5000 r-xp  08:05 261719
  /lib/libgpg-error.so.0.4.0
7ffaaa9e5000-7ffaaabe4000 ---p 3000 08:05 261719
  /lib/libgpg-error.so.0.4.0
7ffaaabe4000-7ffaaabe5000 r--p 2000 08:05 261719
  /lib/libgpg-error.so.0.4.0
7ffaaabe5000-7ffaaabe6000 rw-p 3000 08:05 261719
  /lib/libgpg-error.so.0.4.0
7ffaaabe6000-7ffaaabf6000 r-xp  08:05 137210
  /usr/lib/libtasn1.so.3.1.7
7ffaaabf6000-7ffaaadf5000 ---p 0001 08:05 137210
  /usr/lib/libtasn1.so.3.1.7
7ffaaadf5000-7ffaaadf6000 r--p f000 08:05 137210
  /usr/lib/libtasn1.so.3.1.7
7ffaaadf6000-7ffaaadf7000 rw-p 0001 08:05 137210
  /usr/lib/libtasn1.so.3.1.7
7ffaaadf7000-7ffaaae1 r-xp  08:05 137156
  /usr/lib/libsasl2.so.2.0.23
7ffaaae1-7ffaab00f000 ---p 00019000 08:05 137156
  /usr/lib/libsasl2.so.2.0.23
7ffaab00f000-7ffaab01 r--p 00018000 08:05 137156
  /usr/lib/libsasl2.so.2.0.23
7ffaab01-7ffaab011000 rw-p 00019000 08:05 137156
  /usr/lib/libsasl2.so.2.0.23
7ffaab011000-7ffaab027000 r-xp  08:05 263380
  /lib/libresolv-2.11.1.so
7ffaab027000-7ffaab226000 ---p 00016000 08:05 263380
  /lib/libresolv-2.11.1.so
7ffaab226000-7ffaab227000 r--p 00015000 08:05 263380
  /lib/libresolv-2.11.1.so
7ffaab227000-7ffaab228000 rw-p 00016000 08:05 263380
  /lib/libresolv-2.11.1.so
7ffaab228000-7ffaab22a000 rw-p  00:00 0
7ffaab22a000-7ffaab22c000 r-xp  08:05 261726
  /lib/libkeyutils-1.2.so
7ffaab22c000-7ffaab42b000 ---p 2000 08:05 261726
  /lib/libkeyutils-1.2.so
7ffaab42b000-7ffaab42c000 r--p