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

SIGSEGV when loading model: Urgent Channel using helper function with exists expressions #286

Open
GameMonkey opened this issue Sep 11, 2024 · 2 comments
Assignees
Labels
bug Something isn't working confirmed

Comments

@GameMonkey
Copy link

Describe the bug
I have a model of a simple Scheduling system of periodic tasks and a fixed-priority scheduler.

The scheduler uses a boolean helper function to check if a task is ready and, if so, whether it has a higher priority than the one currently running.

However, the model gives me a SIGSEGV error when loaded.

To Reproduce
Open the model scheduling-example.zip and press F5.

Expected behavior
Not to have a segfault

Version(s) of UPPAAL tested
UPPAAL 5.0.0 (rev. 714BA9DB36F49691), 2023-06-21

Desktop (please complete the following information):

OS:
Ubuntu 24.04 LTS

Java:

openjdk 21.0.4 2024-07-16
OpenJDK Runtime Environment (build 21.0.4+7-Ubuntu-1ubuntu224.04)
OpenJDK 64-Bit Server VM (build 21.0.4+7-Ubuntu-1ubuntu224.04, mixed mode, sharing)
@mikucionisaau
Copy link
Member

mikucionisaau commented Sep 23, 2024

The cause is the same as in here: #290

@mikucionisaau mikucionisaau self-assigned this Sep 23, 2024
@mikucionisaau mikucionisaau added bug Something isn't working confirmed labels Sep 23, 2024
@mikucionisaau
Copy link
Member

Pending release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed
Projects
None yet
Development

No branches or pull requests

2 participants