[wx-dev] wxMac trunk failure in richtextctrl

Milan Babuskov milanb at panonnet.net
Tue Dec 11 03:26:30 PST 2007


chris elliott wrote:
> I wonder if this is hte same, as on Linux (and BSD), gtk2 and svn head
> In wxhatch, when opening a wxStyledTextCtrl page in a notebook, I use 
> update events to check for CanPaste, and get a crash in
> 
> [Debug] 18:58:08: ../src/gtk/clipbrd.cpp(71): assert "!ms_clipboard" 
> failed in wxClipboardSync(): reentrancy in clipboard code
> 
> I can let you have a call stack, etc if this seems related

I can only confirm that wxSTC has problems with Clipboard. For example, 
if you copy anything to clipboard from wxSTC, when application is closed 
it clears the clipboard contents - even if some other application has 
put something else on the clipboard.

Example:

- open wx application, select some text into wxSTC and copy to clipboard
- open notepad, gedit, kedit, whatever and select and copy some text
- close wx application
- the text copied to clipboard from notepad is lost and clipboard is empty

-- 
Milan Babuskov
http://www.flamerobin.org




More information about the wx-dev mailing list