Advertisement
Bellaz89

Untitled

Jun 19th, 2020
2,066
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 2.82 KB | None | 0 0
  1. Thread 1 "main" received signal SIGABRT, Aborted.
  2. __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
  3. 50  ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  4. (gdb) backtrace
  5. #0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
  6. #1  0x00007ffff58ba55b in __GI_abort () at abort.c:79
  7. #2  0x00007ffff58ba42f in __assert_fail_base (
  8.     fmt=0x7ffff5a20b48 "%s%s%s:%u: %s%sAssertion `%s' failed.\n%n",
  9.     assertion=0x555555f79968 "error->level == XML_ERR_WARNING",
  10.     file=0x555555f79940 "../../../source/ps/XML/Xeromyces.cpp", line=53,
  11.     function=<optimized out>) at assert.c:92
  12. #3  0x00007ffff58c9092 in __GI___assert_fail (
  13.     assertion=0x555555f79968 "error->level == XML_ERR_WARNING",
  14.     file=0x555555f79940 "../../../source/ps/XML/Xeromyces.cpp", line=53,
  15.     function=0x555555f79918 "void errorHandler(void*, xmlErrorPtr)") at assert.c:101
  16. #4  0x0000555555aa3b82 in errorHandler (error=0x55555a7b1ff8)
  17.     at ../../../source/ps/XML/Xeromyces.cpp:53
  18. #5  0x00007ffff69d02fb in __xmlRaiseError () from /lib/x86_64-linux-gnu/libxml2.so.2
  19. #6  0x00007ffff69e6432 in ?? () from /lib/x86_64-linux-gnu/libxml2.so.2
  20. #7  0x00007ffff69e79ef in ?? () from /lib/x86_64-linux-gnu/libxml2.so.2
  21. #8  0x00007ffff69ed3e0 in xmlParseContent () from /lib/x86_64-linux-gnu/libxml2.so.2
  22. #9  0x00007ffff69eeb00 in xmlParseDocument () from /lib/x86_64-linux-gnu/libxml2.so.2
  23. #10 0x00007ffff69f3cca in xmlReadMemory () from /lib/x86_64-linux-gnu/libxml2.so.2
  24. #11 0x00007ffff6acfe52 in xmlRelaxNGParse () from /lib/x86_64-linux-gnu/libxml2.so.2
  25. #12 0x0000555555a9fd7a in RelaxNGSchema::RelaxNGSchema (this=0x55555a9489d0,
  26.     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
  27. #13 0x0000555555a9f249 in RelaxNGValidator::LoadGrammar (this=0x55555a92e7c0,
  28.     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
  29. #14 0x00005555558c1492 in CCmpTemplateManager::Init (this=0x55555a92e770)
  30.     at ../../../source/simulation2/components/CCmpTemplateManager.cpp:51
  31. #15 0x000055555579b5b2 in CComponentManager::AddComponent (this=0x555559e95118,
  32.     ent=..., cid=6, paramNode=...)
  33.     at ../../../source/simulation2/system/ComponentManager.cpp:698
  34. #16 0x000055555579b63c in CComponentManager::AddSystemComponents (this=0x555559e95118,
  35.     skipScriptedComponents=false, skipAI=false)
  36.     at ../../../source/simulation2/system/ComponentManager.cpp:705
  37. --Type <RET> for more, q to quit, c to continue without paging--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement