#14720 closed defect (fixed)
wxWidgets: wxMac threading bug
Reported by: | afb@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | wxWidgets | Cc: | jyrkiwahlstedt, cooljeanius (Eric Gallager) |
Port: |
Description
The wxMac port of wxWidgets has some string code which is not thread safe, that causes random crashes for multi-threaded programs trying to access files...
There's a patch for wxWidgets 2.8.7 that fixes the issue, and makes programs like Code::Blocks not crash (hopefully it'll be added to 2.8.8 or something)
"[ 1901956 ] wxMac: TECConvertText not thread safe" https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1901956&group_id=9863
Please apply the bug-fix patch: "TECConvertText.patch" https://sourceforge.net/tracker/download.php?group_id=9863&atid=109863&file_id=268222&aid=1901956
Change History (4)
comment:1 Changed 17 years ago by jmroot (Joshua Root)
Cc: | jwa@… added |
---|---|
Owner: | changed from macports-tickets@… to mww@… |
comment:2 Changed 17 years ago by afb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 16 years ago by (none)
Milestone: | Port Enhancements |
---|
Milestone Port Enhancements deleted
Note: See
TracTickets for help on using
tickets.
Fixed, r35613.