Opened 12 years ago
Last modified 9 years ago
#1790 new defect
gui modeler: complete crash of gui when .gxm file modified in vi while modeler is active
| Reported by: | mlennert | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.4.6 |
| Component: | wxGUI | Version: | svn-releasebranch64 |
| Keywords: | modeler | Cc: | |
| CPU: | Unspecified | Platform: | Unspecified |
Description
- Open GUI modeler
- Save the model (even just an empty model) to model file
- Open model file in vi[1], and save the model file (no need to change anything)
I tried with gedit and nano and cannot reproduce. I don't know what vi does differently.
=> crash of the entire GUI
Moritz
Change History (5)
comment:1 by , 12 years ago
| Component: | Default → wxGUI |
|---|---|
| Keywords: | modeler added |
comment:2 by , 11 years ago
| Milestone: | 6.4.3 → 6.4.5 |
|---|---|
| Version: | unspecified → svn-releasebranch64 |
comment:3 by , 11 years ago
The wc and cat commands can give you some idea what is in the file. diff, colordiff or meld can be helpful to compare the files.
comment:5 by , 9 years ago
| Milestone: | → 6.4.6 |
|---|
Note:
See TracTickets
for help on using tickets.

Replying to mlennert:
Perhaps a newline issue at file end:
Random link: http://stackoverflow.com/questions/3056740/gedit-adds-line-at-end-of-page
Guessing: the read function used to read the model file might react differently.