mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #144] Bug: crash for empty DropList #63
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#63
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 @lindquist on GitHub (Feb 3, 2023).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/144
Run the following example on Windows.
Click the droplist, then the button, then the dropbutton, then just click the droplist/dropbutton alot and it will crash.
Backtrace:
Test case:
@lindquist commented on GitHub (Feb 4, 2023):
Actually, it does not seem to have anything to do with the list being empty. Add an element, it still crashes when repeatedly clicking the droplist
@mirek-fidler commented on GitHub (Feb 4, 2023):
No matter how I click, I am unable to reproduce.
That said, I believe that I have found a possible culprit based on the BT
you have posted. Fix pushed to master, can you please test? (If no luck, I
will be asking for some LOGs/DUMPs).
On Sat, Feb 4, 2023 at 7:19 AM Tomas Lindquist @.***>
wrote:
@lindquist commented on GitHub (Feb 4, 2023):
The fix works, I've gone back and forth a few times and it's 100% reproducible without it for me 👍
@lindquist commented on GitHub (Feb 4, 2023):
Can close imo
@mirek-fidler commented on GitHub (Feb 4, 2023):
Excellent, thank you, a good catch. Please close.
On Sat, Feb 4, 2023 at 1:42 PM Tomas Lindquist @.***>
wrote: