[solved in 12f08c4] Segmentation fault (git 24c4f4c)

[solved in 12f08c4] Segmentation fault (git 24c4f4c)

Postby jin » 27 Jun 2019, 00:58

Hi,

I recently experience segmentation fault:
Segmentation fault (core dumped)

The git version used to work. This problem happened recently after I cross the finish line (offline race). Online play seems no problem (occasionally my computer freezes after an online race, sometime it will recover after about 30s to 1min, sometime it will quit). Version 1.0 does not have this problem. I have addons.

STK version: git 24c4f4c
Linux: CentOS 7.6.1810
stk-assets is up-to-date

$ uname -r
3.10.0-957.21.2.el7.x86_64

$ glxinfo | grep "OpenGL version"
OpenGL version string: 3.0 Mesa 18.0.5

Here is the stdout.log (I used --log=0)
{l Code}: {l Select All Code}
[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/xxxx/.config/supertuxkart/config-0.10/'.
[info   ] [FileManager]: Addons files will be stored in '/home/xxxx/.local/share/supertuxkart/addons/'.
[info   ] [FileManager]: Screenshots will be stored in '/home/xxxx/.local/share/supertuxkart/screenshots/'.
[info   ] [FileManager]: User-defined grand prix will be stored in '/home/xxxx/.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/icons/'.
[info   ] [FileManager]: Asset 4 will be loaded from '../data/gui/screens/'.
[info   ] [FileManager]: Asset 5 will be loaded from '../data/gui/dialogs/'.
[info   ] [FileManager]: Asset 6 will be loaded from '../data/../../stk-assets/library/'.
[info   ] [FileManager]: Asset 7 will be loaded from '../data/../../stk-assets/models/'.
[info   ] [FileManager]: Asset 8 will be loaded from '../data/../../stk-assets/music/'.
[info   ] [FileManager]: Asset 9 will be loaded from '../data/replay/'.
[info   ] [FileManager]: Asset 10 will be loaded from '../data/../../stk-assets/tracks/'.
[info   ] [FileManager]: Asset 11 will be loaded from '../data/../../stk-assets/sfx/'.
[info   ] [FileManager]: Asset 12 will be loaded from '../data/shaders/'.
[info   ] [FileManager]: Asset 13 will be loaded from '../data/skins/'.
[info   ] [FileManager]: Asset 14 will be loaded from '../data/../../stk-assets/textures/'.
[info   ] [FileManager]: Asset 15 will be loaded from '../data/ttf/'.
[info   ] [FileManager]: Asset 16 will be loaded from '../data/po/'.
[verbose  ] translation: Env var LANGUAGE = 'zh_CN'.
[verbose  ] translation: Language 'Chinese (simplified)'.
[info   ] tinygettext: Adding language fallback zh

[info   ] IrrDriver: OpenGL version: 3.3
[info   ] IrrDriver: OpenGL vendor: Intel Open Source Technology Center
[info   ] IrrDriver: OpenGL renderer: Mesa DRI Intel(R) Sandybridge Mobile
[info   ] IrrDriver: OpenGL version string: 3.3 (Core Profile) Mesa 18.0.5
[info   ] GLDriver: ARB Buffer Storage Present
[info   ] GLDriver: ARB Arrays of Arrays Present
[info   ] GLDriver: ARB Texture Storage Present
[info   ] GLDriver: EXT Texture Compression S3TC Present
[info   ] GLDriver: ARB Uniform Buffer Object Present
[info   ] GLDriver: ARB Explicit Attrib Location Present
[info   ] GLDriver: EXT Texture Filter Anisotropic Present
[info   ] GLDriver: Geometry Shaders Present
[info   ] GLDriver: ARB Texture Buffer Object Present
[info   ] GLDriver: ARB Texture Swizzle Present
[info   ] GLDriver: ARB Pixel Buffer Object Present
[info   ] GLDriver: ARB Sampler Objects Present
[info   ] GLDriver: ARB Vertex Type 2_10_10_10_rev Present
[info   ] GLDriver: ARB Instanced Arrays Present
[info   ] SharedGPUObjects: Hardware Skinning enabled, method: TBO, max bones: 1024
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/sp_pass.vert
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/sp_solid.frag
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/sp_skinning.vert
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/sp_alpha_test.frag
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/sp_decal.frag
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/sp_grass_pass.vert
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/sp_grass.frag
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/sp_transparent.frag
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/sp_ghost.frag
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/screenquad.vert
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/motion_blur.frag
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/lightning.frag
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/primitive2dlist.vert
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/transparent.frag
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/texturedquad.vert
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/uniformcolortexturedquad.frag
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/texturedquad.frag
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/coloredquad.vert
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/coloredquad.frag
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/colortexturedquad.vert
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/colortexturedquad.frag
[info   ] irr_driver: GLSL supported.
[info   ] HTTPRequest: Downloading https://online.supertuxkart.net/dl/xml/online_news.xml
[info   ] addons: Using cached addons.xml.
[info   ] HTTPRequest: Downloading https://online.supertuxkart.net/dl/images/32999604857af930517f49.png
[warn   ] track: Music information for track 'Luna' replaced by default music.

[warn   ] Irrlicht: Could not open file of image: ../data/../../stk-assets/wip-tracks/20_luna/screenshot.jpg
[error  ] STKTexManager: Texture ../data/../../stk-assets/wip-tracks/20_luna/screenshot.jpg not found or invalid.
[warn   ] Irrlicht: Could not open file of image: ../data/../../stk-assets/wip-tracks/20_newton/screenshot.jpg
[error  ] STKTexManager: Texture ../data/../../stk-assets/wip-tracks/20_newton/screenshot.jpg not found or invalid.
[warn   ] Irrlicht: Could not open file of image: ../data/../../stk-assets/wip-tracks/city_catalina/screenshot.jpg
[error  ] STKTexManager: Texture ../data/../../stk-assets/wip-tracks/city_catalina/screenshot.jpg not found or invalid.
[warn   ] Irrlicht: Could not open file of image: ../data/../../stk-assets/wip-tracks/lodtest/screenshot.jpg
[error  ] STKTexManager: Texture ../data/../../stk-assets/wip-tracks/lodtest/screenshot.jpg not found or invalid.
[warn   ] track: Music information file 'amazon_jungle.music' not found for track 'Amazonian Journey' - ignored.

[warn   ] track: Music information for track 'Amazonian Journey' replaced by default music.

[warn   ] track: Music information file 'demonhill.music' not found for track 'Blackhill Mansion' - ignored.

[warn   ] track: Music information for track 'Blackhill Mansion' replaced by default music.

[warn   ] track: Music information file 'TheDeadRocks-EasyJob.music' not found for track 'Coyote Canyon' - ignored.

[warn   ] track: Music information for track 'Coyote Canyon' replaced by default music.

[warn   ] track: Music information file 'jumping_to_the_stars.music' not found for track 'Las Dunas Stadium' - ignored.

[warn   ] track: Music information for track 'Las Dunas Stadium' replaced by default music.

[warn   ] track: Music information file 'TheDeadRocks-GreenSecretFromAmazonia.music' not found for track 'Lost Speedway' - ignored.

[warn   ] track: Music information for track 'Lost Speedway' replaced by default music.

[warn   ] track: Music information file 'demonhill.music' not found for track 'Nolok's Factory' - ignored.

[warn   ] track: Music information for track 'Nolok's Factory' replaced by default music.

[warn   ] track: Music information file 'demonhill.music' not found for track 'Old Crescent Crossing' - ignored.

[warn   ] track: Music information for track 'Old Crescent Crossing' replaced by default music.

[warn   ] track: Music information file 'dance_cleopatra.music' not found for track 'The Old Island' - ignored.

[warn   ] track: Music information for track 'The Old Island' replaced by default music.

[info   ] GrandPrixManager: Loading Grand Prix files from ../data/grandprix/
[debug] GrandPrixManager: Grand Prix '1_penguinplayground' loaded from ../data/grandprix/1_penguinplayground.grandprix
[debug] GrandPrixManager: Grand Prix '2_offthebeatentrack' loaded from ../data/grandprix/2_offthebeatentrack.grandprix
[debug] GrandPrixManager: Grand Prix '3_tothemoonandback' loaded from ../data/grandprix/3_tothemoonandback.grandprix
[debug] GrandPrixManager: Grand Prix '4_atworldsend' loaded from ../data/grandprix/4_atworldsend.grandprix
[info   ] GrandPrixManager: Loading Grand Prix files from /home/xxxx/.local/share/supertuxkart/grandprix/
[warn   ] SPMeshBuffer: kartDirt shader is missing, fallback to solid
[warn   ] SPMeshBuffer: kartDirt shader is missing, fallback to solid
[warn   ] SPMeshBuffer: kartDirt shader is missing, fallback to solid
[warn   ] SPMeshBuffer: kartDirt shader is missing, fallback to solid
[warn   ] SPMeshBuffer: kartDirt shader is missing, fallback to solid
[warn   ] SPMeshBuffer: solid_pbr shader is missing, fallback to solid
[warn   ] SPMeshBuffer: solid_pbr shader is missing, fallback to solid
[warn   ] SPMeshBuffer: solid_pbr shader is missing, fallback to solid
[warn   ] SPMeshBuffer: solid_pbr shader is missing, fallback to solid
[warn   ] SPMeshBuffer: solid_pbr shader is missing, fallback to solid
[warn   ] Material: Cannot determine texture full path: genericshadow.png
[info   ] HTTPRequest: Sending userid=162402&token=************************ to https://online.supertuxkart.net/api/v2/user/saved-session/
[info   ] Achievements: Synching achievement 5,8,12 to server.
[info   ] HTTPRequest: Sending userid=162402&token=************************&achievementid=5%2C8%2C12 to https://online.supertuxkart.net/api/v2/user/achieving/
[info   ] HTTPRequest: Sending userid=162402&token=************************&visitingid=162402 to https://online.supertuxkart.net/api/v2/user/get-friends-list/
[info   ] HTTPRequest: Sending userid=162402&token=************************ to https://online.supertuxkart.net/api/v2/user/poll/
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/simple_particle.vert
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/simple_particle.frag
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/alphatest_particle.vert
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/alphatest_particle.frag
[warn   ] LayoutManager: Statically sized widgets took all the place!!
[warn   ] LayoutManager: Statically sized widgets took all the place!!
[warn   ] LayoutManager: Statically sized widgets took all the place!!
[warn   ] LayoutManager: Statically sized widgets took all the place!!
[warn   ] LayoutManager: Statically sized widgets took all the place!!
[warn   ] LayoutManager: Statically sized widgets took all the place!!
[warn   ] AbstractTopLevelContainer::addWidgetsRecursively: Widget target-type-spinner of type 1 has no dimensions
[warn   ] AbstractTopLevelContainer::addWidgetsRecursively: Widget target-type-text of type 5 has no dimensions
[verbose  ] RaceManager: Nb of karts=9, ghost karts:0 ai:8 players:1

[debug] Graph: 2d node created, normal: -0.000003, 0.999959, -0.009023
[debug] Graph: 2d node created, normal: -0.001551, 0.999984, -0.005415
[debug] Graph: 2d node created, normal: 0.000320, 0.999993, 0.003658
[debug] Graph: 2d node created, normal: 0.003374, 0.999989, 0.003355
[debug] Graph: 2d node created, normal: -0.008124, 0.999966, 0.001406
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.021213, 0.996941, -0.075230
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.016574, 0.999075, -0.039679
[debug] Graph: 2d node created, normal: -0.017092, 0.999665, -0.019422
[debug] Graph: 2d node created, normal: -0.021669, 0.999652, -0.015076
[debug] Graph: 2d node created, normal: -0.002804, 0.999995, -0.001526
[debug] Graph: 2d node created, normal: 0.002494, 0.999994, 0.002276
[debug] Graph: 2d node created, normal: 0.000062, 1.000000, -0.000052
[debug] Graph: 2d node created, normal: 0.000073, 1.000000, -0.000019
[debug] Graph: 2d node created, normal: 0.000071, 1.000000, 0.000010
[debug] Graph: 2d node created, normal: 0.000052, 1.000000, 0.000041
[debug] Graph: 2d node created, normal: 0.000024, 1.000000, 0.000059
[debug] Graph: 2d node created, normal: 0.000013, 1.000000, 0.000060
[debug] Graph: 2d node created, normal: -0.000005, 1.000000, 0.000065
[debug] Graph: 2d node created, normal: -0.000038, 1.000000, 0.000053
[debug] Graph: 2d node created, normal: -0.000058, 1.000000, 0.000025
[debug] Graph: 2d node created, normal: -0.019291, 0.983842, -0.177996
[debug] Graph: 2d node created, normal: 0.000087, 0.999942, 0.010804
[debug] Graph: 2d node created, normal: 0.001591, 0.998129, 0.061128
[debug] Graph: 2d node created, normal: -0.000062, 1.000000, -0.000001
[debug] Graph: 2d node created, normal: -0.000029, 1.000000, 0.000079
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: 0.016314, 0.987238, 0.158414
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] Graph: 2d node created, normal: -0.000000, 1.000000, -0.000000
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] Scripting: File does not exist : ../data/../../stk-assets/library/stklib_classchair_a/scripting.as
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] Scripting: File does not exist : ../data/../../stk-assets/library/stklib_computer_a/scripting.as
[debug] TrackObject: Empty IPO, discard.
[debug] Scripting: File does not exist : ../data/../../stk-assets/library/stklib_computerScreenMail_a/scripting.as
[debug] TrackObject: Empty IPO, discard.
[debug] Scripting: File does not exist : ../data/../../stk-assets/library/stklib_lowPineTree_a/scripting.as
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] Scripting: File does not exist : ../data/../../stk-assets/library/stklib_luggage_a/scripting.as
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] Scripting: File does not exist : ../data/../../stk-assets/library/stklib_pencilPaint_a/scripting.as
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] Scripting: File does not exist : ../data/../../stk-assets/library/stklib_smartphone_a/scripting.as
[debug] TrackObject: Empty IPO, discard.
[debug] Scripting: File does not exist : ../data/../../stk-assets/library/stklib_stkVertical_a/scripting.as
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[debug] TrackObject: Empty IPO, discard.
[info   ] Track: Overall scene complexity estimated at 193
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/sky.vert
[info   ] ShaderFilesManager: Compiling shader: /home/xxxx/opt/stk/git/stk-code/data/shaders/sky.frag
[debug] Scripting: Scripting function was not found : void stklib_classchair_a::onStart(const string)
[debug] Scripting: Scripting function was not found : void stklib_classchair_a::onReset(const string)
[debug] Scripting: Scripting function was not found : void stklib_computer_a::onStart(const string)
[debug] Scripting: Scripting function was not found : void stklib_computer_a::onReset(const string)
[debug] Scripting: Scripting function was not found : void stklib_computerScreenMail_a::onStart(const string)
[debug] Scripting: Scripting function was not found : void stklib_computerScreenMail_a::onReset(const string)
[debug] Scripting: Scripting function was not found : void stklib_lowPineTree_a::onStart(const string)
[debug] Scripting: Scripting function was not found : void stklib_lowPineTree_a::onReset(const string)
[debug] Scripting: Scripting function was not found : void stklib_luggage_a::onStart(const string)
[debug] Scripting: Scripting function was not found : void stklib_luggage_a::onReset(const string)
[debug] Scripting: Scripting function was not found : void stklib_pencilPaint_a::onStart(const string)
[debug] Scripting: Scripting function was not found : void stklib_pencilPaint_a::onReset(const string)
[debug] Scripting: Scripting function was not found : void stklib_smartphone_a::onStart(const string)
[debug] Scripting: Scripting function was not found : void stklib_smartphone_a::onReset(const string)
[debug] Scripting: Scripting function was not found : void stklib_stkVertical_a::onStart(const string)
[debug] Scripting: Scripting function was not found : void stklib_stkVertical_a::onReset(const string)
[debug] Scripting: Scripting function was not found : void onStart()
[debug] Scripting: Scripting function was not found : void onKartKartCollision(int, int)



Thank you!
Last edited by jin on 27 Jun 2019, 03:52, edited 1 time in total.
jin
 
Posts: 23
Joined: 29 May 2013, 17:53

Re: Segmentation fault (git 24c4f4c)

Postby benau » 27 Jun 2019, 01:09

Can you visit our irc for further debugging?

http://webchat.freenode.net/?channels=% ... art&uio=d4
Image
benau
STK Moderator
 
Posts: 505
Joined: 08 Dec 2015, 17:32

Who is online

Users browsing this forum: No registered users and 1 guest