Problem parsing queries in verifypn

Bug #1714499 reported by Jiri Srba
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
TAPAAL
Fix Released
Critical
Peter Gjøl Jensen

Bug Description

Try to verify the following query (-x 1) with the given pnml model.
(I include also the .xml file to be opened in the GUI).

It gives

Segmentation fault: 11

Related branches

Revision history for this message
Jiri Srba (srba) wrote :
Revision history for this message
Peter Gjøl Jensen (peter-gjoel) wrote :

The bug is triggered by multiple subtractions in the same child in the query-xml.
We expected exactly two children for a <integer-difference>-expression -- the query-xml attached has three.

I have proposed a fix st. we parse expressions like

x - y -z

into pairwise form

(x - y) - z

with special case

- x

to

0 - x

Changed in tapaal:
status: New → In Progress
Jiri Srba (srba)
Changed in tapaal:
status: In Progress → Fix Committed
Changed in tapaal:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.