Re: latest build 5.5 build 1162 problems & questions
Brought to you by:
set
From: Arnold W. <awi...@te...> - 2004-12-28 20:40:55
|
Salvador Eduardo Tropea wrote: > $ ldd editor.exe > > It should show the dynamic dependencies including something like this: > > librhtv.so.2.0.4 => /usr/src/tvision/makes/librhtv.so.2.0.4 > (0x40014000) > arnold@4[makes]$ ldd editor.exe librhtv.so.2.0.4 => /usr/aww/pkg/set/tvision/makes/librhtv.so.2.0.4 (0x40018000) libdl.so.2 => /lib/tls/libdl.so.2 (0x40101000) libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x40105000) libz.so.1 => /usr/lib/libz.so.1 (0x40115000) libpcre.so.3 => /usr/lib/libpcre.so.3 (0x40127000) libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x40137000) libm.so.6 => /lib/tls/libm.so.6 (0x401f1000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40214000) libc.so.6 => /lib/tls/libc.so.6 (0x4021e000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40359000) libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40420000) libgpm.so.1 => /usr/lib/libgpm.so.1 (0x40436000) libncurses.so.5 => /lib/libncurses.so.5 (0x4043c000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x4047c000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x404cd000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x404d6000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x404ed000) arnold@4[makes]$ > >> Hope there is enough to sort this one out > > It shows the editor is just trying to display the dialog to indicate the > loading process failed. > It doesn't happend here, but I'm using the "Unicode" branch. So I think > some patch that I applied to the "Unicode" patch wasn't applied to the > trunk. OK, here is the latest crash info - good luck ;-) ------------------------------ (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 0x4005c033 in CLY_YieldProcessor (micros=-1) at ../compat/yieldpro.c:52 #5 0x08088350 in TSetEditorApp::idle (this=0x817e0d8) at ../setedit/editmain.cc:2249 #6 0x4009bc3b in TProgram::getEvent (this=0x817e0d8, event=@0xbfffe410) at ../classes/tprogram.cc:187 #7 0x0808603e in TSetEditorApp::getEvent (this=0x817e0d8, event=@0xbfffe410) at ../setedit/editmain.cc:866 #8 0x400ab943 in TView::getEvent (this=0x8197590, event=@0xbfffe410) at ../classes/tview.cc:449 #9 0x400ab943 in TView::getEvent (this=0x8198570, event=@0xbfffe410) at ../classes/tview.cc:449 #10 0x4008e92c in TGroup::execute (this=0x8198570) at ../classes/tgroup.cc:188 #11 0x4008ea4d in TGroup::execView (this=0x1, p=0x40016c40) at ../classes/tgroup.cc:222 #12 0x40080b5f in TDeskTop::execView (this=0x8197590, p=0x8198570) at ../classes/tdesktop.cc:263 #13 0x40070c91 in messageBoxRect (r=@0xbfffe570, msg=0x81102d2 "Wrong desktop file.", aOptions=1025) at ../msgbox.cc:119 #14 0x4007105f in messageBox (msg=0x81102d2 "Wrong desktop file.", aOptions=1025) at ../msgbox.cc:166 #15 0x0807ebe4 in TSetEditorApp::loadDesktop (this=0x817e0d8, s=@0x81b7cc8, isLocal=true) at ../setedit/dstfile.cc:875 #16 0x0807e156 in TSetEditorApp::retrieveDesktop (app=0x817e0d8, 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=0xbffff7a4) at ../setedit/editmain.cc:3168 (gdb) Arnold |