Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input test defect in a specific line (only on Linux) #1

Open
GoogleCodeExporter opened this issue Apr 18, 2015 · 0 comments
Open

Input test defect in a specific line (only on Linux) #1

GoogleCodeExporter opened this issue Apr 18, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. putting the following line:
   B1 Contains ( (C1 LeftOf C2 ) Above ( B2 Below T1));

   before

   procedure : foo ()
    var1 := (2 + 1) * 5 + 6 ;
   end procedure

   in test example "input_2"
2.
3.

What is the expected output? What do you see instead?
When tested on Win32, the test passed and the graph was successfully built 
(regardless of where we put the line indicated above), but on Ubuntu a segfault 
occured and hence the program couldn't resume to build the graph. When the line 
was put after the foo() procedure definition, however, the run was successful.

Please use labels and text to provide additional information.


Original issue reported on code.google.com by mahmoud....@gmail.com on 24 Dec 2010 at 12:40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant