[GRASS-dev] gis.m freeze

Hello,

I just update cvs again and encountered a freezing gis.m (see png for error
prompt - I had to kill gis.m) - exexuting d.rast, d.mon etc. without problems
but not gis.m.

moreover the g.copy "memory access" bug is still/again present - but I think
it has been discussed in the past - solved with:
make -C general/manage clean
make -C general/manage CFLAGS1='-g'

using debian unstable, tcltk 8.4 and cvs 6.3 update

(./configure --with-tcltk-includes=/usr/include/tcl8.4 --with-postgres-includes=/usr/include/postgresql --with-gdal=/usr/local/bin/gdal-config --enable-largefile )

Martin

(attachments)

gis.m_bug.png

On Monday 29 October 2007 16:54:41 Martin Wegmann wrote:

Hello,

I just update cvs again and encountered a freezing gis.m (see png for error
prompt - I had to kill gis.m) - exexuting d.rast, d.mon etc. without
problems but not gis.m.

moreover the g.copy "memory access" bug is still/again present - but I
think it has been discussed in the past - solved with:
make -C general/manage clean
make -C general/manage CFLAGS1='-g'

using debian unstable, tcltk 8.4 and cvs 6.3 update

(./configure --with-tcltk-includes=/usr/include/tcl8.4
--with-postgres-includes=/usr/include/postgresql
--with-gdal=/usr/local/bin/gdal-config --enable-largefile )

to figure out if it is a GRASS or rather system related problem, I installed
grass6.2.3RC1 from the GRASS page and when starting grass62 I get:

GRASS 6.2.3RC1 (spearfish60):~ > D2/5: G__read_Cell_head
D2/5: G__read_Cell_head_array
D3/5: region item: proj: 1
D3/5: region item: zone: 13
D3/5: region item: north: 4928010
D3/5: region item: south: 4913700
D3/5: region item: east: 609000
D3/5: region item: west: 589980
D3/5: region item: cols: 634
D3/5: region item: rows: 477
D3/5: region item: e-w resol: 30
D3/5: region item: n-s resol: 30
D3/5: region item: top: 1
D3/5: region item: bottom: 0
D3/5: region item: cols3: 634
D3/5: region item: rows3: 477
D3/5: region item: depths: 1
D3/5: region item: e-w resol3: 30
D3/5: region item: n-s resol3: 30
D3/5: region item: t-b resol: 1
D2/5: G__read_Cell_head
D2/5: G__read_Cell_head_array
D3/5: region item: proj: 1
D3/5: region item: zone: 13
D3/5: region item: north: 4928010
D3/5: region item: south: 4913700
D3/5: region item: east: 609000
D3/5: region item: west: 589980
D3/5: region item: cols: 634
D3/5: region item: rows: 477
D3/5: region item: e-w resol: 30
D3/5: region item: n-s resol: 30
D3/5: region item: top: 1
D3/5: region item: bottom: 0
D3/5: region item: cols3: 634
D3/5: region item: rows3: 477
D3/5: region item: depths: 1
D3/5: region item: e-w resol3: 30
D3/5: region item: n-s resol3: 30
D3/5: region item: t-b resol: 1
Error in startup script: can't read "monitor_zooms(1,1,n)": no such variable
    while executing
"lappend region $monitor_zooms($mon,1,$attr)"
    (procedure "MapCanvas::currentzoom" line 13)
    invoked from within
"MapCanvas::currentzoom $mon"
    (procedure "MapCanvas::coordconv" line 23)
    invoked from within
"MapCanvas::coordconv $mon"
    (procedure "MapCanvas::create" line 68)
    invoked from within
"MapCanvas::create"
    (procedure "Gm::startmon" line 11)
    invoked from within
"Gm::startmon"
    (procedure "Gm::create" line 69)
    invoked from within
"Gm::create"
    (procedure "main" line 30)
    invoked from within
"main $argc $argv"
    (file "/usr/local/grass-6.2.3RC1/etc/gm/gm.tcl" line 521)

