-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
jasp-stats/jasp-desktop
#5730Labels
Bug: MediumBugs that don't influence the basic function of the app, but it's better to fix them at some point.Bugs that don't influence the basic function of the app, but it's better to fix them at some point.OS: Linux
Description
JASP Version
0.19.1
Commit ID
No response
JASP Module
Unrelated
What analysis are you seeing the problem on?
No response
What OS are you seeing the problem on?
Linux, Flatpak
Bug Description
The following sequence
- Start JASP
- Click on "New Data"
- Click on the cell in row 1, column 2
- Click on "Analysis"
results in a segfault for me.
In the console I see the following output when this happens:
/usr/include/c++/13.2.0/bits/stl_vector.h:1125: constexpr std::vector<_Tp, _Alloc>::reference std::vector<_Tp, _Alloc>::operator[](size_type) [with _Tp = double; _Alloc = std::allocator<double>; reference = double&; size_type = long unsigned int]: Assertion '__n < this->size()' failed.
/app/bin/org.jaspstats.JASP: line 10: 3 Aborted (core dumped) JASP
Expected Behaviour
No segfault
Steps to Reproduce
See bug description
Log (if any)
No response
More Debug Information
-------- Application Info --------
JASP Version: JASP 0.19.1
Build Branch: HEAD
Build Date: Sep 10 2024 13:48:11 (Netherlands)
Last Commit: a7ca00d09fc8a4c990031d10ba3d20a43c86d823
-------- Basic Info --------
Operating System: KDE Flatpak runtime
Product Version: 6.7
Kernel Type: linux
Kernel Version: 6.11.0-9-generic
Architecture: x86_64
Install Path: /app/bin
Platfotm Name: wayland
System Local: en_US
Final Checklist
- I have included a screenshot showcasing the issue, if possible.
- I have included a JASP file (zipped) or data file that causes the crash/bug, if applicable.
- I have accurately described the bug, and steps to reproduce it.
Metadata
Metadata
Assignees
Labels
Bug: MediumBugs that don't influence the basic function of the app, but it's better to fix them at some point.Bugs that don't influence the basic function of the app, but it's better to fix them at some point.OS: Linux