Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Thread 1 "main" received signal SIGABRT, Aborted.
- __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
- 50 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
- (gdb) backtrace
- #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
- #1 0x00007ffff58ba55b in __GI_abort () at abort.c:79
- #2 0x00007ffff58ba42f in __assert_fail_base (
- fmt=0x7ffff5a20b48 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n",
- assertion=0x555555f79968 "error->level == XML_ERR_WARNING",
- file=0x555555f79940 "../../../source/ps/XML/Xeromyces.cpp", line=53,
- function=<optimized out>) at assert.c:92
- #3 0x00007ffff58c9092 in __GI___assert_fail (
- assertion=0x555555f79968 "error->level == XML_ERR_WARNING",
- file=0x555555f79940 "../../../source/ps/XML/Xeromyces.cpp", line=53,
- function=0x555555f79918 "void errorHandler(void*, xmlErrorPtr)") at assert.c:101
- #4 0x0000555555aa3b82 in errorHandler (error=0x55555a7b1ff8)
- at ../../../source/ps/XML/Xeromyces.cpp:53
- #5 0x00007ffff69d02fb in __xmlRaiseError () from /lib/x86_64-linux-gnu/libxml2.so.2
- #6 0x00007ffff69e6432 in ?? () from /lib/x86_64-linux-gnu/libxml2.so.2
- #7 0x00007ffff69e79ef in ?? () from /lib/x86_64-linux-gnu/libxml2.so.2
- #8 0x00007ffff69ed3e0 in xmlParseContent () from /lib/x86_64-linux-gnu/libxml2.so.2
- #9 0x00007ffff69eeb00 in xmlParseDocument () from /lib/x86_64-linux-gnu/libxml2.so.2
- #10 0x00007ffff69f3cca in xmlReadMemory () from /lib/x86_64-linux-gnu/libxml2.so.2
- #11 0x00007ffff6acfe52 in xmlRelaxNGParse () from /lib/x86_64-linux-gnu/libxml2.so.2
- #12 0x0000555555a9fd7a in RelaxNGSchema::RelaxNGSchema (this=0x55555a9489d0,
- grammar="<grammar xmlns='http://relaxng.org/ns/structure/1.0' xmlns:a='http://ns.wildfiregames.com/entity' datatypeLibrary='http://www.w3.org/2001/XMLSchema-datatypes'><define name='decimal'><data type='decima"...) at ../../../source/ps/XML/RelaxNG.cpp:68
- #13 0x0000555555a9f249 in RelaxNGValidator::LoadGrammar (this=0x55555a92e7c0,
- grammar="<grammar xmlns='http://relaxng.org/ns/structure/1.0' xmlns:a='http://ns.wildfiregames.com/entity' datatypeLibrary='http://www.w3.org/2001/XMLSchema-datatypes'><define name='decimal'><data type='decima"...) at ../../../source/ps/XML/RelaxNG.cpp:101
- #14 0x00005555558c1492 in CCmpTemplateManager::Init (this=0x55555a92e770)
- at ../../../source/simulation2/components/CCmpTemplateManager.cpp:51
- #15 0x000055555579b5b2 in CComponentManager::AddComponent (this=0x555559e95118,
- ent=..., cid=6, paramNode=...)
- at ../../../source/simulation2/system/ComponentManager.cpp:698
- #16 0x000055555579b63c in CComponentManager::AddSystemComponents (this=0x555559e95118,
- skipScriptedComponents=false, skipAI=false)
- at ../../../source/simulation2/system/ComponentManager.cpp:705
- --Type <RET> for more, q to quit, c to continue without paging--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement