View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0003193 | Spring engine | General | public | 2012-07-15 15:51 | 2012-09-03 10:49 | ||||
Reporter | abma | ||||||||
Assigned To | abma | ||||||||
Priority | normal | Severity | crash | Reproducibility | have not tried | ||||
Status | resolved | Resolution | no change required | ||||||
Product Version | 89.0.1+git | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0003193: SIGFPE in Rendering/ProjectileDrawer.cpp:212 | ||||||||
Description | [f=0000000] Error: Floating point exception (SIGFPE) in spring 89.0.1-30-gcc4d20e develop (Debug Headless OMP) [f=0000000] Error: Stacktrace: [f=0000000] Error: <0> /lib64/libpthread.so.0(+0xefe0) [0x7fda0711afe0] [f=0000000] Error: <1> /usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../include/c++/4.7.0/bits/stl_pair.h:105 [f=0000000] Error: <2> /usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../include/c++/4.7.0/bits/stl_tree.h:1508 [f=0000000] Error: <3> /home/buildbot/slave/full-linux/build/rts/Rendering/ProjectileDrawer.cpp:212 [f=0000000] Error: <4> /home/buildbot/slave/full-linux/build/rts/Rendering/ProjectileDrawer.cpp:53 [f=0000000] Error: <5> /home/buildbot/slave/full-linux/build/rts/Rendering/ProjectileDrawer.cpp:306 [f=0000000] Error: <6> /home/buildbot/slave/full-linux/build/rts/Rendering/ProjectileDrawer.cpp:319 [f=0000000] Error: <7> /home/buildbot/slave/full-linux/build/rts/Rendering/ProjectileDrawer.cpp:329 [f=0000000] Error: <8> /home/buildbot/slave/full-linux/build/rts/Rendering/Models/WorldObjectModelRenderer.cpp:159 [f=0000000] Error: <9> /usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../include/c++/4.7.0/bits/stl_tree.h:1239 | ||||||||
Additional Information | http://buildbot.springrts.com/builders/validationtests/builds/1506/steps/validation%20test/logs/stdio (hmm, maybe i should add some tool that autocreates bug-reports on failed tests? ^^) | ||||||||
Tags | No tags attached. | ||||||||
Checked infolog.txt for Errors | |||||||||
Attached Files |
|
![]() |
|
Kloot (developer) 2012-07-15 22:20 |
trace sadly makes no sense at all |
abma (administrator) 2012-07-16 00:55 |
then something in the stacktrace is imo broken: http://buildbot.springrts.com/builders/validationtests/builds/1515/steps/validation%20test/logs/stdio [f=0000000] Error: Floating point exception (SIGFPE) in spring 89.0.1-42-g091e74c develop (Debug Headless OMP) [f=0000000] Error: Stacktrace: [f=0000000] Error: <0> /lib64/libpthread.so.0(+0xefe0) [0x7fabd6e3bfe0] [f=0000000] Error: <1> /usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../include/c++/4.7.0/bits/stl_tree.h:1297 [f=0000000] Error: <2> /usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../include/c++/4.7.0/bits/stl_tree.h:1300 [f=0000000] Error: <3> /home/buildbot/slave/full-linux/build/rts/Rendering/ProjectileDrawer.cpp:205 [f=0000000] Error: <4> /home/buildbot/slave/full-linux/build/rts/Rendering/ProjectileDrawer.cpp:212 [f=0000000] Error: <5> /home/buildbot/slave/full-linux/build/rts/Rendering/ProjectileDrawer.cpp:290 [f=0000000] Error: <6> /home/buildbot/slave/full-linux/build/rts/Rendering/ProjectileDrawer.cpp:305 [f=0000000] Error: <7> /home/buildbot/slave/full-linux/build/rts/Rendering/ProjectileDrawer.cpp:318 [f=0000000] Error: <8> /home/buildbot/slave/full-linux/build/rts/Rendering/Models/WorldObjectModelRenderer.cpp:134 [f=0000000] Error: <9> /usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../include/c++/4.7.0/bits/stl_tree.h:1521 looks weird, too... |
abma (administrator) 2012-07-16 08:43 Last edited: 2012-07-16 08:43 |
does it make sense yet? http://paste.springfiles.com/view/raw/11305092 (stacktrace was cut off after 10 entries, see 0003200) |
Kloot (developer) 2012-07-16 12:06 |
not really, can you run it in gdb? |
abma (administrator) 2012-07-16 18:43 |
hmm, thats zero-k at startup: http://paste.springfiles.com/view/raw/fe6f45b2 (complete different bt) |
Kloot (developer) 2012-07-16 18:52 |
ok, this looks like a gadget (unit_teleporter.lua apparently) setting a table key value (n = 6.4e+09) that is too large to be converted to integer without overflow --> sigfpe |
abma (administrator) 2012-07-19 19:57 |
hmm, looks like a lua-stacktrace would make sense here?! will try out soon... |
abma (administrator) 2012-09-03 10:49 |
the zero-k guys fixed it |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2012-07-15 15:51 | abma | New Issue | |
2012-07-15 22:20 | Kloot | Note Added: 0009004 | |
2012-07-16 00:55 | abma | Note Added: 0009010 | |
2012-07-16 01:03 | abma | Relationship added | related to 0003200 |
2012-07-16 08:43 | abma | Note Added: 0009018 | |
2012-07-16 08:43 | abma | Note Edited: 0009018 | View Revisions |
2012-07-16 12:06 | Kloot | Note Added: 0009022 | |
2012-07-16 18:43 | abma | Note Added: 0009033 | |
2012-07-16 18:52 | Kloot | Note Added: 0009034 | |
2012-07-19 19:57 | abma | Note Added: 0009050 | |
2012-09-03 10:49 | abma | Note Added: 0009163 | |
2012-09-03 10:49 | abma | Status | new => resolved |
2012-09-03 10:49 | abma | Resolution | open => no change required |
2012-09-03 10:49 | abma | Assigned To | => abma |