John Darrington <[email protected]> writes: > I tried running the following syntax through the GUI. > > > data list list /alpha * beta * gamma *. > begin data. > 1 2 3 > 4 5 6 > end data. > > list. > > > > It crashed with the message: > > psppire: src/data/procedure.c:321: proc_commit: Assertion `ds->proc_state == > PROC_CLOSED' failed. > > The same syntax works fine in the terminal mode.
After some reflection, I came up with a solution to this problem that pleased me, and I implemented and tested it and just now pushed it out. Please let me know if you can find any way to provoke this bug again, but I believe that it should be thoroughly fix now. -- Ben Pfaff http://benpfaff.org _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
