STK crash (with backtrace)

STK crash (with backtrace)

Postby farrer » 10 Jul 2016, 22:12

I've got a crash on 'challenge completed' screen, twice (on different challenges). The second time I was running inside gdb to get the backtrace (the log is also related to this second time). Completed some challenges (one or two) on the same running before got the crash.

OS: Gentoo Linux, 64bits.
Graphics card: NVidia GeForce GT 630M
STK: code: git b2a62c222cccf008ac065b8bbd49f5003042f864 (last log message is: "Merge branch 'camera-refactor'"),
assets: svn 16719.

bracktrace:
{l Code}: {l Select All Code}
Program received signal SIGSEGV, Segmentation fault.
0x0000000000969499 in CutsceneWorld::update (this=0x7fff96d0daf0,
    dt=0.0500000007)
    at /home/farrer/projetos/supertuxkart/stk-code/src/modes/cutscene_world.cpp:296
296             m_camera->setPosition(anchorNode->getPosition());

(gdb) where
#0  0x0000000000969499 in CutsceneWorld::update (this=0x7fff96d0daf0,       
    dt=0.0500000007)
    at /home/farrer/projetos/supertuxkart/stk-code/src/modes/cutscene_world.cpp:296
#1  0x0000000000959cb4 in World::updateWorld (this=0x7fff96d0daf0,
    dt=<optimized out>)
    at /home/farrer/projetos/supertuxkart/stk-code/src/modes/world.cpp:882
#2  0x000000000094a644 in MainLoop::run (this=0x7490390)
    at /home/farrer/projetos/supertuxkart/stk-code/src/main_loop.cpp:154
#3  0x0000000000648959 in main (argc=<optimized out>, argv=<optimized out>)
    at /home/farrer/projetos/supertuxkart/stk-code/src/main.cpp:1672


log (stdout, stderr):
{l Code}: {l Select All Code}
 gdb ./supertuxkart
GNU gdb (Gentoo 7.10.1 vanilla) 7.10.1
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-pc-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://bugs.gentoo.org/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from ./supertuxkart...run
done.
(gdb) run
Starting program: /home/farrer/projetos/supertuxkart/stk-code/bin/supertuxkart
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib64/libthread_db.so.1".
[verbose  ] main: Error messages and other text output will be logged to /home/farrer/.config/supertuxkart/0.8.2/stdout.log.
[info   ] [FileManager]: Data files will be fetched from: '../data/'
[info   ] [FileManager]: Data files will be fetched from: '../data/../../stk-assets/'
[info   ] [FileManager]: User directory is '/home/farrer/.config/supertuxkart/0.8.2/'.
[info   ] [FileManager]: Addons files will be stored in '/home/farrer/.local/share/supertuxkart/addons/'.
[info   ] [FileManager]: Screenshots will be stored in '/home/farrer/.cache/supertuxkart/screenshots/'.
[info   ] [FileManager]: User-defined grand prix will be stored in '/home/farrer/.local/share/supertuxkart/grandprix/'.
[info   ] [FileManager]: Asset 0 will be loaded from '../data/challenges/'.
[info   ] [FileManager]: Asset 1 will be loaded from '../data/gfx/'.
[info   ] [FileManager]: Asset 2 will be loaded from '../data/grandprix/'.
[info   ] [FileManager]: Asset 3 will be loaded from '../data/gui/'.
[info   ] [FileManager]: Asset 4 will be loaded from '../data/../../stk-assets/library/'.
[info   ] [FileManager]: Asset 5 will be loaded from '../data/../../stk-assets/models/'.
[info   ] [FileManager]: Asset 6 will be loaded from '../data/../../stk-assets/music/'.
[info   ] [FileManager]: Asset 7 will be loaded from '../data/replay/'.
[info   ] [FileManager]: Asset 8 will be loaded from '../data/../../stk-assets/tracks/'.
[info   ] [FileManager]: Asset 9 will be loaded from '../data/../../stk-assets/sfx/'.
[info   ] [FileManager]: Asset 10 will be loaded from '../data/shaders/'.
[info   ] [FileManager]: Asset 11 will be loaded from '../data/skins/'.
[info   ] [FileManager]: Asset 12 will be loaded from '../data/../../stk-assets/textures/'.
[info   ] [FileManager]: Asset 13 will be loaded from '../data/ttf/'.
[info   ] [FileManager]: Asset 14 will be loaded from '../data/po/'.
[verbose  ] translation: Env var LANGUAGE = 'pt_BR.utf8'.
[verbose  ] translation: Language 'Portuguese (Brazil)'.
[warn   ] tinygettext: jbo.po: warning: ignoring, unknown language
[warn   ] tinygettext: no.po: warning: ignoring, unknown language
[warn   ] tinygettext: no_NO.po: warning: ignoring, unknown language
[warn   ] tinygettext: sc.po: warning: ignoring, unknown language
[warn   ] tinygettext: sco.po: warning: ignoring, unknown language
Adding language fallback pt
[warn   ] tinygettext: jbo.po: warning: ignoring, unknown language
[warn   ] tinygettext: no.po: warning: ignoring, unknown language
[warn   ] tinygettext: no_NO.po: warning: ignoring, unknown language
[warn   ] tinygettext: sc.po: warning: ignoring, unknown language
[warn   ] tinygettext: sco.po: warning: ignoring, unknown language
Irrlicht Engine version 1.8.0
Linux 4.4.6-gentoo #4 SMP PREEMPT Sun Jul 3 18:20:21 BRT 2016 x86_64
[info   ] IrrDriver: OpenGL version: 4.3
[info   ] IrrDriver: OpenGL vendor: NVIDIA Corporation
[info   ] IrrDriver: OpenGL renderer: GeForce GT 630M/PCIe/SSE2
[info   ] IrrDriver: OpenGL version string: 4.3.0 NVIDIA 361.28
[info   ] GLDriver: ARB Buffer Storage Present
[info   ] GLDriver: ARB Base Instance Present
[info   ] GLDriver: ARB Draw Indirect Present
[info   ] GLDriver: ARB Compute Shader Present
[info   ] GLDriver: ARB Arrays of Arrays Present
[info   ] GLDriver: ARB Texture Storage Present
[info   ] GLDriver: ARB Texture View Present
[info   ] GLDriver: ARB Image Load Store Present
[info   ] GLDriver: ARB Shader Atomic Counters Present
[info   ] GLDriver: ARB Shader Storage Buffer Object Present
[info   ] GLDriver: ARB Multi Draw Indirect Present
[info   ] GLDriver: EXT Texture Compression S3TC Present
[info   ] GLDriver: ARB Uniform Buffer Object Present
[info   ] GLDriver: ARB Explicit Attrib Location Present
[info   ] GLDriver: Geometry Shaders Present
[New Thread 0x7fffefaf5700 (LWP 6680)]
[New Thread 0x7fffef2f4700 (LWP 6681)]
[New Thread 0x7fffeeaf3700 (LWP 6682)]
[New Thread 0x7fffee2f2700 (LWP 6683)]
[New Thread 0x7fffedaf1700 (LWP 6684)]
[New Thread 0x7fffed2f0700 (LWP 6685)]
[New Thread 0x7fffecaef700 (LWP 6686)]
[info   ] irr_driver: GLSL supported.
[info   ] Freetype Environment: Loading fonts...
[info   ] Freetype Environment: DPI for Normal Font is 21.
[info   ] Freetype Environment: DPI for Title Font is 36.
[info   ] Freetype Environment: DPI for Digit Font is 32.
[warn   ] [IrrDriver Temp Logger]: Level 2: PNG warning: iCCP: known incorrect sRGB profile

[warn   ] [IrrDriver Temp Logger]: Level 2: PNG warning: iCCP: known incorrect sRGB profile

[warn   ] [IrrDriver Temp Logger]: Level 2: PNG warning: iCCP: known incorrect sRGB profile

[warn   ] [IrrDriver Temp Logger]: Level 2: PNG warning: iCCP: known incorrect sRGB profile

[warn   ] [IrrDriver Temp Logger]: Level 2: PNG warning: iCCP: known incorrect sRGB profile

[warn   ] [IrrDriver Temp Logger]: Level 2: PNG warning: iCCP: known incorrect sRGB profile

[info   ] ScalableFont::loadTTF: Created 15 glyphs supporting 16 characters for high-res digits font Sigmar using 1 glyph page(s).
[info   ] ScalableFont::loadTTF: Created 61 glyphs supporting 88 characters for bold title font Ubuntu using 1 glyph page(s).
[info   ] ScalableFont::loadTTF: Created 98 glyphs supporting 101 characters for normal font Ubuntu using 1 glyph page(s).
[info   ] shader: Compiling shader : texturedquad.vert
[info   ] shader: Compiling shader : texturedquad.frag
[info   ] shader: Compiling shader : texturedquad.vert
[info   ] shader: Compiling shader : uniformcolortexturedquad.frag
[info   ] shader: Compiling shader : colortexturedquad.vert
[info   ] shader: Compiling shader : colortexturedquad.frag
[New Thread 0x7fffe94b7700 (LWP 6687)]
[New Thread 0x7fffea2b7700 (LWP 6688)]
[New Thread 0x7fffdbfff700 (LWP 6689)]
[info   ] GrandPrixManager: Loading Grand Prix files from ../data/grandprix/
[info   ] GrandPrixManager: Loading Grand Prix files from /home/farrer/.local/share/supertuxkart/grandprix/
[warn   ] Irrlicht: PNG warning: iCCP: profile 'ICC profile': 1000000h: invalid rendering intent
[warn   ] Irrlicht: PNG warning: iCCP: profile 'ICC profile': 1000000h: invalid rendering intent
[warn   ] Irrlicht: PNG warning: iCCP: profile 'ICC profile': 1000000h: invalid rendering intent
[warn   ] Irrlicht: PNG warning: iCCP: profile 'ICC profile': 1000000h: invalid rendering intent
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] Irrlicht: PNG warning: iCCP: profile 'ICC profile': 1000000h: invalid rendering intent
[warn   ] Irrlicht: PNG warning: iCCP: profile 'ICC profile': 1000000h: invalid rendering intent
[warn   ] Irrlicht: PNG warning: iCCP: profile 'ICC profile': 1000000h: invalid rendering intent
[warn   ] EventHandler: Error while loading kart 'Adiumy':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Amanda':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Amanda':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Amanda':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Amanda':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Amanda':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Amanda':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Amanda':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Amanda':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Amanda':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Emule':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Gavroche':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Gavroche':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Gavroche':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Gavroche':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Gavroche':
[warn   ] Irrlicht: PNG warning: iCCP: profile 'Photoshop ICC profile': 'RGB ': RGB color space not permitted on grayscale PNG
[warn   ] EventHandler: Error while loading kart 'Gavroche':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Gavroche':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Gavroche':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Gavroche':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Gavroche':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Gavroche':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Gavroche':
[warn   ] Irrlicht: PNG warning: iCCP: profile 'Photoshop ICC profile': 'RGB ': RGB color space not permitted on grayscale PNG
[warn   ] EventHandler: Error while loading kart 'Gavroche':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Hexley':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Konqi':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Konqi':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Konqi':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Konqi':
[warn   ] Irrlicht: PNG warning: iCCP: profile 'Photoshop ICC profile': 'RGB ': RGB color space not permitted on grayscale PNG
[warn   ] EventHandler: Error while loading kart 'Konqi':
[warn   ] Irrlicht: PNG warning: iCCP: profile 'Photoshop ICC profile': 'RGB ': RGB color space not permitted on grayscale PNG
[warn   ] EventHandler: Error while loading kart 'Konqi':
[warn   ] Irrlicht: PNG warning: iCCP: profile 'Photoshop ICC profile': 'RGB ': RGB color space not permitted on grayscale PNG
[warn   ] EventHandler: Error while loading kart 'Konqi':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Tux':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Tux':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Tux':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Tux':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Tux':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Tux':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Tux':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: Error while loading kart 'Tux':
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[verbose  ] RaceManager: Nb of karts=1, ghost karts:0 ai:0 players:1

[warn   ] EventHandler: While loading track '../data/../../stk-assets/tracks/overworld/track.xml'
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[info   ] shader: Compiling shader : object_pass.vert
[info   ] shader: Compiling shader : utils/encode_normal.frag
[info   ] shader: Compiling shader : object_pass1.frag
[info   ] shader: Compiling shader : object_pass.vert
[info   ] shader: Compiling shader : utils/encode_normal.frag
[info   ] shader: Compiling shader : objectref_pass1.frag
[info   ] shader: Compiling shader : grass_pass.vert
[info   ] shader: Compiling shader : utils/encode_normal.frag
[info   ] shader: Compiling shader : objectref_pass1.frag
[info   ] shader: Compiling shader : object_pass.vert
[info   ] shader: Compiling shader : utils/encode_normal.frag
[info   ] shader: Compiling shader : normalmap.frag
[info   ] shader: Compiling shader : utils/getworldmatrix.vert
[info   ] shader: Compiling shader : instanced_object_pass.vert
[info   ] shader: Compiling shader : utils/encode_normal.frag
[info   ] shader: Compiling shader : instanced_object_pass1.frag
[info   ] shader: Compiling shader : utils/getworldmatrix.vert
[info   ] shader: Compiling shader : instanced_object_pass.vert
[info   ] shader: Compiling shader : utils/encode_normal.frag
[info   ] shader: Compiling shader : instanced_objectref_pass1.frag
[info   ] shader: Compiling shader : utils/getworldmatrix.vert
[info   ] shader: Compiling shader : instanced_grass.vert
[info   ] shader: Compiling shader : utils/encode_normal.frag
[info   ] shader: Compiling shader : instanced_objectref_pass1.frag
[info   ] shader: Compiling shader : utils/getworldmatrix.vert
[info   ] shader: Compiling shader : instanced_object_pass.vert
[info   ] shader: Compiling shader : utils/encode_normal.frag
[info   ] shader: Compiling shader : instanced_normalmap.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : utils/decodeNormal.frag
[info   ] shader: Compiling shader : utils/getPosFromUVDepth.frag
[info   ] shader: Compiling shader : utils/DiffuseIBL.frag
[info   ] shader: Compiling shader : utils/SpecularIBL.frag
[info   ] shader: Compiling shader : IBL.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : utils/decodeNormal.frag
[info   ] shader: Compiling shader : utils/SpecularBRDF.frag
[info   ] shader: Compiling shader : utils/DiffuseBRDF.frag
[info   ] shader: Compiling shader : utils/getPosFromUVDepth.frag
[info   ] shader: Compiling shader : utils/SunMRP.frag
[info   ] shader: Compiling shader : sunlight.frag
[info   ] shader: Compiling shader : pointlight.vert
[info   ] shader: Compiling shader : utils/decodeNormal.frag
[info   ] shader: Compiling shader : utils/SpecularBRDF.frag
[info   ] shader: Compiling shader : utils/DiffuseBRDF.frag
[info   ] shader: Compiling shader : utils/getPosFromUVDepth.frag
[info   ] shader: Compiling shader : pointlight.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : linearizedepth.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : utils/decodeNormal.frag
[info   ] shader: Compiling shader : utils/getPosFromUVDepth.frag
[info   ] shader: Compiling shader : ssao.frag
[info   ] shader: Compiling shader : bilateralH.comp
[info   ] shader: Compiling shader : bilateralV.comp
[info   ] shader: Compiling shader : object_pass.vert
[info   ] shader: Compiling shader : utils/getLightFactor.frag
[info   ] shader: Compiling shader : utils/rgb_conversion.frag
[info   ] shader: Compiling shader : object_pass2.frag
[info   ] shader: Compiling shader : object_pass.vert
[info   ] shader: Compiling shader : utils/getLightFactor.frag
[info   ] shader: Compiling shader : objectref_pass2.frag
[info   ] shader: Compiling shader : object_pass.vert
[info   ] shader: Compiling shader : object_unlit.frag
[info   ] shader: Compiling shader : object_pass.vert
[info   ] shader: Compiling shader : utils/getLightFactor.frag
[info   ] shader: Compiling shader : splatting.frag
[info   ] shader: Compiling shader : object_pass.vert
[info   ] shader: Compiling shader : utils/getLightFactor.frag
[info   ] shader: Compiling shader : utils/getPosFromUVDepth.frag
[info   ] shader: Compiling shader : objectpass_spheremap.frag
[info   ] shader: Compiling shader : object_pass.vert
[info   ] shader: Compiling shader : utils/getLightFactor.frag
[info   ] shader: Compiling shader : detailed_object_pass2.frag
[info   ] shader: Compiling shader : grass_pass.vert
[info   ] shader: Compiling shader : utils/getLightFactor.frag
[info   ] shader: Compiling shader : grass_pass2.frag
[info   ] shader: Compiling shader : utils/getworldmatrix.vert
[info   ] shader: Compiling shader : instanced_object_pass.vert
[info   ] shader: Compiling shader : utils/getLightFactor.frag
[info   ] shader: Compiling shader : utils/rgb_conversion.frag
[info   ] shader: Compiling shader : instanced_object_pass2.frag
[info   ] shader: Compiling shader : utils/getworldmatrix.vert
[info   ] shader: Compiling shader : instanced_object_pass.vert
[info   ] shader: Compiling shader : utils/getLightFactor.frag
[info   ] shader: Compiling shader : instanced_objectref_pass2.frag
[info   ] shader: Compiling shader : utils/getworldmatrix.vert
[info   ] shader: Compiling shader : instanced_object_pass.vert
[info   ] shader: Compiling shader : instanced_object_unlit.frag
[info   ] shader: Compiling shader : utils/getworldmatrix.vert
[info   ] shader: Compiling shader : instanced_object_pass.vert
[info   ] shader: Compiling shader : utils/getLightFactor.frag
[info   ] shader: Compiling shader : utils/getPosFromUVDepth.frag
[info   ] shader: Compiling shader : instanced_objectpass_spheremap.frag
[info   ] shader: Compiling shader : utils/getworldmatrix.vert
[info   ] shader: Compiling shader : instanced_object_pass.vert
[info   ] shader: Compiling shader : utils/getLightFactor.frag
[info   ] shader: Compiling shader : instanced_detailed_object_pass2.frag
[info   ] shader: Compiling shader : utils/getworldmatrix.vert
[info   ] shader: Compiling shader : instanced_grass.vert
[info   ] shader: Compiling shader : utils/getLightFactor.frag
[info   ] shader: Compiling shader : instanced_grass_pass2.frag
[info   ] shader: Compiling shader : utils/getworldmatrix.vert
[info   ] shader: Compiling shader : glow_object.vert
[info   ] shader: Compiling shader : glow_object.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : glow.frag
[info   ] shader: Compiling shader : object_pass.vert
[info   ] shader: Compiling shader : transparent.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : passthrough.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : utils/getRGBfromCIEXxy.frag
[info   ] shader: Compiling shader : utils/getCIEXYZ.frag
[info   ] shader: Compiling shader : tonemap.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : mlaa_color1.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : mlaa_blend2.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : mlaa_neigh3.frag
[info   ] Singleton: Destroyed singleton.
[warn   ] material: Track uses deprecated texture 'grass.jpg'
[warn   ] EventHandler: While loading track '../data/../../stk-assets/tracks/overworld/track.xml'
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[error  ] EventHandler: While loading track '../data/../../stk-assets/tracks/overworld/track.xml'
[error  ] Irrlicht: Could not load mesh, because file could not be opened: : bubble_solid5.b3d
[error  ] irr_driver: Cannot load mesh <bubble_solid5.b3d>

[warn   ] TrackObjectManager: Could not load track object. Reason : Model 'bubble_solid5.b3d' cannot be found
[info   ] Script: allchallenges: unlocked_challenges=12, challenges=26
[info   ] Script: allchallenges: unlocked_challenges=12, challenges=26
[info   ] Script: allchallenges: unlocked_challenges=12, challenges=26
[info   ] Script: allchallenges: unlocked_challenges=12, challenges=26
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : importance_sampling_specular.frag
[info   ] shader: Compiling shader : shadow.vert
[info   ] shader: Compiling shader : shadow.geom
[info   ] shader: Compiling shader : shadow.frag
[info   ] shader: Compiling shader : shadow.vert
[info   ] shader: Compiling shader : shadow.geom
[info   ] shader: Compiling shader : shadowref.frag
[info   ] shader: Compiling shader : shadow_grass.vert
[info   ] shader: Compiling shader : shadow.geom
[info   ] shader: Compiling shader : instanced_shadowref.frag
[info   ] shader: Compiling shader : utils/getworldmatrix.vert
[info   ] shader: Compiling shader : instanciedshadow.vert
[info   ] shader: Compiling shader : instanced_shadow.geom
[info   ] shader: Compiling shader : shadow.frag
[info   ] shader: Compiling shader : utils/getworldmatrix.vert
[info   ] shader: Compiling shader : instanciedshadow.vert
[info   ] shader: Compiling shader : instanced_shadow.geom
[info   ] shader: Compiling shader : instanced_shadowref.frag
[info   ] shader: Compiling shader : utils/getworldmatrix.vert
[info   ] shader: Compiling shader : instanciedgrassshadow.vert
[info   ] shader: Compiling shader : instanced_shadow.geom
[info   ] shader: Compiling shader : instanced_shadowref.frag
[info   ] shader: Compiling shader : rsm.vert
[info   ] shader: Compiling shader : rsm.frag
[info   ] shader: Compiling shader : rsm.vert
[info   ] shader: Compiling shader : splatting_rsm.frag
[info   ] shader: Compiling shader : utils/getworldmatrix.vert
[info   ] shader: Compiling shader : instanced_rsm.vert
[info   ] shader: Compiling shader : instanced_rsm.frag
[info   ] shader: Compiling shader : slicedscreenquad_nvworkaround.vert
[info   ] shader: Compiling shader : rhpassthrough.geom
[info   ] shader: Compiling shader : rh.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : utils/decodeNormal.frag
[info   ] shader: Compiling shader : utils/getPosFromUVDepth.frag
[info   ] shader: Compiling shader : gi.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : utils/decodeNormal.frag
[info   ] shader: Compiling shader : utils/SpecularBRDF.frag
[info   ] shader: Compiling shader : utils/DiffuseBRDF.frag
[info   ] shader: Compiling shader : utils/getPosFromUVDepth.frag
[info   ] shader: Compiling shader : utils/SunMRP.frag
[info   ] shader: Compiling shader : sunlightshadow.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : utils/getPosFromUVDepth.frag
[info   ] shader: Compiling shader : fog.frag
[info   ] shader: Compiling shader : sky.vert
[info   ] shader: Compiling shader : sky.frag
[info   ] shader: Compiling shader : pointlight.vert
[info   ] shader: Compiling shader : utils/getPosFromUVDepth.frag
[info   ] shader: Compiling shader : pointlightscatter.frag
[info   ] shader: Compiling shader : gaussian6v.comp
[info   ] shader: Compiling shader : gaussian6h.comp
[info   ] shader: Compiling shader : object_pass.vert
[info   ] shader: Compiling shader : transparentfog.frag
[info   ] shader: Compiling shader : billboard.vert
[info   ] shader: Compiling shader : billboard.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : dof.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : utils/getCIEXYZ.frag
[info   ] shader: Compiling shader : utils/getRGBfromCIEXxy.frag
[info   ] shader: Compiling shader : bloom.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : gaussian6h.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : bloomblend.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : lensblend.frag
[info   ] shader: Compiling shader : pointemitter.vert
[info   ] shader: Compiling shader : particle.vert
[info   ] shader: Compiling shader : utils/getPosFromUVDepth.frag
[info   ] shader: Compiling shader : particle.frag
[info   ] shader: Compiling shader : coloredquad.vert
[info   ] shader: Compiling shader : coloredquad.frag
[info   ] Singleton: Destroyed singleton.
[verbose  ] RaceManager: Nb of karts=4, ghost karts:0 ai:3 players:1

[info   ] Singleton: Destroyed singleton.
[warn   ] AnimTexture: Did not find animate texture 'clouds.png'
[warn   ] AnimTexture: Did not find animate texture 'clouds.png'
[warn   ] EventHandler: While loading track '../data/../../stk-assets/tracks/cocoa_temple/track.xml'
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[info   ] shader: Compiling shader : displace.vert
[info   ] shader: Compiling shader : white.frag
[info   ] shader: Compiling shader : displace.vert
[info   ] shader: Compiling shader : displace.frag
[info   ] shader: Compiling shader : object_pass.vert
[info   ] shader: Compiling shader : colorize.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : godfade.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : gaussian3v.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : gaussian3h.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : godray.frag
[info   ] shader: Compiling shader : flipparticle.vert
[info   ] shader: Compiling shader : utils/getPosFromUVDepth.frag
[info   ] shader: Compiling shader : particle.frag
[info   ] shader: Compiling shader : primitive2dlist.vert
[info   ] shader: Compiling shader : transparent.frag
[info   ] shader: Compiling shader : screenquad.vert
[info   ] shader: Compiling shader : utils/getPosFromUVDepth.frag
[info   ] shader: Compiling shader : motion_blur.frag
[warn   ] MusicOgg: Music not playing when it should be. Source state: 4116
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[info   ] This work was NOT networked: This is NOT a network world.
[info   ] Singleton: Destroyed singleton.
[warn   ] Material: Cannot determine texture full path : <pix.png>
[error  ] material: Cannot find texture 'pix.png'.
[warn   ] Material: Cannot determine texture full path : <redXmas_light.png>
[error  ] material: Cannot find texture 'redXmas_light.png'.
[info   ] Singleton: Destroyed singleton.
[warn   ] EventHandler: While loading track '../data/../../stk-assets/tracks/snowmountain/track.xml'
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: While loading track '../data/../../stk-assets/tracks/snowmountain/track.xml'
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] EventHandler: While loading track '../data/../../stk-assets/tracks/snowmountain/track.xml'
[warn   ] Irrlicht: PNG warning: iCCP: profile 'ICC profile': 1000000h: invalid rendering intent
[warn   ] material: Track uses deprecated texture 'redwhite.png'
[warn   ] material: Track uses deprecated texture 'redwhite.png'
[warn   ] material: Track uses deprecated texture 'redwhite.png'
[warn   ] material: Track uses deprecated texture 'redwhite.png'
[warn   ] material: Track uses deprecated texture 'redwhite.png'
[warn   ] material: Track uses deprecated texture 'redwhite.png'
[warn   ] material: Track uses deprecated texture 'redwhite.png'
[warn   ] material: Track uses deprecated texture 'redwhite.png'
[warn   ] material: Track uses deprecated texture 'redwhite.png'
[warn   ] material: Track uses deprecated texture 'redwhite.png'
[warn   ] material: Track uses deprecated texture 'redwhite.png'
[warn   ] material: Track uses deprecated texture 'redwhite.png'
[warn   ] material: Track uses deprecated texture 'concrete.png'
[warn   ] material: Track uses deprecated texture 'concrete.png'
[warn   ] material: Track uses deprecated texture 'concrete.png'
[warn   ] material: Track uses deprecated texture 'concrete.png'
[warn   ] EventHandler: While loading track '../data/../../stk-assets/tracks/snowmountain/track.xml'
[warn   ] Irrlicht: PNG warning: iCCP: profile 'ICC profile': 1000000h: invalid rendering intent
[info   ] shader: Compiling shader : particlesimheightmap.vert
[warn   ] SFXManager: Throttling sfx - queue size 101
[warn   ] SFXManager: Throttling sfx - queue size 101
[warn   ] SFXManager: Throttling sfx - queue size 101
[warn   ] SFXManager: Throttling sfx - queue size 101
[warn   ] SFXManager: Throttling sfx - queue size 101
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[info   ] This work was NOT networked: This is NOT a network world.
[info   ] Singleton: Destroyed singleton.
[info   ] Singleton: Destroyed singleton.
[warn   ] EventHandler: While loading track '../data/../../stk-assets/tracks/hacienda/track.xml'
[warn   ] Irrlicht: PNG warning: iCCP: profile 'ICC profile': 1000000h: invalid rendering intent
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[info   ] This work was NOT networked: This is NOT a network world.
[info   ] Singleton: Destroyed singleton.
[info   ] Singleton: Destroyed singleton.
[warn   ] ModelDefinitionLoader: LOD group 'pineTree1' is empty
[warn   ] EventHandler: While loading track '../data/../../stk-assets/tracks/zengarden/track.xml'
[warn   ] Irrlicht: PNG warning: iCCP: known incorrect sRGB profile
[warn   ] MusicOgg: Music not playing when it should be. Source state: 4116
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[info   ] This work was NOT networked: This is NOT a network world.
[info   ] Singleton: Destroyed singleton.
[info   ] Singleton: Destroyed singleton.
[warn   ] material: Track uses deprecated texture 'logs.png'
[warn   ] MusicOgg: Music not playing when it should be. Source state: 4116
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[error  ] Irrlicht: Could not load texture:
[error  ] irr_driver: Texture '' not found.
[info   ] This work was NOT networked: This is NOT a network world.
[info   ] Singleton: Destroyed singleton.
[verbose  ] RaceManager: Nb of karts=0, ghost karts:0 ai:0 players:0

[info   ] Singleton: Destroyed singleton.
[verbose  ] RaceManager: Nb of karts=0, ghost karts:0 ai:0 players:0

[warn   ] AnimTexture: Did not find animate texture 'seagloss.png'
[info   ] Singleton: Destroyed singleton.
[verbose  ] RaceManager: Nb of karts=1, ghost karts:0 ai:0 players:1


[error  ] MusicOgg: Loading Music: ../data/../../stk-assets/music/menutheme.ogg failed (fopen returned NULL)
[error  ] MusicOgg: OpenAL error at alDeleteSources : AL_INVALID_NAME (40961)
[warn   ] MusicInformation: Unable to load music ../data/../../stk-assets/music/menutheme.ogg, not supported or not found.
[info   ] Singleton: Destroyed singleton.
[warn   ] material: Track uses deprecated texture 'grass.jpg'
[error  ] EventHandler: While loading track '../data/../../stk-assets/tracks/overworld/track.xml'
[error  ] Irrlicht: Could not load mesh, because file could not be opened: : bubble_solid5.b3d
[error  ] irr_driver: Cannot load mesh <bubble_solid5.b3d>

[warn   ] TrackObjectManager: Could not load track object. Reason : Model 'bubble_solid5.b3d' cannot be found
[info   ] Script: allchallenges: unlocked_challenges=13, challenges=26
[info   ] Script: allchallenges: unlocked_challenges=13, challenges=26
[info   ] Script: allchallenges: unlocked_challenges=13, challenges=26
[info   ] Script: allchallenges: unlocked_challenges=13, challenges=26
[info   ] Singleton: Destroyed singleton.
[verbose  ] RaceManager: Nb of karts=4, ghost karts:0 ai:3 players:1

[info   ] Singleton: Destroyed singleton.
[warn   ] AnimTexture: Did not find animate texture 'mine_water_alpha.png'
[info   ] This work was NOT networked: This is NOT a network world.
[info   ] Singleton: Destroyed singleton.
[verbose  ] RaceManager: Nb of karts=0, ghost karts:0 ai:0 players:0

[warn   ] AnimTexture: Did not find animate texture 'seagloss.png'
[info   ] [FileManager]: Creating directory(ies) '/home/farrer/.cache/supertuxkart/cached-textures/hd/mansion/'
[info   ] [FileManager]: Checking for: '/
[info   ] [FileManager]: Checking for: '/home/
[info   ] [FileManager]: Checking for: '/home/farrer/
[info   ] [FileManager]: Checking for: '/home/farrer/.cache/
[info   ] [FileManager]: Checking for: '/home/farrer/.cache/supertuxkart/
[info   ] [FileManager]: Checking for: '/home/farrer/.cache/supertuxkart/cached-textures/
[info   ] [FileManager]: Checking for: '/home/farrer/.cache/supertuxkart/cached-textures/hd/
[info   ] [FileManager]: Checking for: '/home/farrer/.cache/supertuxkart/cached-textures/hd/mansion/
[info   ] FileManager: Creating directory '/home/farrer/.cache/supertuxkart/cached-textures/hd/mansion/'.
[info   ] [FileManager]: Creating directory(ies) '/home/farrer/.cache/supertuxkart/cached-textures/hd/stk_enterprise/'
[info   ] [FileManager]: Checking for: '/
[info   ] [FileManager]: Checking for: '/home/
[info   ] [FileManager]: Checking for: '/home/farrer/
[info   ] [FileManager]: Checking for: '/home/farrer/.cache/
[info   ] [FileManager]: Checking for: '/home/farrer/.cache/supertuxkart/
[info   ] [FileManager]: Checking for: '/home/farrer/.cache/supertuxkart/cached-textures/
[info   ] [FileManager]: Checking for: '/home/farrer/.cache/supertuxkart/cached-textures/hd/
[info   ] [FileManager]: Checking for: '/home/farrer/.cache/supertuxkart/cached-textures/hd/stk_enterprise/
[info   ] FileManager: Creating directory '/home/farrer/.cache/supertuxkart/cached-textures/hd/stk_enterprise/'.
User avatar
farrer
 
