Bugzilla – Attachment 73953 Details for
Bug 60036
scalc always crashes at startup with particular user profile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gdb session
gdb_session.txt (text/plain), 3.02 KB, created by
Julien Nabet
on 2013-01-30 20:27:10 UTC
(
hide
)
Description:
gdb session
Filename:
MIME Type:
Creator:
Julien Nabet
Created:
2013-01-30 20:27:10 UTC
Size:
3.02 KB
patch
obsolete
>Breakpoint 1, ScFunctionDockWin::UpdateFunctionList (this=0x1f06fc0) at /home/julien/compile-libreoffice/libo/sc/source/ui/formdlg/dwfunctr.cxx:791 >791 for(::std::vector<const formula::IFunctionDescription*>::iterator iter=aLRUList.begin();iter!=aLRUList.end();++iter) >(gdb) n >793 const formula::IFunctionDescription* pDesc = *iter; >(gdb) n >795 pAllFuncList->InsertEntry(pDesc->getFunctionName()), >(gdb) p pDesc >$1 = (const formula::IFunctionDescription *) 0x1f3c820 >(gdb) p pDesc->getFunctionName() >$2 = "SUM" >(gdb) list >790 { >791 for(::std::vector<const formula::IFunctionDescription*>::iterator iter=aLRUList.begin();iter!=aLRUList.end();++iter) >792 { >793 const formula::IFunctionDescription* pDesc = *iter; >794 pAllFuncList->SetEntryData( >795 pAllFuncList->InsertEntry(pDesc->getFunctionName()), >796 (void*)pDesc ); >797 } >798 } >799 >(gdb) n >796 (void*)pDesc ); >(gdb) n >795 pAllFuncList->InsertEntry(pDesc->getFunctionName()), >(gdb) p pDesc->getFunctionName() >$3 = "SUM" >(gdb) p aLRUList.size() >$4 = 8 >(gdb) n >791 for(::std::vector<const formula::IFunctionDescription*>::iterator iter=aLRUList.begin();iter!=aLRUList.end();++iter) >(gdb) n >793 const formula::IFunctionDescription* pDesc = *iter; >(gdb) n >795 pAllFuncList->InsertEntry(pDesc->getFunctionName()), >(gdb) p pDesc->getFunctionName() >$5 = "POWER" >(gdb) n >796 (void*)pDesc ); >(gdb) n >795 pAllFuncList->InsertEntry(pDesc->getFunctionName()), >(gdb) n >791 for(::std::vector<const formula::IFunctionDescription*>::iterator iter=aLRUList.begin();iter!=aLRUList.end();++iter) >(gdb) n >793 const formula::IFunctionDescription* pDesc = *iter; >(gdb) n >795 pAllFuncList->InsertEntry(pDesc->getFunctionName()), >(gdb) p pDesc->getFunctionName() >$6 = "SIN" >(gdb) n >796 (void*)pDesc ); >(gdb) n >795 pAllFuncList->InsertEntry(pDesc->getFunctionName()), >(gdb) n >791 for(::std::vector<const formula::IFunctionDescription*>::iterator iter=aLRUList.begin();iter!=aLRUList.end();++iter) >(gdb) n >793 const formula::IFunctionDescription* pDesc = *iter; >(gdb) n >795 pAllFuncList->InsertEntry(pDesc->getFunctionName()), >(gdb) p pDesc->getFunctionName() >$7 = "RADIANS" >(gdb) 5 n >Undefined command: "5". Try "help". >(gdb) n 5 >795 pAllFuncList->InsertEntry(pDesc->getFunctionName()), >(gdb) p pDesc->getFunctionName() >$8 = "AVERAGE" >(gdb) n 5 >795 pAllFuncList->InsertEntry(pDesc->getFunctionName()), >(gdb) p pDesc->getFunctionName() >$9 = "MIN" >(gdb) n 5 >795 pAllFuncList->InsertEntry(pDesc->getFunctionName()), >(gdb) p pDesc->getFunctionName() >$10 = "MAX" >(gdb) n 5 >795 pAllFuncList->InsertEntry(pDesc->getFunctionName()), >(gdb) p pDesc->getFunctionName() >Cannot access memory at address 0x0 >(gdb) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 60036
:
73942
|
73946
|
73951
| 73953