Opened 16 years ago
Closed 16 years ago
#186 closed defect (fixed)
v.in.ascii wxpython gui crashes when importing xyz files.
Reported by: | brian | Owned by: | martinl |
---|---|---|---|
Priority: | major | Milestone: | 6.4.0 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | wxpython v.in.ascii gui | Cc: | grass-dev@… |
CPU: | Unspecified | Platform: | Unspecified |
Description
v.in.ascii wxpython gui crashes when importing xyz files.
Command: v.in.ascii -z input="/home/brian/bathy_25m_1.xyz" output="viwa_naviti_1" format="point" fs="space" skip=0 x=1 y=2 z=3 cat=0
terminal output: python: ../../src/xcb_lock.c:33: _XCBUnlockDisplay: Assertion `xcb_get_request_sent(dpy->xcb->connection) == dpy->request' failed.
System: Ubuntu 8.04 Python 2.5.2 wxPython 2.8.7.1
Change History (4)
comment:1 by , 16 years ago
Component: | Python → wxGUI |
---|
comment:2 by , 16 years ago
Cc: | added |
---|---|
CPU: | → Unspecified |
Milestone: | → 6.4.0 |
Owner: | changed from | to
Platform: | → Unspecified |
Status: | new → assigned |
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Can be related to #201. Still crashes?
Martin