Julius Chrobak
unread,Jun 8, 2012, 12:58:36 PM6/8/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bandicoot
hello all,
I've created a new branch 'origin/lang_segm_failure' to fix a
segmentation fault problem during the parsing process of the summary
functions. The error causes bandicoot to crash if the summary
functions (avg, min, max, add) are used without brackets:
summary a = avg x 0.0, b = min x 0, c = max x 0, d = add x 0
input
the correct syntax is:
summary a = (avg x 0.0), b = (min x 0), c = (max x 0), d = (add x
0) input
The problem is now fixed in the branch and is ready for a review.
Regards,
Julius