aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: SVN [8849] locks upon start  (Read 2748 times)

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
SVN [8849] locks upon start
« on: July 11, 2008, 04:48:11 PM »

aMule starts but does not show gui. Looks like something related to the column change.
Code: [Select]
[Switching to Thread -1230420272 (LWP 1244)]
0xb77198ae in wxStringBase::InitWith (this=0xbf866248, psz=0xb77a297c, nPos=0, nLength=134769587) at ./src/common/string.cpp:177
177     }
(gdb) bt
#0  0xb77198ae in wxStringBase::InitWith (this=0xbf866248, psz=0xb77a297c, nPos=0, nLength=134769587) at ./src/common/string.cpp:177
#1  0x080887ad in wxString (this=0xbf866248, psz=0xb77a297c, nLength=0)
    at /home/mroberto/usr/wxWidgets/include/wx-2.8/wx/string.h:701
#2  0xb771abb9 in wxStringBase::erase (this=0xbf86632c, nStart=0, nLen=0) at ./src/common/string.cpp:414
#3  0xb7cab325 in wxStringBase::clear (this=0xbf86632c) at ./include/wx/string.h:420
#4  0xb76f8001 in wxStringBase::assign (this=0xbf86632c, str=@0xbf866338, pos=4, n=1) at ./include/wx/string.h:462
#5  0xb76f805a in wxString::assign (this=0xbf86632c, str=@0xbf866338, pos=4, n=1) at ./include/wx/string.h:1314
#6  0xb772828c in wxStringTokenizer::GetNextToken (this=0xbf866330) at ./src/common/tokenzr.cpp:200
#7  0x084a65c7 in CMuleListCtrl::GetNewColumnIndex (this=0x9945718, oldindex=25846741) at MuleListCtrl.cpp:290
#8  0x084a6958 in CMuleListCtrl::ParseOldConfigEntries (this=0x9945718, sortOrders=@0xbf86648c, columnWidths=@0xbf866488)
    at MuleListCtrl.cpp:202
#9  0x084a6c64 in CMuleListCtrl::LoadSettings (this=0x9945718) at MuleListCtrl.cpp:226
#10 0x082bbcb2 in CDownloadListCtrl (this=0x9945718, parent=0x99415e0, winid=10028, pos=@0x8775eb0, size=@0x8779998,
    style=134217760, validator=@0x8779928, name=@0xbf866634) at DownloadListCtrl.cpp:203
#11 0x084f921f in transferTopPane (parent=0x99415e0, call_fit=false, set_sizer=true) at muuli_wdr.cpp:430
#12 0x084f95c7 in transferDlg (parent=0x993f180, call_fit=true, set_sizer=true) at muuli_wdr.cpp:2585
#13 0x082e0ae3 in CTransferWnd (this=0x993f180, pParent=0x97ca128) at TransferWnd.cpp:84
#14 0x0826ec9c in CamuleDlg (this=0x978cd38, pParent=0x0, title=@0x89a5cc0, where={x = -1, y = -1}, dlg_size={x = 800, y = 600})
    at amuleDlg.cpp:234
#15 0x08263ca2 in CamuleGuiBase::InitGui (this=0x89a5cbc, geometry_enabled=false, geom_string=@0xbf866c00) at amule-gui.cpp:206
#16 0x08263ce2 in CamuleGuiApp::InitGui (this=0x89a5b88, geometry_enable=false, geometry_string=@0xbf866c00) at amule-gui.cpp:231
#17 0x08084b12 in CamuleApp::OnInit (this=0x89a5b88) at amule.cpp:739
#18 0x082633bd in CamuleGuiApp::OnInit (this=0x89a5b88) at amule-gui.cpp:263
#19 0x08086d00 in wxAppConsole::CallOnInit (this=0x89a5b88) at /home/mroberto/usr/wxWidgets/include/wx-2.8/wx/app.h:76
#20 0xb76eb808 in wxEntry (argc=@0xb77fe66c, argv=0x8994390) at ./src/common/init.cpp:440
#21 0xb76eb901 in wxEntry (argc=@0xbf866ef0, argv=0xbf866f74) at ./src/common/init.cpp:468
#22 0x08263f4a in main (argc=-1216730756, argv=0x8501cd8) at amule-gui.cpp:95
Breakpoint 1, 0x084a65c7 in CMuleListCtrl::GetNewColumnIndex (this=0x9945718, oldindex=25846741) at MuleListCtrl.cpp:290
290                     wxString name = oldcolumns.GetNextToken();
(gdb) l
285     int CMuleListCtrl::GetNewColumnIndex(int oldindex) const
286     {
287             wxStringTokenizer oldcolumns(GetOldColumnOrder(), wxT(","), wxTOKEN_RET_EMPTY_ALL);
288
289             while (oldcolumns.HasMoreTokens()) {
290                     wxString name = oldcolumns.GetNextToken();
291                     if (oldindex == 0) {
292                             return GetColumnIndex(name);
293                     }
294 (gdb) p oldindex
$3 = 25846739
Logged

GonoszTopi

  • The current man in charge of most things.
  • Administrator
  • Hero Member
  • *****
  • Karma: 169
  • Offline Offline
  • Posts: 2685
Re: SVN [8849] locks upon start
« Reply #1 on: July 12, 2008, 03:38:07 AM »

FIxed by 8853
Logged
concordia cum veritate