Created
May 9, 2013 18:59
-
-
Save Techwolf/5549692 to your computer and use it in GitHub Desktop.
New TOS crash bug.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2013-05-09T18:55:52Z INFO: newview/llxmlrpctransaction.cpp(648) : transferRate: Buffer size: 72672 B | |
2013-05-09T18:55:52Z INFO: newview/llxmlrpctransaction.cpp(651) : transferRate: Transfer rate: 94.53 Kb/s | |
2013-05-09T18:55:52Z INFO: newview/llxmlrpclistener.cpp(372) : poll: login_to_simulator result from https://login.agni.lindenlab.com/cgi-bin/login.cgi: status Complete, errorcode OK ((done)) | |
Program received signal SIGSEGV, Segmentation fault. | |
0x00007ffff024e44c in _int_malloc (av=0x7ffff0576640 <main_arena>, bytes=26) at malloc.c:3241 | |
3241 malloc.c: No such file or directory. | |
(gdb) bt | |
#0 0x00007ffff024e44c in _int_malloc (av=0x7ffff0576640 <main_arena>, bytes=26) at malloc.c:3241 | |
#1 0x00007ffff0250621 in __GI___libc_malloc (bytes=26) at malloc.c:2859 | |
#2 0x00007ffff07f767d in operator new (sz=26) | |
at /var/tmp/portage/sys-devel/gcc-4.7.2-r1/work/gcc-4.7.2/libstdc++-v3/libsupc++/new_op.cc:52 | |
#3 0x00007ffff08560b9 in allocate (__n=<optimized out>, this=<optimized out>) | |
at /var/tmp/portage/sys-devel/gcc-4.7.2-r1/work/build/x86_64-pc-linux-gnu/libstdc++-v3/include/ext/new_allocator.h:94 | |
#4 std::string::_Rep::_S_create (__capacity=__capacity@entry=1, __old_capacity=__old_capacity@entry=0, __alloc=...) | |
at /var/tmp/portage/sys-devel/gcc-4.7.2-r1/work/build/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/basic_string.tcc:609 | |
#5 0x00007ffff08579c7 in std::string::_S_construct<char const*> (__beg=__beg@entry=0x1b172db ".", __end=<optimized out>, __a=...) | |
at /var/tmp/portage/sys-devel/gcc-4.7.2-r1/work/build/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/basic_string.tcc:140 | |
#6 0x00007ffff0857a98 in _S_construct_aux<char const*> (__a=..., __end=<optimized out>, __beg=0x1b172db ".") | |
at /var/tmp/portage/sys-devel/gcc-4.7.2-r1/work/build/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/basic_string.h:1722 | |
#7 _S_construct<char const*> (__a=..., __end=<optimized out>, __beg=0x1b172db ".") | |
at /var/tmp/portage/sys-devel/gcc-4.7.2-r1/work/build/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/basic_string.h:1743 | |
#8 std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string (this=0x7fff7a5db1b8, __s=0x1b172db ".", | |
__a=...) | |
at /var/tmp/portage/sys-devel/gcc-4.7.2-r1/work/build/x86_64-pc-linux-gnu/libstdc++-v3/include/bits/basic_string.tcc:217 | |
#9 0x00000000018792a4 in char_separator (empty_tokens=boost::drop_empty_tokens, kept_delims=0x0, dropped_delims=0x1b172db ".", | |
this=0x7fff7a5db1b0) at /usr/include/boost/token_functions.hpp:455 | |
#10 LLXUIParser::readAttributes (this=0x7fff7a5e2730, nodep=..., block=...) | |
at /usr/src/debug/games-simulation/firestorm-hg-14/linden/indra/llui/llxuiparser.cpp:831 | |
#11 0x000000000187a154 in LLXUIParser::readXUIImpl (this=0x7fff7a5e2730, nodep=..., block=...) | |
at /usr/src/debug/games-simulation/firestorm-hg-14/linden/indra/llui/llxuiparser.cpp:720 | |
#12 0x000000000187b28c in LLXUIParser::readXUI (this=0x7fff7a5e2730, node=..., block=..., filename= | |
"/usr/share/games/firestorm-hg/skins/default/xui/en/floater_tos.xml", silent=false) | |
at /usr/src/debug/games-simulation/firestorm-hg-14/linden/indra/llui/llxuiparser.cpp:698 | |
#13 0x000000000168985b in LLUICtrlFactory::defaultBuilder<LLCheckBoxCtrl> (node=..., parent=0x3c85750, output_node=...) | |
at /usr/src/debug/games-simulation/firestorm-hg-14/linden/indra/llui/lluictrlfactory.h:256 | |
#14 0x0000000001688215 in boost::detail::function::function_invoker3<LLCheckBoxCtrl* (*)(LLPointer<LLXMLNode>, LLView*, LLPointer<LLXMLNode>), LLView*, LLPointer<LLXMLNode>, LLView*, LLPointer<LLXMLNode> >::invoke (function_ptr=..., a0=..., a1=0x3c85750, a2=...) | |
at /usr/include/boost/function/function_template.hpp:95 | |
#15 0x000000000183895d in operator() (a2=..., a1=0x3c85750, a0=..., this=0x29a5ab8) | |
at /usr/include/boost/function/function_template.hpp:767 | |
#16 LLUICtrlFactory::createFromXML(LLPointer<LLXMLNode>, LLView*, std::string const&, LLRegistry<std::string, boost::function<LLView* (LLPointer<LLXMLNode>, LLView*, LLPointer<LLXMLNode>)>, LLRegistryDefaultComparator<std::string> > const&, LLPointer<LLXMLNode>) ( | |
this=0x286d180, node=..., parent=0x3c85750, filename=..., registry=..., output_node=...) | |
at /usr/src/debug/games-simulation/firestorm-hg-14/linden/indra/llui/lluictrlfactory.cpp:215 | |
#17 0x0000000001838f41 in LLUICtrlFactory::createChildren(LLView*, LLPointer<LLXMLNode>, LLRegistry<std::string, boost::function<LLView* (LLPointer<LLXMLNode>, LLView*, LLPointer<LLXMLNode>)>, LLRegistryDefaultComparator<std::string> > const&, LLPointer<LLXMLNode>) | |
(viewp=0x3c85750, node=..., registry=..., output_node=...) | |
at /usr/src/debug/games-simulation/firestorm-hg-14/linden/indra/llui/lluictrlfactory.cpp:124 | |
#18 0x00000000016c35bf in LLFloater::initFloaterXML (this=0x3c85750, node=..., parent=<optimized out>, filename=..., | |
output_node=...) at /usr/src/debug/games-simulation/firestorm-hg-14/linden/indra/llui/llfloater.cpp:3377 | |
#19 0x00000000016c420a in LLFloater::buildFromFile (this=0x3c85750, filename="floater_tos.xml") | |
at /usr/src/debug/games-simulation/firestorm-hg-14/linden/indra/llui/llfloater.cpp:3480 | |
---Type <return> to continue, or q <return> to quit--- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment