-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
abeafa3
commit 2e8eba7
Showing
4 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2e8eba7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
你好,我现在按照这个更新了以后,发现这个死锁还是没有解开,出现在对整个对话框使用movewindow进行移动后,在创建新的对话框时,程序报错,lock_zi_for_read: Failed pthread_rwlock_rdlock: No such file or directory (2),但是做一个风险操作,去掉 unlock_zi_for_change (zi); 可以使程序正常运行,希望能够尽快修复。
2e8eba7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This bug may have been fixed in
rel-5-0
branch. You can try the latest code inrel-5-0
branch.If it is fixed, I will merge
rel-5-0
tomaster
.Thank you in advance!
2e8eba7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
在 关于一个死锁问题 #87 中似乎并没有被修复