2025-07-21 01:30 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0004915Spring engineGeneralpublic2016-01-14 00:47
Reporterhokomoko 
Assigned Tohokomoko 
PrioritynormalSeveritycrashReproducibilityhave not tried
StatusresolvedResolutionfixed 
Product Version100.0 
Target VersionFixed in Version 
Summary0004915: crash in 100.0
Descriptionreported by jamerlan

[f=0000000] [CrashHandler] Error: [00] .../buildbot/slave/linux-static-x64/build/build/default/../../rts/System/Platform/Linux/CrashHandler.cpp:819 CrashHandler::HaltedStacktrace(std::string const&, siginfo*, ucontext*)
[f=0000000] [CrashHandler] Error: <01> .../buildbot/slave/linux-static-x64/build/build/default/../../rts/System/Platform/Linux/CrashHandler.cpp:848 CleanupStacktrace
[f=0000000] [CrashHandler] Error: [01] .../buildbot/slave/linux-static-x64/build/build/default/../../rts/System/Platform/Linux/CrashHandler.cpp:921 CrashHandler::HandleSignal(int, siginfo*, void*)
[f=0000000] [CrashHandler] Error: [02] sigaction.c:? __restore_rt
[f=0000000] [CrashHandler] Error: [03] /lib64/libc.so.6(gsignal+0x38) [0x7f39073e69c8] __GI_raise
[f=0000000] [CrashHandler] Error: [04] /lib64/libc.so.6(abort+0x16a) [0x7f39073e865a] __GI_abort
[f=0000000] [CrashHandler] Error: [05] /lib64/libc.so.6(+0x77a92) [0x7f3907429a92] __libc_message
[f=0000000] [CrashHandler] Error: [06] /lib64/libc.so.6(cfree+0x5cd) [0x7f3907435d2d] __GI___libc_free
[f=0000000] [CrashHandler] Error: [07] /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/include/g++-v4/bits/vector.tcc:433 void std::vector<float4, std::allocator<float4> >::_M_emplace_back_aux<float4 const&>(float4 const&)
[f=0000000] [CrashHandler] Error: <08> /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/include/g++-v4/bits/stl_vector.h:891 std::vector<float4, std::allocator<float4> >::push_back(float4 const&)
[f=0000000] [CrashHandler] Error: [08] .../buildbot/slave/linux-static-x64/build/build/default/../../rts/Rendering/Fonts/glFont.cpp:379 CglFont::SetTextColor(float4 const*)
[f=0000000] [CrashHandler] Error: [09] .../buildbot/slave/linux-static-x64/build/build/default/../../rts/Rendering/Fonts/glFont.cpp:408 CglFont::SetColors(float4 const*, float4 const*)
[f=0000000] [CrashHandler] Error: [10] .../buildbot/slave/linux-static-x64/build/build/default/../../rts/Rendering/Fonts/glFont.cpp:806 CglFont::glPrint(float, float, float, int, std::string const&)
[f=0000000] [CrashHandler] Error: <11> /usr/lib/gcc/x86_64-pc-linux-gnu/4.7.2/include/g++-v4/bits/basic_string.h:536 ~basic_string
[f=0000000] [CrashHandler] Error: [11] .../buildbot/slave/linux-static-x64/build/build/default/../../rts/Rendering/Fonts/glFont.cpp:947 CglFont::glFormat(float, float, float, int, char const*, ...)
[f=0000000] [CrashHandler] Error: [12] .../buildbot/slave/linux-static-x64/build/build/default/../../rts/Game/LoadScreen.cpp:335 CLoadScreen::Draw()
[f=0000000] [CrashHandler] Error: [13] .../buildbot/slave/linux-static-x64/build/build/default/../../rts/System/SpringApp.cpp:946 SpringApp::Update()
[f=0000000] [CrashHandler] Error: [14] .../buildbot/slave/linux-static-x64/build/build/default/../../rts/System/SpringApp.cpp:978 SpringApp::Run()
[f=0000000] [CrashHandler] Error: [15] .../buildbot/slave/linux-static-x64/build/build/default/../../rts/System/Main.cpp:48 Run(int, char**)
[f=0000000] [CrashHandler] Error: [16] .../buildbot/slave/linux-static-x64/build/build/default/../../rts/System/Main.cpp:108 main
[f=0000000] [CrashHandler] Error: [17] /lib64/libc.so.6(__libc_start_main+0xf0) [0x7f39073d2700] __libc_start_main
[f=0000000] [CrashHandler] Error: [18] .../spring() [0x581b39] _start
[f=0000000] Error: [ErrorMessageBox][1] msg="Spring has crashed:
Aborted (SIGABRT).
 
A stacktrace has been written to:
  /home/revenant/.config/spring/infolog.txt" IsMainThread()=1 fromMain=0
[f=0000000] Error: [ErrorMessageBox][2]
TagsNo tags attached.
Checked infolog.txt for Errors
Attached Files

-Relationships
related to 0005029resolvedhokomoko glFont isn't thread safe 
+Relationships

-Notes

~0015504

abma (administrator)

Last edited: 2016-01-13 19:15

View 2 revisions

Aborted (SIGABRT) (!!)

so the lines above the stacktrace are possible very interesting, too.

-> full infolog.txt would be nice

~0015505

hokomoko (developer)

notice how it's in LoadScreen, it's the exact same issue as in 0005029

~0015507

hokomoko (developer)

Fix 409dbb79b9c2ff24673467df82eb543aa1e62b8f committed to develop branch: Fix 0005029 0004915, repo: spring changeset id: 6253
+Notes

-Issue History
Date Modified Username Field Change
2015-07-24 19:23 hokomoko New Issue
2016-01-13 16:44 hokomoko Relationship added related to 0005029
2016-01-13 19:14 abma Note Added: 0015504
2016-01-13 19:15 abma Note Edited: 0015504 View Revisions
2016-01-13 19:26 hokomoko Note Added: 0015505
2016-01-14 00:47 hokomoko Changeset attached => spring develop 409dbb79
2016-01-14 00:47 hokomoko Note Added: 0015507
2016-01-14 00:47 hokomoko Assigned To => hokomoko
2016-01-14 00:47 hokomoko Status new => resolved
2016-01-14 00:47 hokomoko Resolution open => fixed
+Issue History