due to a similar problem with my 6.3-cvs installation, I assume that it might
be related to some debian unstable issues - any clue which package I have to
update/remove?

Martin

I have no clue why - but I deleted .grassrc6 and .grasslogin6 from my home
directory and grass6.3 and 6.2 GUIs are working again.

Martin

On Tuesday 30 October 2007 13:37:04 Martin Wegmann wrote:

On Monday 29 October 2007 16:54:41 Martin Wegmann wrote:
> Hello,
>
> I just update cvs again and encountered a freezing gis.m (see png for
> error prompt - I had to kill gis.m) - exexuting d.rast, d.mon etc.
> without problems but not gis.m.
>
> moreover the g.copy "memory access" bug is still/again present - but I
> think it has been discussed in the past - solved with:
> make -C general/manage clean
> make -C general/manage CFLAGS1='-g'
>
>
> using debian unstable, tcltk 8.4 and cvs 6.3 update
>
> (./configure --with-tcltk-includes=/usr/include/tcl8.4
> --with-postgres-includes=/usr/include/postgresql
> --with-gdal=/usr/local/bin/gdal-config --enable-largefile )

to figure out if it is a GRASS or rather system related problem, I
installed grass6.2.3RC1 from the GRASS page and when starting grass62 I
get:

GRASS 6.2.3RC1 (spearfish60):~ > D2/5: G__read_Cell_head
D2/5: G__read_Cell_head_array
D3/5: region item: proj: 1
D3/5: region item: zone: 13
D3/5: region item: north: 4928010
D3/5: region item: south: 4913700
D3/5: region item: east: 609000
D3/5: region item: west: 589980
D3/5: region item: cols: 634
D3/5: region item: rows: 477
D3/5: region item: e-w resol: 30
D3/5: region item: n-s resol: 30
D3/5: region item: top: 1
D3/5: region item: bottom: 0
D3/5: region item: cols3: 634
D3/5: region item: rows3: 477
D3/5: region item: depths: 1
D3/5: region item: e-w resol3: 30
D3/5: region item: n-s resol3: 30
D3/5: region item: t-b resol: 1
D2/5: G__read_Cell_head
D2/5: G__read_Cell_head_array
D3/5: region item: proj: 1
D3/5: region item: zone: 13
D3/5: region item: north: 4928010
D3/5: region item: south: 4913700
D3/5: region item: east: 609000
D3/5: region item: west: 589980
D3/5: region item: cols: 634
D3/5: region item: rows: 477
D3/5: region item: e-w resol: 30
D3/5: region item: n-s resol: 30
D3/5: region item: top: 1
D3/5: region item: bottom: 0
D3/5: region item: cols3: 634
D3/5: region item: rows3: 477
D3/5: region item: depths: 1
D3/5: region item: e-w resol3: 30
D3/5: region item: n-s resol3: 30
D3/5: region item: t-b resol: 1
Error in startup script: can't read "monitor_zooms(1,1,n)": no such
variable while executing
"lappend region $monitor_zooms($mon,1,$attr)"
    (procedure "MapCanvas::currentzoom" line 13)
    invoked from within
"MapCanvas::currentzoom $mon"
    (procedure "MapCanvas::coordconv" line 23)
    invoked from within
"MapCanvas::coordconv $mon"
    (procedure "MapCanvas::create" line 68)
    invoked from within
"MapCanvas::create"
    (procedure "Gm::startmon" line 11)
    invoked from within
"Gm::startmon"
    (procedure "Gm::create" line 69)
    invoked from within
"Gm::create"
    (procedure "main" line 30)
    invoked from within
"main $argc $argv"
    (file "/usr/local/grass-6.2.3RC1/etc/gm/gm.tcl" line 521)

due to a similar problem with my 6.3-cvs installation, I assume that it
might be related to some debian unstable issues - any clue which package I
have to update/remove?

Martin

_______________________________________________
grass-dev mailing list
grass-dev@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass-dev