Skip to content

Instantly share code, notes, and snippets.

@Techjar
Created September 13, 2018 07:04
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 Techjar/1a2c5b426c7a320a2be00890cb614b5e to your computer and use it in GitHub Desktop.
Save Techjar/1a2c5b426c7a320a2be00890cb614b5e to your computer and use it in GitHub Desktop.
#0 0x00007fffef9f386b in raise () from /usr/lib/libc.so.6
#1 0x00007fffef9de40e in abort () from /usr/lib/libc.so.6
#2 0x000055555563e267 in std::__throw_bad_variant_access (__what=<synthetic pointer>)
at /usr/include/c++/8.1.1/variant:1035
#3 std::get<1ul, IOS::HLE::FS::ResultCode, IOS::HLE::FS::FileStatus> (__v=...)
at /usr/include/c++/8.1.1/variant:1346
#4 std::get<IOS::HLE::FS::FileStatus, IOS::HLE::FS::ResultCode, IOS::HLE::FS::FileStatus> (__v=...)
at /usr/include/c++/8.1.1/variant:898
#5 Common::Result<IOS::HLE::FS::ResultCode, IOS::HLE::FS::FileStatus>::operator-> (
this=<optimized out>) at /home/techjar/Build/dolphin/Source/Core/Common/Result.h:26
#6 SysConf::Load (this=0x7fffffffd550) at /home/techjar/Build/dolphin/Source/Core/Core/SysConf.cpp:61
#7 0x000055555579e134 in ConfigLoaders::BaseConfigLayerLoader::LoadFromSYSCONF (this=<optimized out>,
layer=<optimized out>, layer@entry=0x5555573cabe0)
at /home/techjar/Build/dolphin/Source/Core/Core/ConfigLoaders/BaseConfigLoader.cpp:163
#8 0x000055555579e28c in ConfigLoaders::BaseConfigLayerLoader::Load (this=<optimized out>,
layer=0x5555573cabe0)
at /home/techjar/Build/dolphin/Source/Core/Core/ConfigLoaders/BaseConfigLoader.cpp:87
#9 0x0000555555b3de92 in Config::Layer::Load (this=0x5555573cabe0)
at /home/techjar/Build/dolphin/Source/Core/Common/Config/Layer.cpp:78
#10 Config::Layer::Layer (this=0x5555573cabe0, loader=...)
at /home/techjar/Build/dolphin/Source/Core/Common/Config/Layer.cpp:32
#11 0x0000555555b3cece in std::make_unique<Config::Layer, std::unique_ptr<Config::ConfigLayerLoader, std::default_delete<Config::ConfigLayerLoader> > > () at /usr/include/c++/8.1.1/bits/move.h:74
#12 Config::AddLayer (loader=std::unique_ptr<Config::ConfigLayerLoader> = {...})
at /home/techjar/Build/dolphin/Source/Core/Common/Config/Config.cpp:29
#13 0x000055555590cdf7 in UICommon::Init ()
at /home/techjar/Build/dolphin/Source/Core/UICommon/UICommon.cpp:77
#14 0x000055555563e676 in main (argc=<optimized out>, argv=<optimized out>)
at /home/techjar/Build/dolphin/Source/Core/DolphinQt/Main.cpp:132
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment