Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coreyoconnor/55e9a520efa7195a5729546b22177c5b to your computer and use it in GitHub Desktop.
Save coreyoconnor/55e9a520efa7195a5729546b22177c5b to your computer and use it in GitHub Desktop.
Thread 1 "runTests" received signal SIGSEGV, Segmentation fault.
0x000000000058318b in fakeit::VirtualTableBase::setMethod (method=0x582960 <fakeit::MockImpl<ProjectManager>::unmocked()>, index=<optimized out>, this=0x18381e0)
at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/fakeit.hpp:5695
5695 _firstMethod[index] = method;
(gdb) bt
#0 0x000000000058318b in fakeit::VirtualTableBase::setMethod (method=0x582960 <fakeit::MockImpl<ProjectManager>::unmocked()>, index=<optimized out>, this=0x18381e0)
at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/fakeit.hpp:5695
#1 fakeit::VirtualTable<ProjectManager>::initAll (value=0x582960 <fakeit::MockImpl<ProjectManager>::unmocked()>, this=0x18381e0)
at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/fakeit.hpp:5780
#2 fakeit::MockImpl<ProjectManager>::createFakeInstance () at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/fakeit.hpp:8186
#3 0x000000000057e77b in fakeit::MockImpl<ProjectManager>::MockImpl (this=<synthetic pointer>, fakeit=..., __in_chrg=<optimized out>, __vtt_parm=<optimized out>)
at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/fakeit.hpp:7961
#4 fakeit::Mock<ProjectManager>::Mock (this=<synthetic pointer>) at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/fakeit.hpp:8299
#5 ::____C_A_T_C_H____T_E_S_T__ () at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/effectstest.cpp:34
#6 0x000000000050c3b2 in Catch::TestCase::invoke (this=<optimized out>) at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/catch.hpp:11503
#7 Catch::RunContext::invokeActiveTestCase (this=this@entry=0x7fffffff79c0) at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/catch.hpp:10364
#8 0x0000000000520dc0 in Catch::RunContext::runCurrentTest (this=this@entry=0x7fffffff79c0, redirectedCout=..., redirectedCerr=...)
at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/catch.hpp:10338
#9 0x000000000052c4b8 in Catch::RunContext::runTest (this=this@entry=0x7fffffff79c0, testCase=...)
at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/catch.hpp:10114
#10 0x000000000052cab2 in Catch::(anonymous namespace)::runTests (config=...) at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/catch.hpp:10666
#11 0x0000000000530001 in Catch::Session::runInternal (this=this@entry=0x7fffffff7d60) at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/catch.hpp:10859
#12 0x00000000005300ea in Catch::Session::run (this=this@entry=0x7fffffff7d60) at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/catch.hpp:10816
#13 0x00000000004fe20a in Catch::Session::run<char> (argv=0x7fffffff7fe8, argc=<optimized out>, this=0x7fffffff7d60)
at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/catch.hpp:10564
#14 main (argc=<optimized out>, argv=0x7fffffff7fe8) at /home/coconnor/Development/kdenlive-dev/kdenlive/tests/TestMain.cpp:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment