[ wxwindows-Bugs-1574208 ] wxSizeEvent & wxYield() make deadlock
SourceForge.net
noreply at sourceforge.net
Mon Oct 9 19:45:51 PDT 2006
Bugs item #1574208, was opened at 2006-10-10 05:45
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1574208&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Generic
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Death Knight® (erdem_ua)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxSizeEvent & wxYield() make deadlock
Initial Comment:
[code]
void MyFrame::on_resize( wxSizeEvent &event){
wxYield();
event.Skip();
}
[/code]
Generates deadlock.
( wxWidgets 2.6.3 with GTK2 wx64 bit SuSE Linux )
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1574208&group_id=9863
More information about the wx-dev
mailing list