Skip to content

Instantly share code, notes, and snippets.

@iche033
Created December 21, 2022 01:24
Show Gist options
  • Save iche033/76cf86e4043ecac0799f732f452f9eb3 to your computer and use it in GitHub Desktop.
Save iche033/76cf86e4043ecac0799f732f452f9eb3 to your computer and use it in GitHub Desktop.
gz-rendering heightmap valgrind result
ian@ff376d1e1cc8:~/code/gz_g_ws$ DISPLAY=:2.0 GZ_ENGINE_TO_TEST=ogre2 valgrind --leak-check=full --trace-children=yes ./build/gz-rendering7/bin/INTEGRATION_heightmap
==27930== Memcheck, a memory error detector
==27930== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==27930== Using Valgrind-3.15.0 and LibVEX; rerun with -h for copyright info
==27930== Command: ./build/gz-rendering7/bin/INTEGRATION_heightmap
==27930==
Running main() from /home/ian/code/gz_g_ws/src/gz-rendering/test/gtest_vendor/src/gtest_main.cc
[==========] Running 2 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 2 tests from HeightmapTest
[ RUN ] HeightmapTest.Heightmap
[Dbg] [CommonRenderingTest.hh:44] Read GZ_ENGINE_TO_TEST=ogre2
[Msg] Loading plugin [gz-rendering-ogre2]
[Wrn] [Ogre2Heightmap.cc:118] Heightmap final sampling should be 2^n
which differs from ogre1's 2^n+1
The last row and column will be cropped
size = (width * sampling) - sampling + 1
[257] = ([129] * [2]) - [2] + 1
[Msg] Loading heightmap: example_bowl
[Msg] Heightmap loaded. Process took 2 ms.
==27930== Thread 22:
==27930== Invalid write of size 4
==27930== at 0x35FC4E5D: ???
==27930== by 0x35FC4139: ???
==27930== by 0x10FF0B4C: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD67E3: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD66CA: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
==27930== Address 0x4a018df8 is 8 bytes before a block of size 262,144 alloc'd
==27930== at 0x483E0F0: memalign (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
==27930== by 0x483E212: posix_memalign (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
==27930== by 0x10FD573B: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD58FB: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x1097A7C7: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x1096A91C: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x1096A970: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10B39BFE: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10B3A0BD: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10B3A345: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x273B72A8: Ogre::GL3PlusTextureGpu::createInternalResourcesImpl() (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/OGRE/RenderSystem_GL3Plus.so.2.3.1)
==27930== by 0xF5FEB1F: Ogre::TextureGpu::_transitionTo(Ogre::GpuResidency::GpuResidency, unsigned char*, bool) (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930==
valgrind: m_mallocfree.c:305 (get_bszB_as_is): Assertion 'bszB_lo == bszB_hi' failed.
valgrind: Heap block lo/hi size mismatch: lo = 160336, hi = 18442244872127644671.
This is probably caused by your program erroneously writing past the
end of a heap block and corrupting heap metadata. If you fix any
invalid writes reported by Memcheck, this assertion failure will
probably go away. Please try that before reporting this as a bug.
host stacktrace:
==27930== at 0x58046FFA: ??? (in /usr/lib/x86_64-linux-gnu/valgrind/memcheck-amd64-linux)
==27930== by 0x58047127: ??? (in /usr/lib/x86_64-linux-gnu/valgrind/memcheck-amd64-linux)
==27930== by 0x580472CB: ??? (in /usr/lib/x86_64-linux-gnu/valgrind/memcheck-amd64-linux)
==27930== by 0x5805093A: ??? (in /usr/lib/x86_64-linux-gnu/valgrind/memcheck-amd64-linux)
==27930== by 0x58004EBB: ??? (in /usr/lib/x86_64-linux-gnu/valgrind/memcheck-amd64-linux)
==27930== by 0x58005DA7: ??? (in /usr/lib/x86_64-linux-gnu/valgrind/memcheck-amd64-linux)
==27930== by 0x580A7204: ??? (in /usr/lib/x86_64-linux-gnu/valgrind/memcheck-amd64-linux)
==27930== by 0x580F5FD4: ??? (in /usr/lib/x86_64-linux-gnu/valgrind/memcheck-amd64-linux)
sched status:
running_tid=1
Thread 1: status = VgTs_Runnable (lwpid 27930)
==27930== at 0x483BE63: operator new(unsigned long) (in /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so)
==27930== by 0x131AFD34: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-12.so.1)
==27930== by 0x131AFBA7: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-12.so.1)
==27930== by 0x13D6C0DE: llvm::MemoryDependenceResults::getNonLocalPointerDepFromBB(llvm::Instruction*, llvm::PHITransAddr const&, llvm::MemoryLocation const&, bool, llvm::BasicBlock*, llvm::SmallVectorImpl<llvm::NonLocalDepResult>&, llvm::DenseMap<llvm::BasicBlock*, llvm::Value*, llvm::DenseMapInfo<llvm::BasicBlock*>, llvm::detail::DenseMapPair<llvm::BasicBlock*, llvm::Value*> >&, bool, bool) (in /usr/lib/x86_64-linux-gnu/libLLVM-12.so.1)
==27930== by 0x13D6B0E8: llvm::MemoryDependenceResults::getNonLocalPointerDependency(llvm::Instruction*, llvm::SmallVectorImpl<llvm::NonLocalDepResult>&) (in /usr/lib/x86_64-linux-gnu/libLLVM-12.so.1)
==27930== by 0x13879297: llvm::GVN::processNonLocalLoad(llvm::LoadInst*) (in /usr/lib/x86_64-linux-gnu/libLLVM-12.so.1)
==27930== by 0x1387C99B: llvm::GVN::processInstruction(llvm::Instruction*) (in /usr/lib/x86_64-linux-gnu/libLLVM-12.so.1)
==27930== by 0x1387DB52: llvm::GVN::processBlock(llvm::BasicBlock*) (in /usr/lib/x86_64-linux-gnu/libLLVM-12.so.1)
==27930== by 0x138767CF: llvm::GVN::runImpl(llvm::Function&, llvm::AssumptionCache&, llvm::DominatorTree&, llvm::TargetLibraryInfo const&, llvm::AAResults&, llvm::MemoryDependenceResults*, llvm::LoopInfo*, llvm::OptimizationRemarkEmitter*, llvm::MemorySSA*) (in /usr/lib/x86_64-linux-gnu/libLLVM-12.so.1)
==27930== by 0x1387F75B: ??? (in /usr/lib/x86_64-linux-gnu/libLLVM-12.so.1)
==27930== by 0x12DE936C: llvm::FPPassManager::runOnFunction(llvm::Function&) (in /usr/lib/x86_64-linux-gnu/libLLVM-12.so.1)
==27930== by 0x12DE8C5D: llvm::legacy::FunctionPassManagerImpl::run(llvm::Function&) (in /usr/lib/x86_64-linux-gnu/libLLVM-12.so.1)
==27930== by 0x12DEEC07: llvm::legacy::FunctionPassManager::run(llvm::Function&) (in /usr/lib/x86_64-linux-gnu/libLLVM-12.so.1)
==27930== by 0x12D52055: LLVMRunFunctionPassManager (in /usr/lib/x86_64-linux-gnu/libLLVM-12.so.1)
==27930== by 0x10F95127: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FFE490: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FF0407: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD6F9F: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x1152E7A9: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x1152EAAF: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x1152F055: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x11531D78: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x11532831: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x11003336: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10F29F71: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x1097062D: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10AD163E: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x273B6FAB: Ogre::GL3PlusTextureGpu::createInternalResourcesImpl() (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/OGRE/RenderSystem_GL3Plus.so.2.3.1)
==27930== by 0x273B75B5: Ogre::GL3PlusTextureGpuRenderTarget::createInternalResourcesImpl() (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/OGRE/RenderSystem_GL3Plus.so.2.3.1)
==27930== by 0xF5FEB1F: Ogre::TextureGpu::_transitionTo(Ogre::GpuResidency::GpuResidency, unsigned char*, bool) (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF5FABB5: Ogre::TextureFilter::GenerateHwMipmaps::_executeSerial(Ogre::TextureGpu*) (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF49D970: Ogre::ObjCmdBuffer::NotifyDataIsReady::execute() (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF49DB7C: Ogre::ObjCmdBuffer::execute() (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF60CFE2: Ogre::TextureGpuManager::_update(bool) (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF60D2A4: Ogre::TextureGpuManager::waitForStreamingCompletion() (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF02842B: gz::rendering::v7::Ogre2Scene::StartRendering(Ogre::Camera*) (Ogre2Scene.cc:325)
==27930== by 0xF020074: gz::rendering::v7::Ogre2RenderTarget::Render() (Ogre2RenderTarget.cc:470)
==27930== by 0xEF83B5D: gz::rendering::v7::BaseCamera<gz::rendering::v7::Ogre2Sensor>::Update() (BaseCamera.hh:421)
==27930== by 0xEF81159: gz::rendering::v7::BaseCamera<gz::rendering::v7::Ogre2Sensor>::Capture(gz::rendering::v7::Image&) (BaseCamera.hh:433)
==27930== by 0x11F5D2: HeightmapTest_Heightmap_Test::TestBody() (heightmap.cc:266)
==27930== by 0x163EF0: HandleSehExceptionsInMethodIfSupported<testing::Test, void> (gtest.cc:2599)
==27930== by 0x163EF0: void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) (gtest.cc:2635)
==27930== by 0x155C35: testing::Test::Run() [clone .part.0] (gtest.cc:2674)
==27930== by 0x155EC1: Run (gtest.cc:2665)
==27930== by 0x155EC1: testing::TestInfo::Run() (gtest.cc:2853)
==27930== by 0x156049: testing::TestSuite::Run() [clone .part.0] (gtest.cc:3012)
==27930== by 0x1565F4: Run (gtest.cc:2986)
==27930== by 0x1565F4: testing::internal::UnitTestImpl::RunAllTests() (gtest.cc:5870)
==27930== by 0x164460: HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool> (gtest.cc:2599)
==27930== by 0x164460: bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) (gtest.cc:2635)
==27930== by 0x156B3F: testing::UnitTest::Run() (gtest.cc:5444)
==27930== by 0x11DA03: RUN_ALL_TESTS (gtest.h:2293)
==27930== by 0x11DA03: main (gtest_main.cc:51)
client stack range: [0x1FFEFF1000 0x1FFF000FFF] client SP: 0x1FFEFFC750
valgrind stack range: [0x1002BBA000 0x1002CB9FFF] top usage: 18696 of 1048576
Thread 2: status = VgTs_WaitSys syscall 202 (lwpid 27931)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD9522: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD938A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x179BB000 0x181B9FFF] client SP: 0x181B8F00
valgrind stack range: [0x100A17B000 0x100A27AFFF] top usage: 5720 of 1048576
Thread 3: status = VgTs_WaitSys syscall 202 (lwpid 27932)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD9522: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD938A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x181BC000 0x189BAFFF] client SP: 0x189B9F00
valgrind stack range: [0x100A463000 0x100A562FFF] top usage: 5720 of 1048576
Thread 4: status = VgTs_WaitSys syscall 202 (lwpid 27933)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD9522: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD938A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x189BD000 0x191BBFFF] client SP: 0x191BAF00
valgrind stack range: [0x100A767000 0x100A866FFF] top usage: 5720 of 1048576
Thread 5: status = VgTs_WaitSys syscall 202 (lwpid 27934)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD9522: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD938A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x191BE000 0x199BCFFF] client SP: 0x199BBF00
valgrind stack range: [0x100AA6B000 0x100AB6AFFF] top usage: 5720 of 1048576
Thread 6: status = VgTs_WaitSys syscall 202 (lwpid 27935)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD9522: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD938A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x199BF000 0x1A1BDFFF] client SP: 0x1A1BCF00
valgrind stack range: [0x100AD73000 0x100AE72FFF] top usage: 5224 of 1048576
Thread 7: status = VgTs_WaitSys syscall 202 (lwpid 27936)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD9522: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD938A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x1A1C0000 0x1A9BEFFF] client SP: 0x1A9BDF00
valgrind stack range: [0x100B077000 0x100B176FFF] top usage: 5720 of 1048576
Thread 8: status = VgTs_WaitSys syscall 202 (lwpid 27937)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD9522: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD938A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x1A9C1000 0x1B1BFFFF] client SP: 0x1B1BEF00
valgrind stack range: [0x100B37F000 0x100B47EFFF] top usage: 5224 of 1048576
Thread 9: status = VgTs_WaitSys syscall 202 (lwpid 27938)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD9522: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD938A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x1B1C2000 0x1B9C0FFF] client SP: 0x1B9BFF00
valgrind stack range: [0x100B683000 0x100B782FFF] top usage: 5720 of 1048576
Thread 10: status = VgTs_WaitSys syscall 202 (lwpid 27939)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD9522: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD938A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x1B9C3000 0x1C1C1FFF] client SP: 0x1C1C0F00
valgrind stack range: [0x100B987000 0x100BA86FFF] top usage: 5720 of 1048576
Thread 11: status = VgTs_WaitSys syscall 202 (lwpid 27940)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD9522: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD938A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x1C1C4000 0x1C9C2FFF] client SP: 0x1C9C1F00
valgrind stack range: [0x100BC8B000 0x100BD8AFFF] top usage: 5720 of 1048576
Thread 12: status = VgTs_WaitSys syscall 202 (lwpid 27941)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD9522: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD938A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x1C9C5000 0x1D1C3FFF] client SP: 0x1D1C2F00
valgrind stack range: [0x100BF8F000 0x100C08EFFF] top usage: 5224 of 1048576
Thread 13: status = VgTs_WaitSys syscall 202 (lwpid 27942)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD9522: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD938A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x1D1C6000 0x1D9C4FFF] client SP: 0x1D9C3F00
valgrind stack range: [0x100C293000 0x100C392FFF] top usage: 5720 of 1048576
Thread 14: status = VgTs_WaitSys syscall 202 (lwpid 27943)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD674A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD66CA: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x1D9C7000 0x1E1C5FFF] client SP: 0x1E1C4F00
valgrind stack range: [0x100C597000 0x100C696FFF] top usage: 2696 of 1048576
Thread 15: status = VgTs_WaitSys syscall 202 (lwpid 27944)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD674A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD66CA: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x1E1C8000 0x1E9C6FFF] client SP: 0x1E9C5F00
valgrind stack range: [0x100C89B000 0x100C99AFFF] top usage: 2696 of 1048576
Thread 16: status = VgTs_WaitSys syscall 202 (lwpid 27945)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD674A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD66CA: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x1E9C9000 0x1F1C7FFF] client SP: 0x1F1C6F00
valgrind stack range: [0x100CB9F000 0x100CC9EFFF] top usage: 2696 of 1048576
Thread 17: status = VgTs_WaitSys syscall 202 (lwpid 27946)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD674A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD66CA: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x1F1CA000 0x1F9C8FFF] client SP: 0x1F9C7F00
valgrind stack range: [0x100CEA3000 0x100CFA2FFF] top usage: 2696 of 1048576
Thread 18: status = VgTs_WaitSys syscall 202 (lwpid 27947)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD674A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD66CA: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x1F9CB000 0x201C9FFF] client SP: 0x201C8F00
valgrind stack range: [0x100D1A7000 0x100D2A6FFF] top usage: 2696 of 1048576
Thread 19: status = VgTs_WaitSys syscall 202 (lwpid 27948)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD674A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD66CA: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x201CC000 0x209CAFFF] client SP: 0x209C9F00
valgrind stack range: [0x100D4AB000 0x100D5AAFFF] top usage: 2936 of 1048576
Thread 20: status = VgTs_WaitSys syscall 202 (lwpid 27949)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD674A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD66CA: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x209CD000 0x211CBFFF] client SP: 0x211CAF00
valgrind stack range: [0x100D7AF000 0x100D8AEFFF] top usage: 3320 of 1048576
Thread 21: status = VgTs_WaitSys syscall 202 (lwpid 27950)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD674A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD66CA: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x211CE000 0x219CCFFF] client SP: 0x219CBF00
valgrind stack range: [0x100DAB3000 0x100DBB2FFF] top usage: 3320 of 1048576
Thread 22: status = VgTs_WaitSys syscall 202 (lwpid 27951)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD674A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD66CA: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x219CF000 0x221CDFFF] client SP: 0x221CCF00
valgrind stack range: [0x100DDB7000 0x100DEB6FFF] top usage: 3864 of 1048576
Thread 23: status = VgTs_WaitSys syscall 202 (lwpid 27952)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD674A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD66CA: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x221D0000 0x229CEFFF] client SP: 0x229CDF00
valgrind stack range: [0x100E0BB000 0x100E1BAFFF] top usage: 2696 of 1048576
Thread 24: status = VgTs_WaitSys syscall 202 (lwpid 27953)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD674A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD66CA: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x229D1000 0x231CFFFF] client SP: 0x231CEF00
valgrind stack range: [0x100E3C3000 0x100E4C2FFF] top usage: 2696 of 1048576
Thread 25: status = VgTs_WaitSys syscall 202 (lwpid 27954)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x10FD674A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x10FD66CA: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x231D2000 0x239D0FFF] client SP: 0x239CFF00
valgrind stack range: [0x100E6C7000 0x100E7C6FFF] top usage: 2696 of 1048576
Thread 26: status = VgTs_WaitSys syscall 202 (lwpid 27955)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x1091EE7A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x1091EA7A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x23B28000 0x24326FFF] client SP: 0x24325DD0
valgrind stack range: [0x100E9D3000 0x100EAD2FFF] top usage: 5224 of 1048576
Thread 27: status = VgTs_WaitSys syscall 202 (lwpid 27956)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x1091EE7A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x1091EA7A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x24329000 0x24B27FFF] client SP: 0x24B26DD0
valgrind stack range: [0x100ECD7000 0x100EDD6FFF] top usage: 5224 of 1048576
Thread 28: status = VgTs_WaitSys syscall 202 (lwpid 27957)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x1091EE7A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x1091EA7A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x24B2A000 0x25328FFF] client SP: 0x25327DD0
valgrind stack range: [0x100EFDB000 0x100F0DAFFF] top usage: 5720 of 1048576
Thread 29: status = VgTs_WaitSys syscall 202 (lwpid 27958)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0x1091EE7A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x1091EA7A: ??? (in /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x2532B000 0x25B29FFF] client SP: 0x25B28DD0
valgrind stack range: [0x100F2DF000 0x100F3DEFFF] top usage: 5720 of 1048576
Thread 30: status = VgTs_WaitSys syscall 202 (lwpid 27987)
==27930== at 0x492A376: futex_wait_cancelable (futex-internal.h:183)
==27930== by 0x492A376: __pthread_cond_wait_common (pthread_cond_wait.c:508)
==27930== by 0x492A376: pthread_cond_wait@@GLIBC_2.3.2 (pthread_cond_wait.c:647)
==27930== by 0xF6A569A: Ogre::WaitableEvent::wait() (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF6101D7: Ogre::TextureGpuManager::_updateStreamingWorkerThread(Ogre::ThreadHandle*) (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF610229: ??? (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x378C0000 0x380BEFFF] client SP: 0x380BDF10
valgrind stack range: [0x1012027000 0x1012126FFF] top usage: 5720 of 1048576
Thread 31: status = VgTs_WaitSys syscall 202 (lwpid 27988)
==27930== at 0x492BAFA: futex_wait (futex-internal.h:141)
==27930== by 0x492BAFA: futex_wait_simple (futex-internal.h:172)
==27930== by 0x492BAFA: pthread_barrier_wait (pthread_barrier_wait.c:184)
==27930== by 0xF53D9EB: Ogre::SceneManager::_updateWorkerThread(Ogre::ThreadHandle*) (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF53DBE9: ??? (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x370BF000 0x378BDFFF] client SP: 0x378BCFC0
valgrind stack range: [0x101232B000 0x101242AFFF] top usage: 5224 of 1048576
Thread 32: status = VgTs_WaitSys syscall 202 (lwpid 27989)
==27930== at 0x492BAFA: futex_wait (futex-internal.h:141)
==27930== by 0x492BAFA: futex_wait_simple (futex-internal.h:172)
==27930== by 0x492BAFA: pthread_barrier_wait (pthread_barrier_wait.c:184)
==27930== by 0xF53D9EB: Ogre::SceneManager::_updateWorkerThread(Ogre::ThreadHandle*) (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF53DBE9: ??? (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x368BE000 0x370BCFFF] client SP: 0x370BBFC0
valgrind stack range: [0x101262F000 0x101272EFFF] top usage: 5224 of 1048576
Thread 33: status = VgTs_WaitSys syscall 202 (lwpid 27990)
==27930== at 0x492BAFA: futex_wait (futex-internal.h:141)
==27930== by 0x492BAFA: futex_wait_simple (futex-internal.h:172)
==27930== by 0x492BAFA: pthread_barrier_wait (pthread_barrier_wait.c:184)
==27930== by 0xF53D9EB: Ogre::SceneManager::_updateWorkerThread(Ogre::ThreadHandle*) (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF53DBE9: ??? (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x360BD000 0x368BBFFF] client SP: 0x368BAFC0
valgrind stack range: [0x1012933000 0x1012A32FFF] top usage: 4728 of 1048576
Thread 34: status = VgTs_WaitSys syscall 202 (lwpid 27991)
==27930== at 0x492BAFA: futex_wait (futex-internal.h:141)
==27930== by 0x492BAFA: futex_wait_simple (futex-internal.h:172)
==27930== by 0x492BAFA: pthread_barrier_wait (pthread_barrier_wait.c:184)
==27930== by 0xF53D9EB: Ogre::SceneManager::_updateWorkerThread(Ogre::ThreadHandle*) (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF53DBE9: ??? (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x317A3000 0x31FA1FFF] client SP: 0x31FA0FC0
valgrind stack range: [0x1012C37000 0x1012D36FFF] top usage: 4728 of 1048576
Thread 35: status = VgTs_WaitSys syscall 202 (lwpid 27992)
==27930== at 0x492BAFA: futex_wait (futex-internal.h:141)
==27930== by 0x492BAFA: futex_wait_simple (futex-internal.h:172)
==27930== by 0x492BAFA: pthread_barrier_wait (pthread_barrier_wait.c:184)
==27930== by 0xF53D9EB: Ogre::SceneManager::_updateWorkerThread(Ogre::ThreadHandle*) (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF53DBE9: ??? (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x31FA4000 0x327A2FFF] client SP: 0x327A1FC0
valgrind stack range: [0x1012F3B000 0x101303AFFF] top usage: 4728 of 1048576
Thread 36: status = VgTs_WaitSys syscall 202 (lwpid 27993)
==27930== at 0x492BAFA: futex_wait (futex-internal.h:141)
==27930== by 0x492BAFA: futex_wait_simple (futex-internal.h:172)
==27930== by 0x492BAFA: pthread_barrier_wait (pthread_barrier_wait.c:184)
==27930== by 0xF53D9EB: Ogre::SceneManager::_updateWorkerThread(Ogre::ThreadHandle*) (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF53DBE9: ??? (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x327A5000 0x32FA3FFF] client SP: 0x32FA2FC0
valgrind stack range: [0x101323F000 0x101333EFFF] top usage: 4728 of 1048576
Thread 37: status = VgTs_WaitSys syscall 202 (lwpid 27994)
==27930== at 0x492BAFA: futex_wait (futex-internal.h:141)
==27930== by 0x492BAFA: futex_wait_simple (futex-internal.h:172)
==27930== by 0x492BAFA: pthread_barrier_wait (pthread_barrier_wait.c:184)
==27930== by 0xF53D9EB: Ogre::SceneManager::_updateWorkerThread(Ogre::ThreadHandle*) (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF53DBE9: ??? (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x32FA6000 0x337A4FFF] client SP: 0x337A3FC0
valgrind stack range: [0x1013543000 0x1013642FFF] top usage: 5224 of 1048576
Thread 38: status = VgTs_WaitSys syscall 202 (lwpid 27995)
==27930== at 0x492BAFA: futex_wait (futex-internal.h:141)
==27930== by 0x492BAFA: futex_wait_simple (futex-internal.h:172)
==27930== by 0x492BAFA: pthread_barrier_wait (pthread_barrier_wait.c:184)
==27930== by 0xF53D9EB: Ogre::SceneManager::_updateWorkerThread(Ogre::ThreadHandle*) (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF53DBE9: ??? (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x337A7000 0x33FA5FFF] client SP: 0x33FA4FC0
valgrind stack range: [0x1013847000 0x1013946FFF] top usage: 5224 of 1048576
Thread 39: status = VgTs_WaitSys syscall 202 (lwpid 27996)
==27930== at 0x492BAFA: futex_wait (futex-internal.h:141)
==27930== by 0x492BAFA: futex_wait_simple (futex-internal.h:172)
==27930== by 0x492BAFA: pthread_barrier_wait (pthread_barrier_wait.c:184)
==27930== by 0xF53D9EB: Ogre::SceneManager::_updateWorkerThread(Ogre::ThreadHandle*) (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF53DBE9: ??? (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x33FA8000 0x347A6FFF] client SP: 0x347A5FC0
valgrind stack range: [0x1013B4B000 0x1013C4AFFF] top usage: 5224 of 1048576
Thread 40: status = VgTs_WaitSys syscall 202 (lwpid 27997)
==27930== at 0x492BAFA: futex_wait (futex-internal.h:141)
==27930== by 0x492BAFA: futex_wait_simple (futex-internal.h:172)
==27930== by 0x492BAFA: pthread_barrier_wait (pthread_barrier_wait.c:184)
==27930== by 0xF53D9EB: Ogre::SceneManager::_updateWorkerThread(Ogre::ThreadHandle*) (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF53DBE9: ??? (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x347A9000 0x34FA7FFF] client SP: 0x34FA6FC0
valgrind stack range: [0x1013E4F000 0x1013F4EFFF] top usage: 5224 of 1048576
Thread 41: status = VgTs_WaitSys syscall 202 (lwpid 27998)
==27930== at 0x492BAFA: futex_wait (futex-internal.h:141)
==27930== by 0x492BAFA: futex_wait_simple (futex-internal.h:172)
==27930== by 0x492BAFA: pthread_barrier_wait (pthread_barrier_wait.c:184)
==27930== by 0xF53D9EB: Ogre::SceneManager::_updateWorkerThread(Ogre::ThreadHandle*) (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF53DBE9: ??? (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x34FAA000 0x357A8FFF] client SP: 0x357A7FC0
valgrind stack range: [0x1014153000 0x1014252FFF] top usage: 5224 of 1048576
Thread 42: status = VgTs_WaitSys syscall 202 (lwpid 27999)
==27930== at 0x492BAFA: futex_wait (futex-internal.h:141)
==27930== by 0x492BAFA: futex_wait_simple (futex-internal.h:172)
==27930== by 0x492BAFA: pthread_barrier_wait (pthread_barrier_wait.c:184)
==27930== by 0xF53D9EB: Ogre::SceneManager::_updateWorkerThread(Ogre::ThreadHandle*) (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0xF53DBE9: ??? (in /usr/lib/x86_64-linux-gnu/OGRE-2.3/libOgreNextMain.so.2.3.1)
==27930== by 0x4923608: start_thread (pthread_create.c:477)
==27930== by 0x4E34132: clone (clone.S:95)
client stack range: [0x357AB000 0x35FA9FFF] client SP: 0x35FA8FC0
valgrind stack range: [0x1014457000 0x1014556FFF] top usage: 2696 of 1048576
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment