Anonymous | Login | 2024-11-21 19:37 UTC |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0002044 | VCMI | Other | public | 2015-01-18 17:18 | 2022-03-16 18:33 | ||||
Reporter | KroArtem | ||||||||
Assigned To | Povelitel | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | unable to reproduce | ||||||
Platform | x86_64 | OS | Ubuntu | OS Version | 14.10 | ||||
Product Version | 0.97b | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0002044: Crash while trying to visit town | ||||||||
Description | [Thread 0x7fffdac48700 (LWP 25504) exited] Saving lib part of game... Saving header Saving options Saving handlers Saving gamestate [New Thread 0x7fffdac48700 (LWP 25506)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffdac48700 (LWP 25506)] 0x00007ffff6190404 in TTF_RenderUNICODE_Blended () from /usr/lib/x86_64-linux-gnu/libSDL_ttf-2.0.so.0 (gdb) bt #0 0x00007ffff6190404 in TTF_RenderUNICODE_Blended () from /usr/lib/x86_64-linux-gnu/libSDL_ttf-2.0.so.0 #1 0x00007ffff619070e in TTF_RenderUTF8_Blended () from /usr/lib/x86_64-linux-gnu/libSDL_ttf-2.0.so.0 0000002 0x0000000000496aad in CTrueTypeFont::renderText (this=0x7fffcc33b0e0, surface=0xd79890, data="16", color=..., pos=...) at /home/kroartem/SVN/vcmi/client/gui/Fonts.cpp:281 0000003 0x0000000000496afe in CTrueTypeFont::renderText (this=0x7fffcc33b0e0, surface=0xd79890, data="16", color=..., pos=...) at /home/kroartem/SVN/vcmi/client/gui/Fonts.cpp:274 0000004 0x00000000004c22c4 in CTextContainer::blitLine ( this=this@entry=0x7fffc9367d20, to=to@entry=0xd79890, destRect=..., what="16") at /home/kroartem/SVN/vcmi/client/widgets/TextControls.cpp:147 0000005 0x00000000004c250a in CLabel::showAll (this=0x7fffc9367d20, to=0xd79890) at /home/kroartem/SVN/vcmi/client/widgets/TextControls.cpp:32 0000006 0x00000000004950cf in CIntObject::showAll (this=0x0, to=0x1) at /home/kroartem/SVN/vcmi/client/gui/CIntObject.cpp:72 0000007 0x00000000004950cf in CIntObject::showAll (this=0x0, this@entry=0x7fffc8d04780, to=0x1, to@entry=0xd79890) at /home/kroartem/SVN/vcmi/client/gui/CIntObject.cpp:72 0000008 0x0000000000518b81 in CWindowObject::showAll (this=0x7fffc8d04780, to=0xd79890) at /home/kroartem/SVN/vcmi/client/windows/CWindowObject.cpp:228 ---Type <return> to continue, or q <return> to quit--- 0000009 0x00000000004b6362 in CGarrisonSlot::hover (this=0x7fffc933c810, on=<optimized out>) at /home/kroartem/SVN/vcmi/client/widgets/CGarrisonInt.cpp:112 0000010 0x0000000000493a76 in CGuiHandler::handleMouseMotion ( this=this@entry=0x93dc40 <GH>, sEvent=sEvent@entry=0x7fffdac47d30) at /home/kroartem/SVN/vcmi/client/gui/CGuiHandler.cpp:366 0000011 0x0000000000494439 in CGuiHandler::fakeMouseMove (this=0x93dc40 <GH>) at /home/kroartem/SVN/vcmi/client/gui/CGuiHandler.cpp:409 0000012 0x00000000005e7447 in CPlayerInterface::doMoveHero (this=0x7fffc44784d0, h= 0x7fffcf5de160, path=...) at /home/kroartem/SVN/vcmi/client/CPlayerInterface.cpp:2684 0000013 0x00000000005f5c11 in operator()<const CGHeroInstance*&, CGPath&, void> ( __object=0x7fffc44784d0, this=0x11db108) at /usr/include/c++/4.9/functional:569 0000014 __call<void, 0ul, 1ul, 2ul> (__args=<optimized out>, this=0x11db108) at /usr/include/c++/4.9/functional:1264 0000015 operator()<, void> (this=0x11db108) at /usr/include/c++/4.9/functional:1323 0000016 boost::detail::thread_data<std::_Bind<std::_Mem_fn<void (CPlayerInterface::*)(CGHeroInstance const*, CGPath)> (CPlayerInterface*, CGHeroInstance const*, CGPath)> >::run() (this=0x11daf50) at /usr/include/boost/thread/detail/thread.hpp:117 0000017 0x00007ffff6cc3d3a in ?? () from /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.55.0 ---Type <return> to continue, or q <return> to quit--- 0000018 0x00007ffff6aa20a5 in start_thread (arg=0x7fffdac48700) at pthread_create.c:309 0000019 0x00007ffff3d8488d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111 (gdb) | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0005383) Warmonger (administrator) 2015-01-18 17:52 edited on: 2015-01-18 17:53 |
Steps to reproduce? Stack trace is not useful in any way. |
(0005384) KroArtem (updater) 2015-01-18 18:07 |
If there were any steps, I'd write them here. Well, the step is to to try enter the town. Didn't manage to reproduce. |
(0008137) Povelitel (updater) 2022-03-16 18:33 |
Guys, I will close this bug after the statute of limitations expires. It cannot be reproduced. It's probably already been fixed. But if the problem still exists, you can always open a new ticket. |
Issue History | |||
Date Modified | Username | Field | Change |
2015-01-18 17:18 | KroArtem | New Issue | |
2015-01-18 17:52 | Warmonger | Note Added: 0005383 | |
2015-01-18 17:53 | Warmonger | Note Edited: 0005383 | View Revisions |
2015-01-18 17:53 | Warmonger | Note Edited: 0005383 | View Revisions |
2015-01-18 18:07 | KroArtem | Note Added: 0005384 | |
2022-03-16 18:33 | Povelitel | Note Added: 0008137 | |
2022-03-16 18:33 | Povelitel | Status | new => closed |
2022-03-16 18:33 | Povelitel | Assigned To | => Povelitel |
2022-03-16 18:33 | Povelitel | Resolution | open => unable to reproduce |
Copyright © 2000 - 2024 MantisBT Team |