[GRASS GIS] #660: v.dalaunay producing incorrect results

9 messages Options
Embed this post
Permalink
GRASS GIS

[GRASS GIS] #660: v.dalaunay producing incorrect results

Reply Threaded More More options
Print post
Permalink
#660: v.dalaunay producing incorrect results
-----------------------+----------------------------------------------------
 Reporter:  cmbarton   |       Owner:  [hidden email]
     Type:  defect     |      Status:  new                      
 Priority:  critical   |   Milestone:  6.5.0                    
Component:  Vector     |     Version:  svn-develbranch6        
 Keywords:  delaunay   |    Platform:  MacOSX                  
      Cpu:  OSX/Intel  |  
-----------------------+----------------------------------------------------
 When I tried v.delaunay after compiling GRASS 6.5 from the SVN on Friday
 (20 May), it gave very weird results. I'm attaching an example from using
 it on archsites from Spearfish.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/660>
GRASS GIS <http://grass.osgeo.org>

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

Re: [GRASS GIS] #660: v.delaunay producing incorrect results

Reply Threaded More More options
Print post
Permalink
#660: v.delaunay producing incorrect results
-----------------------+----------------------------------------------------
  Reporter:  cmbarton  |       Owner:  [hidden email]
      Type:  defect    |      Status:  new                      
  Priority:  critical  |   Milestone:  6.5.0                    
 Component:  Vector    |     Version:  svn-develbranch6        
Resolution:            |    Keywords:  delaunay                
  Platform:  MacOSX    |         Cpu:  OSX/Intel                
-----------------------+----------------------------------------------------
Changes (by hamish):

  * summary:  v.dalaunay producing incorrect results => v.delaunay
              producing incorrect results

Comment:

 see these mailing list threads:

 http://thread.gmane.org/gmane.comp.gis.grass.user/30001/
 http://thread.gmane.org/gmane.comp.gis.grass.devel/33926

 including this valgrind error:

 {{{
 ...
 WARNING: Vector map <DelaunayTriangles> already exists and will be
          overwritten
 ==7844== Syscall param write(buf) points to uninitialised byte(s)
 ==7844==    at 0x71C09F0: write (in /lib/libc-2.7.so)
 ==7844==    by 0x716E909: _IO_file_write (in /lib/libc-2.7.so)
 ==7844==    by 0x716E569: (within /lib/libc-2.7.so)
 ==7844==    by 0x716E8A4: _IO_do_write (in /lib/libc-2.7.so)
 ==7844==    by 0x7170256: _IO_switch_to_get_mode (in /lib/libc-2.7.so)
 ==7844==    by 0x716ED8F: _IO_file_seekoff (in /lib/libc-2.7.so)
 ==7844==    by 0x7164049: ftell (in /lib/libc-2.7.so)
 ==7844==    by 0x5D455FD: dig_ftell (file.c:41)
 ==7844==    by 0x5D4600F: dig__write_head (head.c:56)
 ==7844==    by 0x4E5AC9C: V1_open_new_nat (open_nat.c:127)
 ==7844==    by 0x4E5A155: Vect_open_new (open.c:565)
 ==7844==    by 0x403B0D: main (main.c:106)
 ==7844==  Address 0x4022009 is not stack'd, malloc'd or (recently) free'd
 Building topology for vector map <DelaunayTriangles>...
 Registering primitives...
 ...
 }}}


 works ok in Linux + latest grass 6.5svn, both 32 and 64bit.

 Hamish

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/660#comment:1>
GRASS GIS <http://grass.osgeo.org>

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

Re: [GRASS GIS] #660: v.delaunay producing incorrect results

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#660: v.delaunay producing incorrect results
-----------------------+----------------------------------------------------
  Reporter:  cmbarton  |       Owner:  [hidden email]
      Type:  defect    |      Status:  new                      
  Priority:  critical  |   Milestone:  6.5.0                    
 Component:  Vector    |     Version:  svn-develbranch6        
Resolution:            |    Keywords:  delaunay                
  Platform:  MacOSX    |         Cpu:  OSX/Intel                
-----------------------+----------------------------------------------------
Comment (by hamish):

 is this seen on 6.4.0rc as well?

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/660#comment:2>
GRASS GIS <http://grass.osgeo.org>

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

Re: [GRASS GIS] #660: v.delaunay producing incorrect results

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#660: v.delaunay producing incorrect results
-----------------------+----------------------------------------------------
  Reporter:  cmbarton  |       Owner:  [hidden email]
      Type:  defect    |      Status:  new                      
  Priority:  critical  |   Milestone:  6.5.0                    
 Component:  Vector    |     Version:  svn-develbranch6        
Resolution:            |    Keywords:  delaunay                
  Platform:  MacOSX    |         Cpu:  OSX/Intel                
-----------------------+----------------------------------------------------
Comment (by cmbarton):

 Yes unfortunately.

 I just updated 6.4 from the SVN and compiled in 32 bit. I get the same
 kind of output seen in the PNG attached to this report. This is a blocker
 for 6.4.0.

 Michael

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/660#comment:3>
GRASS GIS <http://grass.osgeo.org>

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

Re: [GRASS GIS] #660: v.delaunay producing incorrect results

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#660: v.delaunay producing incorrect results
-----------------------+----------------------------------------------------
  Reporter:  cmbarton  |       Owner:  [hidden email]
      Type:  defect    |      Status:  new                      
  Priority:  blocker   |   Milestone:  6.4.0                    
 Component:  Vector    |     Version:  6.4.0 RCs                
Resolution:            |    Keywords:  delaunay                
  Platform:  MacOSX    |         Cpu:  OSX/Intel                
-----------------------+----------------------------------------------------
Changes (by martinl):

  * priority:  critical => blocker
  * version:  svn-develbranch6 => 6.4.0 RCs
  * milestone:  6.5.0 => 6.4.0

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/660#comment:4>
GRASS GIS <http://grass.osgeo.org>

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

Re: [GRASS GIS] #660: v.delaunay producing incorrect results

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#660: v.delaunay producing incorrect results
-----------------------+----------------------------------------------------
  Reporter:  cmbarton  |       Owner:  [hidden email]
      Type:  defect    |      Status:  new                      
  Priority:  blocker   |   Milestone:  6.4.0                    
 Component:  Vector    |     Version:  6.4.0 RCs                
Resolution:            |    Keywords:  delaunay                
  Platform:  MacOSX    |         Cpu:  OSX/Intel                
-----------------------+----------------------------------------------------
Comment (by kyngchaos):

 On a random suggestion from Markus Neteler, I tested a build with no GCC
 optimization.  Same results.  32bit and 64bit.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/660#comment:5>
GRASS GIS <http://grass.osgeo.org>

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

Re: [GRASS GIS] #660: v.delaunay producing incorrect results

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#660: v.delaunay producing incorrect results
-----------------------+----------------------------------------------------
  Reporter:  cmbarton  |       Owner:  [hidden email]
      Type:  defect    |      Status:  new                      
  Priority:  critical  |   Milestone:  6.4.0                    
 Component:  Vector    |     Version:  6.4.0 RCs                
Resolution:            |    Keywords:  delaunay                
  Platform:  MacOSX    |         Cpu:  OSX/Intel                
-----------------------+----------------------------------------------------
Changes (by hamish):

  * priority:  blocker => critical

Comment:

 triage

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/660#comment:6>
GRASS GIS <http://grass.osgeo.org>

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

Re: [GRASS GIS] #660: v.delaunay producing incorrect results

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#660: v.delaunay producing incorrect results
-----------------------+----------------------------------------------------
  Reporter:  cmbarton  |       Owner:  [hidden email]
      Type:  defect    |      Status:  new                      
  Priority:  critical  |   Milestone:  6.4.0                    
 Component:  Vector    |     Version:  6.4.0 RCs                
Resolution:            |    Keywords:  delaunay                
  Platform:  MacOSX    |         Cpu:  OSX/Intel                
-----------------------+----------------------------------------------------
Comment (by adhollander):

 On Linux v.delaunay is looking fine to me, testing it on 64bit Ubuntu 9.4
 running 6.4.0RC5.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/660#comment:7>
GRASS GIS <http://grass.osgeo.org>

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

Re: [GRASS GIS] #660: v.delaunay producing incorrect results

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#660: v.delaunay producing incorrect results
-----------------------+----------------------------------------------------
  Reporter:  cmbarton  |       Owner:  [hidden email]
      Type:  defect    |      Status:  new                      
  Priority:  critical  |   Milestone:  6.4.0                    
 Component:  Vector    |     Version:  6.4.0 RCs                
Resolution:            |    Keywords:  delaunay                
  Platform:  MacOSX    |         Cpu:  OSX/Intel                
-----------------------+----------------------------------------------------
Comment (by cmbarton):

 Still badly broken on my Mac in 6.4 compiled from svn 26 September. Has
 there been any fix since that date?

 Michael

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/660#comment:8>
GRASS GIS <http://grass.osgeo.org>

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev