#1590: new vector map crashing GUI in 6.4.3 svn
-------------------------+--------------------------------------------------
Reporter: cmbarton | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.3
Component: wxGUI | Version: svn-releasebranch64
Keywords: digitizer | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
I just compiled 6.4.3 svn and tested. The digitizer crashes the entire GUI
if you try to create a new vector map. The empty vector is created. I
fixed the topology and tried to digitize it again, and it crashed the GUI
again.
#1590: new vector map crashing GUI in 6.4.3 svn
-------------------------+--------------------------------------------------
Reporter: cmbarton | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.3
Component: wxGUI | Version: svn-releasebranch64
Keywords: digitizer | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Comment(by annakrat):
Bug is caused by running db.execute with {{{input='-'}}} option in
gui_core/dialogs in {{{CreateNewVector}}}, which works for 6.5 but not 6.4
(difference is in db/base/execute.c line 49). I removed {{{input='-'}}}
(r50932), another option is to synchronize execute.c.
Replying to [comment:1 annakrat]:
> Bug is caused by running db.execute with {{{input='-'}}} option in
gui_core/dialogs in {{{CreateNewVector}}}, which works for 6.5 but not 6.4
(difference is in db/base/execute.c line 49). I removed {{{input='-'}}}
(r50932), another option is to synchronize execute.c.
just quick note, I would prefer to synchronize usage of `db.execute` (G65
X G64) rather than just fixing wxGUI code.