Opened 12 years ago

Closed 6 years ago

#1580 closed defect (fixed)

wxGUI crashes when editing script that has been launched at least once

Reported by: mlennert Owned by: grass-dev@…
Priority: normal Milestone: 6.5.0
Component: wxGUI Version: unspecified
Keywords: wxGUI, script, crash Cc:
CPU: Unspecified Platform: Linux

Description

  • Take any script, such as
#! /bin/bash

echo "running script"
r.to.vect input=myroads output=myroads
v.select ainput=roadsmajor binput=censusblk_swwake output=selected_roads operator=within
  • Launch it using Launch script in the File menu of the wxGUI.
  • Open the script file in any editor (I tried vi and gedit) and save it again.

=> wxGUI crashes with the following error message appearing in the terminal:

Gtk:ERROR:/build/buildd-gtk+2.0_2.20.1-2-i386-TNeM25/gtk+2.0-2.20.1/gtk/gtkfilesystemmodel.c:746:gtk_file_system_model_sort: assertion failed: (r == n_visible_rows)

A backtrace is attached.

This happens in trunk, grass65 and grass64svn

Attachments (1)

python-rapport-anomalie.txt (94.5 KB ) - added by mlennert 12 years ago.
Backtrace provided by GNOME

Download all attachments as: .zip

Change History (2)

by mlennert, 12 years ago

Attachment: python-rapport-anomalie.txt added

Backtrace provided by GNOME

comment:1 by wenzeslaus, 6 years ago

Resolution: fixed
Status: newclosed

Doesn't happen anymore with 7.4. Closing as fixed.

Note: See TracTickets for help on using tickets.