Opened 17 years ago
Closed 17 years ago
#176 closed defect (fixed)
wxpython gui crashed while importing dxf
Reported by: | brian | Owned by: | martinl |
---|---|---|---|
Priority: | major | Milestone: | 6.4.0 |
Component: | Python | Version: | svn-trunk |
Keywords: | wxpython dxf gtk | Cc: | grass-dev@… |
CPU: | Unspecified | Platform: | Unspecified |
Description
wxpython gui crashed while importing dxf. Crash occurs towards end of process:
v.in.dxf -e -f input=/home/xxxx/dxf/bathymetry_msl.dxf output=bathymetry_msl_7 --overwrite
Location epsg:32704
SVN Build 31507 Ubuntu Hardy
GRASS 7.0.svn (xxxx):~/dev/svn > g.gui wxpython & [1] 18304 GRASS 7.0.svn (xxxx):~/dev/svn > (svn:18307): Gtk-CRITICAL : gtk_progress_set_percentage: assertion `percentage >= 0 && percentage <= 1.0' failed
[1]+ Done g.gui wxpython
Here is the output from the same command completed in tcltk gui:
93115 primitives registered Building areas: GRASS_INFO_PERCENT: 0 Attaching islands: Attaching centroids:
0 areas built 0 isles built
Topology was built Number of nodes : 93508 Number of primitives: 93115 Number of points : 11945 Number of lines : 788 Number of boundaries: 0 Number of centroids : 0 Number of faces : 80382 Number of areas : 0 Number of isles : 0
Can supply a test dxf file if needed.
Change History (4)
comment:1 by , 17 years ago
Milestone: | → 6.4.0 |
---|
comment:2 by , 17 years ago
Cc: | added |
---|---|
Component: | default → Python |
Owner: | changed from | to
Status: | new → assigned |
comment:4 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Hopefully fixed in trunk/devbr6, r31509, r31508. Martin