View Issue Details

IDProjectCategoryView StatusLast Update
0001956Spring engineGeneralpublic2010-06-21 14:53
Reporterhoijui Assigned ToKloot  
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product Version0.81.0.0+git 
Fixed in Version0.81.0.0+git 
Summary0001956: SIGSEGV in Shared.cpp on Blindside_v1
Descriptioncurrent master, BA 7.12, map: Blindside_v1
other maps seem to work OK

attached infolog.txt contains translated stack trace.
Additional Information(gdb) bt
Program received signal SIGSEGV, Segmentation fault.
0x0000000000b088af in Shader::GLSLProgramObject::SetUniform1i (this=0x85b9bd0, idx=7, v0=1) at /home/robin/Projects/spring/repos/master/rts/Rendering/Shaders/Shader.cpp:189
(gdb) bt
#0 0x0000000000b088af in Shader::GLSLProgramObject::SetUniform1i (this=0x85b9bd0, idx=7, v0=1) at /home/robin/Projects/spring/repos/master/rts/Rendering/Shaders/Shader.cpp:189
#1 0x0000000000a156bc in CBFGroundDrawer::SetupBigSquare (this=0x5f0c560, bigSquareX=1, bigSquareY=1) at /home/robin/Projects/spring/repos/master/rts/Map/SMF/BFGroundDrawer.cpp:1258
#2 0x0000000000a19665 in CBFGroundDrawer::DoDrawGroundRow (this=0x5f0c560, bty=1) at /home/robin/Projects/spring/repos/master/rts/Map/SMF/BFGroundDrawer.cpp:770
0000003 0x0000000000a0ce4a in CBFGroundDrawer::Draw (this=0x5f0c560, drawWaterReflection=false, drawUnitReflection=true) at /home/robin/Projects/spring/repos/master/rts/Map/SMF/BFGroundDrawer.cpp:835
0000004 0x0000000000afcc1f in CubeMapHandler::CreateReflectionFace (this=0x13eabc0, glType=34069, camDir=..., skyOnly=false) at /home/robin/Projects/spring/repos/master/rts/Rendering/Env/CubeMapHandler.cpp:195
0000005 0x0000000000afcd86 in CubeMapHandler::UpdateReflectionTexture (this=0x13eabc0) at /home/robin/Projects/spring/repos/master/rts/Rendering/Env/CubeMapHandler.cpp:130
#6 0x000000000070d8fc in CGame::Draw (this=0x7fffe82e9120) at /home/robin/Projects/spring/repos/master/rts/Game/Game.cpp:3169
#7 0x0000000000d802a5 in SpringApp::Update (this=0x7fffffffda20) at /home/robin/Projects/spring/repos/master/rts/System/SpringApp.cpp:949
#8 0x0000000000d886d3 in SpringApp::Run (this=0x7fffffffda20, argc=2, argv=0x7fffffffdb58) at /home/robin/Projects/spring/repos/master/rts/System/SpringApp.cpp:1057
#9 0x0000000000db5659 in Run (argc=2, argv=0x7fffffffdb58) at /home/robin/Projects/spring/repos/master/rts/System/Main.cpp:110
0000010 0x0000000000db56ae in main (argc=2, argv=0x7fffffffdb58) at /home/robin/Projects/spring/repos/master/rts/System/Main.cpp:126
(gdb) list /home/robin/Projects/spring/repos/master/rts/Rendering/Shaders/Shader.cpp:189
Line 189 of "/home/robin/Projects/spring/repos/master/rts/Rendering/Shaders/Shader.cpp" starts at address 0xb08882 <_ZN6Shader17GLSLProgramObject12SetUniform1iEii> and ends at 0xb08895 <_ZN6Shader17GLSLProgramObject12SetUniform1iEii+19>.
TagsNo tags attached.
Attached Files
infolog.txt (Attachment missing)
Checked infolog.txt for Errors

Activities

Kloot

2010-06-21 14:13

developer   ~0004997

Do you perhaps have shadows set to -1 in ~/.springrc?

hoijui

2010-06-21 14:39

reporter   ~0004999

yes i do

Kloot

2010-06-21 14:53

developer   ~0005000

thanks, should be fixed now

Issue History

Date Modified Username Field Change
2010-06-21 14:05 hoijui New Issue
2010-06-21 14:05 hoijui File Added: infolog.txt
2010-06-21 14:13 Kloot Note Added: 0004997
2010-06-21 14:14 Kloot Status new => feedback
2010-06-21 14:39 hoijui Note Added: 0004999
2010-06-21 14:53 Kloot Note Added: 0005000
2010-06-21 14:53 Kloot Status feedback => resolved
2010-06-21 14:53 Kloot Fixed in Version => 0.81.0.0+git
2010-06-21 14:53 Kloot Resolution open => fixed
2010-06-21 14:53 Kloot Assigned To => Kloot