Opened 13 years ago
Closed 13 years ago
#1526 closed defect (fixed)
"Diplay/update attributes" can freeze GUI
Reported by: | artegion | Owned by: | martinl |
---|---|---|---|
Priority: | blocker | Milestone: | 6.4.2 |
Component: | wxGUI | Version: | 6.4.2 RCs |
Keywords: | Cc: | grass-dev@… | |
CPU: | x86-64 | Platform: | MSWindows XP |
Description
Digitize "Diplay/update attributes" button (wxPython)
if value type is incorrect (example 'a' in [integer] field ) pressing Submit button freezes wxPython GUI
Change History (7)
follow-up: 4 comment:1 by , 13 years ago
Cc: | added |
---|---|
Milestone: | 6.4.2 → 6.4.3 |
Owner: | changed from | to
comment:2 by , 13 years ago
Milestone: | 6.4.3 → 6.4.2 |
---|
follow-up: 5 comment:4 by , 13 years ago
follow-up: 6 comment:5 by , 13 years ago
Replying to artegion:
Yes, with 6.5 it works.
it's just the coincidence, in G65 simply command which doesn't terminate is not called. The SQL statement is checked first and then the command (db.execute sql=
) is launched. The problem is that the process launched doesn't terminate in this case.
follow-up: 7 comment:6 by , 13 years ago
Replying to martinl:
Replying to artegion:
Yes, with 6.5 it works.
it's just the coincidence, in G65 simply command which doesn't terminate is not called. The SQL statement is checked first and then the command (
db.execute sql=
) is launched. The problem is that the process launched doesn't terminate in this case.
probably not related to wxGUI at all, hopefully fixed in r50051. Can you confirm it?
comment:7 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
probably not related to wxGUI at all, hopefully fixed in r50051. Can you confirm it?
tested with (1), seems to work. Closing this ticket, feel free to re-open if needed.
(1) http://wingrass.fsv.cvut.cz/grass64/WinGRASS-6.4.SVN-r50051-1-Setup.exe
Could you try GRASS 6.5 from (1) - this bug has been probably fixed in r50007?
[1] http://wingrass.fsv.cvut.cz/grass65/