Posts: 110
Joined: 24 Feb 2014, 21:00

Re: STK crash (with backtrace)

Postby deve » 10 Jul 2016, 22:42

Thanks a lot for reporting the bug. Indeed it may be related to camera refactoring. I created a bug report on github: https://github.com/supertuxkart/stk-code/issues/2567
deve
 
Posts: 268
Joined: 23 Jan 2014, 13:45

Re: STK crash (with backtrace)

Postby Auria » 11 Jul 2016, 01:23

Thanks for the bug report.

EDIT: nevermind my previous post (now deleted), I have managed to reproduce this bug. Seems to be caused by a very recent checkin, will what I can do
Image
User avatar
Auria
STK Moderator
 
Posts: 2976
Joined: 07 Dec 2009, 03:52

Re: STK crash (with backtrace)

Postby Auria » 13 Jul 2016, 00:40

I have fixed the bug in git, thanks for reporting!
Image
User avatar
Auria
STK Moderator
 
Posts: 2976
Joined: 07 Dec 2009, 03:52

Re: STK crash (with backtrace)

Postby farrer » 13 Jul 2016, 17:16

Thanks for the fix! And congrats to all devs (and artists) for the awesome work you are making in STK (it's amazing to see how it is improving over versions and - impressive - in a good pace for years!)
User avatar
farrer
 
Posts: 110
Joined: 24 Feb 2014, 21:00

Re: STK crash (with backtrace)

Postby ES_18 » 17 Jul 2016, 13:40

Hi
STK sent me to this forum but I don't see an option to open a new thread so I'm posting it here:
The first crash showed this:
{l Code}: {l Select All Code}
---------------------------
SuperTuxKart crashed :/
---------------------------
SuperTuxKart crashed!
Please hit Ctrl+C to copy to clipboard and signal the problem
to the developers on our forum: http://forum.freegamedev.net/viewforum.php?f=16

Call stack:

 DrvSetLayerPaletteEntries
 DrvSetLayerPaletteEntries
 DrvSetLayerPaletteEntries
 DrvSetLayerPaletteEntries
 DrvSetLayerPaletteEntries
 DrvSetLayerPaletteEntries
 DrvSetLayerPaletteEntries
 DrvSetLayerPaletteEntries
 asFreeMem
 asFreeMem
 asFreeMem
 asFreeMem
 asFreeMem
 asFreeMem
 asFreeMem
 asFreeMem
 asFreeMem
 asFreeMem
 asFreeMem
 asFreeMem
 asFreeMem
 asFreeMem
 asFreeMem
 asFreeMem
 asFreeMem
 asFreeMem
 asFreeMem
 SetManipulationInputTarget
 CallWindowProcW
 CallWindowProcW
 glDebugEntry
 SetManipulationInputTarget
---------------------------
OK   
---------------------------


And the second one this:
{l Code}: {l Select All Code}
---------------------------
SuperTuxKart crashed :/
---------------------------
SuperTuxKart crashed!
Please hit Ctrl+C to copy to clipboard and signal the problem
to the developers on our forum: http://forum.freegamedev.net/viewforum.php?f=16

Call stack:

---------------------------
OK   
---------------------------



I don't even remember where exactly in the game it occurred (it was last Thursday) but I hope this information will be useful somehow.
ES_18
 
Posts: 2
Joined: 14 Jul 2016, 19:07

Re: STK crash (with backtrace)

Postby Auria » 17 Jul 2016, 23:11

ES_18: a little more information would be useful, what is your GPU, have you checked if you have the latest version of the driver, when did the crash occur (what were you doing when it crashed), does it crash everytime or was it random?
Image
User avatar
Auria
STK Moderator
 
Posts: 2976
Joined: 07 Dec 2009, 03:52

Who is online

Users browsing this forum: No registered users and 1 guest