mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 16:35:35 +02:00
[GH-ISSUE #123] Equations with complex numbers make Upsilon crash #37
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#37
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 @Dreaming-Codes on GitHub (Jan 13, 2022).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/123
Describe the bug
Equations with complex numbers make Upsilon crash throwing BUSFAULT
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should handle the error and say that it is not possible to resolve the equation.
Screenshots


Device (please complete the following information):
@Lauryy06 commented on GitHub (Jan 13, 2022):
Thanks for the issue, I manage to reproduce the bug, I will try to fix it soon.
@Lauryy06 commented on GitHub (Jan 15, 2022):
I think it's fixed now (
cbbe7ef6ac), thank you for the issue and the precise details.