Deadlock on Form.Clear(true) #28

Closed
opened 2020-06-29 17:26:21 +00:00 by makeworld-the-better-one · 2 comments
makeworld-the-better-one commented 2020-06-29 17:26:21 +00:00 (Migrated from gitlab.com)

Calling .Clear(true) on a cview.Form causes a deadlock. This seems to be because Clear() locks a mutex, and then calls ClearButtons(), which also tries to acquire the lock, but will never succeed.

Calling `.Clear(true)` on a `cview.Form` causes a deadlock. This seems to be because `Clear()` locks a mutex, and then calls `ClearButtons()`, which also tries to acquire the lock, but will never succeed.
tslocum commented 2020-06-30 04:44:24 +00:00 (Migrated from gitlab.com)

closed via commit fb4953b17a

closed via commit fb4953b17a5e3beb1debc6e50a9a590ae82c9c96
tslocum commented 2020-06-30 04:44:48 +00:00 (Migrated from gitlab.com)

Thanks for reporting this.

Thanks for reporting this.
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tslocum/cview#28
No description provided.