#1217: d.vect -a flag crushes fro windows 64 bit
-----------------------------+----------------------------------------------
Reporter: RenatoMacciotta | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.1
Component: Default | Version: unspecified
Keywords: | Platform: Unspecified
Cpu: Unspecified |
-----------------------------+----------------------------------------------
Trying to define different colors for different areas using the -a flag
and an attribute column (varchar 11) with rgb of the form rrr:ggg:bbb
makes the software stop responding.
#1217: d.vect -a flag locks up the wxGUI on windows
------------------------------+---------------------------------------------
Reporter: RenatoMacciotta | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.3
Component: wxGUI | Version: svn-develbranch6
Keywords: d.vect, wingrass | Platform: MSWindows XP
Cpu: x86-32 |
------------------------------+---------------------------------------------
Changes (by hamish):
I can reproduce this in a recent nightly build of standalone wingrass
6.5svn on XP 32bit.
* start up the wxgui in spearfish
* add the vector fields map to the layer manager, but don't press ok yet
* go to the colors tab and select the -a flag but don't add a RGB column
name, just press ok
* endless hourglass lockup for wxGUI. (can forcibly kill it by clicking
the window decoration "X" then [ok] to 'not responding..')
and our old friend zombie dbf.exe is still lingering in the task manager
even after grass exits. (see #1276)
on linux I get this error message in the wxGUI output console:
{{{
Command 'd.vect -a map=fields@PERMANENT' failed
Details: DBMI-DBF driver error:
Column 'GRASSRGB' not found
Error in db_open_select_cursor()
Color definition column (GRASSRGB) not a string. Column must
be of form RRR:GGG:BBB where RGB values range 0-255.
}}}