mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #253] [Calculation] Crash when opening additional results #102
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#102
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lolocomotive on GitHub (Jun 16, 2022).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/253
The (linux) simulator crashes when you open the additional results panel when making a trigonometry calculation.
To Reproduce
Works fine on the calculator tho...
Crashes since
c826e556a1ion/src/shared/storage.cpp:64
which calls ion/src/shared/internal_storage.cpp:603
which makes a segfault
@Yaya-Cout commented on GitHub (Jun 16, 2022):
baseNameis a pointer to0x0if I remember correctly. It's thestrlena call that crash on this line.@Lauryy06 commented on GitHub (Jun 18, 2022):
It's supposed to be solved by
125e1a8a82.