Re: latest build 5.5 build 1162 problems & questions
Brought to you by:
set
From: Arnold W. <awi...@te...> - 2004-12-28 20:01:26
|
Salvador Eduardo Tropea wrote: > Arnold Wiegert wrote: > >>> Strange, to what program are you trying to copy the text? >> >> >> I tried to cut&paste to kedit and any other editor I could find, >> including setedit. >> >> I've tried various ways of marking and copying the text to the Windows >> clipboard, but not luck at all - and yet I know I did it at least once. > > > > The easiest way is to select with the mouse and paste with the middle > button. Well, how about that. Pasting with my mouse wheel seemed to work and here is the result: (gdb) backtrace #0 EditorSignal (num=2) at ../setedit/msignal.cc:84 #1 <signal handler called> #2 0x402cb50b in nanosleep () from /lib/tls/libc.so.6 #3 0x402f4c4b in usleep () from /lib/tls/libc.so.6 #4 0x40069033 in CLY_YieldProcessor () from /usr/lib/librhtv.so.2.0.4 #5 0x08088350 in TSetEditorApp::idle (this=0x817e0f0) at ../setedit/editmain.cc:2249 #6 0x400a8c3b in TProgram::getEvent () from /usr/lib/librhtv.so.2.0.4 #7 0x0808603e in TSetEditorApp::getEvent (this=0x817e0f0, event=@0xbfffe440) at ../setedit/editmain.cc:866 #8 0x400b8943 in TView::getEvent () from /usr/lib/librhtv.so.2.0.4 #9 0x400b8943 in TView::getEvent () from /usr/lib/librhtv.so.2.0.4 #10 0x4009b92c in TGroup::execute () from /usr/lib/librhtv.so.2.0.4 #11 0x4009ba4d in TGroup::execView () from /usr/lib/librhtv.so.2.0.4 #12 0x4008db5f in TDeskTop::execView () from /usr/lib/librhtv.so.2.0.4 #13 0x4007dc91 in messageBoxRect () from /usr/lib/librhtv.so.2.0.4 #14 0x4007e05f in messageBox () from /usr/lib/librhtv.so.2.0.4 #15 0x0807ebe4 in TSetEditorApp::loadDesktop (this=0x817e0f0, s=@0x81b7cd8, isLocal=true) at ../setedit/dstfile.cc:875 #16 0x0807e156 in TSetEditorApp::retrieveDesktop (app=0x817e0f0, name=0x81101e6 "tcedit.dst", isLocal=true, preLoad=0) at ../setedit/dstfile.cc:537 #17 0x0807d3f4 in TSetEditorApp::loadEditorDesktop (LoadPrj=1, suggestedName=0x0, haveFilesCL=0, preLoad=0) at ../setedit/dstfile.cc:252 #18 0x0808a646 in main (argc=3, argv=0xbffff7d4) at ../setedit/editmain.cc:3168 (gdb) --------------------------- Hope there is enough to sort this one out Arnold |