View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0001766 | Spring engine | General | public | 2009-12-19 11:39 | 2010-01-17 17:08 | ||||
Reporter | SirMaverick | ||||||||
Assigned To | tvo | ||||||||
Priority | normal | Severity | crash | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | 0.80.5 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0001766: SIGSEGV via FeatureHandler.cpp | ||||||||
Description | Program received signal SIGSEGV, Segmentation fault. 0x086a823a in std::less<CFeature*>::operator() (this=0xa5074b8, __x=@0x3fe, __y=@0xbfffebf4) at /usr/include/c++/4.3/bits/stl_function.h:230 230 { return __x < __y; } (gdb) bt #0 0x086a823a in std::less<CFeature*>::operator() (this=0xa5074b8, __x=@0x3fe, __y=@0xbfffebf4) at /usr/include/c++/4.3/bits/stl_function.h:230 #1 0x086a89be in std::_Rb_tree<CFeature*, CFeature*, std::_Identity<CFeature*>, std::less<CFeature*>, std::allocator<CFeature*> >::equal_range ( this=0xa5074b8, __k=@0xbfffebf4) at /usr/include/c++/4.3/bits/stl_tree.h:1025 #2 0x086acef7 in std::_Rb_tree<CFeature*, CFeature*, std::_Identity<CFeature*>, std::less<CFeature*>, std::allocator<CFeature*> >::erase (this=0xa5074b8, __x=@0xbfffebf4) at /usr/include/c++/4.3/bits/stl_tree.h:1343 0000003 0x086acf4e in std::set<CFeature*, std::less<CFeature*>, std::allocator<CFeature*> >::erase (this=0xa5074b8, __x=@0xbfffebf4) at /usr/include/c++/4.3/bits/stl_set.h:448 0000004 0x086a291c in CFeatureHandler::Update (this=0xa5074b0) at spring/spring_0.80.5-branch/cb5d5b506d2f1f2101cb7f1b8349d4b4d83c4864/rts/Sim/Features/FeatureHandler.cpp:484 0000005 0x0833706c in CGame::SimFrame (this=0x9404578) at spring/spring_0.80.5-branch/cb5d5b506d2f1f2101cb7f1b8349d4b4d83c4864/rts/Game/Game.cpp:3514 #6 0x0833e14b in CGame::ClientReadNet (this=0x9404578) at spring/spring_0.80.5-branch/cb5d5b506d2f1f2101cb7f1b8349d4b4d83c4864/rts/Game/Game.cpp:3804 #7 0x08341d84 in CGame::Update (this=0x9404578) at spring/spring_0.80.5-branch/cb5d5b506d2f1f2101cb7f1b8349d4b4d83c4864/rts/Game/Game.cpp:2839 #8 0x088bee09 in SpringApp::Update (this=0xbffff500) at spring/spring_0.80.5-branch/cb5d5b506d2f1f2101cb7f1b8349d4b4d83c4864/rts/System/SpringApp.cpp:849 #9 0x088c70d9 in SpringApp::Run (this=0xbffff500, argc=2, argv=0xbffff5e4) at spring/spring_0.80.5-branch/cb5d5b506d2f1f2101cb7f1b8349d4b4d83c4864/rts/System/SpringApp.cpp:977 0000010 0x088f4511 in Run (argc=2, argv=0xbffff5e4) at spring/spring_0.80.5-branch/cb5d5b506d2f1f2101cb7f1b8349d4b4d83c4864/rts/System/Main.cpp:111 #11 0x088f456c in main (argc=1004, argv=0x3ed) at spring/spring_0.80.5-branch/cb5d5b506d2f1f2101cb7f1b8349d4b4d83c4864/rts/System/Main.cpp:127 | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
tvo (reporter) 2010-01-17 17:08 |
I bet this was caused by CQuadField memory corruption. See 0001750. |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2009-12-19 11:39 | SirMaverick | New Issue | |
2009-12-19 11:40 | SirMaverick | File Added: local_20091219_105854_unnamed_0.80.5.sdf | |
2010-01-17 16:45 | tvo | Relationship added | related to 0001750 |
2010-01-17 17:08 | tvo | Note Added: 0004505 | |
2010-01-17 17:08 | tvo | Status | new => resolved |
2010-01-17 17:08 | tvo | Resolution | open => fixed |
2010-01-17 17:08 | tvo | Assigned To | => tvo |