Advertisement
Guest User

Untitled

a guest
Jul 9th, 2015
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.17 KB | None | 0 0
  1. GNU gdb (GDB) Fedora 7.9.1-17.fc22
  2. Copyright (C) 2015 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-redhat-linux-gnu".
  8. Type "show configuration" for configuration details.
  9. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>.
  11. Find the GDB manual and other documentation resources online at:
  12. <http://www.gnu.org/software/gdb/documentation/>.
  13. For help, type "help".
  14. Type "apropos word" to search for commands related to "word"...
  15. Reading symbols from ./testgnuc...done.
  16. (gdb) r
  17. Starting program: /home/droz/trunk/sdk/tests/test_feature/bin/testgnuc
  18. Missing separate debuginfos, use: dnf debuginfo-install glibc-2.21-5.fc22.x86_64
  19. [Thread debugging using libthread_db enabled]
  20. Using host libthread_db library "/lib64/libthread_db.so.1".
  21. AngelScript version: 2.30.2 WIP
  22. AngelScript options: AS_64BIT_PTR AS_LINUX AS_X64_GCC
  23. -- Test_Addon_ScriptFile passed
  24. -- Test_Addon_ContextMgr passed
  25. -- Test_Addon_ScriptGrid passed
  26. -- Test_Addon_WeakRef passed
  27. -- Test_Addon_Debugger passed
  28. -- Test_Addon_ScriptBuilder passed
  29. -- Test_Addon_ScriptMath passed
  30. -- Test_Addon_Serializer passed
  31. -- Test_Addon_ScriptHandle passed
  32. -- Test_Addon_ScriptArray passed
  33. -- Test_Addon_Dictionary passed
  34. -- TestPropIntegerDivision passed
  35. -- TestThisCallMethod_ConfigErrors passed
  36. -- TestAuto passed
  37. -- TestPow passed
  38. -- TestMixin passed
  39. -- TestNamespace passed
  40. -- TestShared passed
  41. -- TestDefaultArg passed
  42. -- TestNamedArgs passed
  43. -- TestScriptRetRef passed
  44. -- TestGarbageCollect passed
  45. -- TestFunctionPtr passed
  46. -- TestModule passed
  47. -- TestGetSet passed
  48. -- TestOperator passed
  49. -- TestTemplate passed
  50. -- TestDump passed
  51. -- TestInheritance passed
  52. -- TestScriptClassMethod passed
  53. -- TestScriptString passed
  54. -- TestSaveLoad passed
  55. -- TestInterface passed
  56. -- TestCastOp passed
  57. -- Test2Modules passed
  58. -- TestArrayObject passed
  59. -- TestCompiler passed
  60. -- TestOptimize passed
  61. -- TestConversion passed
  62. TestAlignedScoped skipped due to lack of C++11 features
  63. -- TestRegisterType passed
  64. -- TestRefArgument passed
  65. -- TestStream passed
  66. -- TestEnum passed
  67. -- TestDynamicConfig passed
  68. -- TestObjHandle passed
  69. -- TestGlobalVar passed
  70. -- TestScriptStruct passed
  71. -- TestRZ passed
  72. -- TestArray passed
  73. -- TestAny passed
  74. -- TestObjHandle2 passed
  75. -- TestVector3 passed
  76. -- TestConstObject passed
  77. -- TestImplicitCast passed
  78. -- TestImplicitHandle passed
  79. -- TestFor passed
  80. -- TestRefCast passed
  81. TestStdWString is skipped because wstring is platform dependent and this test only works on Windows
  82. -- TestStdString passed
  83. -- TestStack2 passed
  84. -- TestStdVector passed
  85. -- TestArrayHandle passed
  86. -- TestDict passed
  87. -- TestMultiAssign passed
  88. -- TestException passed
  89. -- TestInt8 passed
  90. -- TestGeneric passed
  91. -- TestBStr passed
  92. -- TestTypedef passed
  93. -- TestImport passed
  94. -- TestAssign passed
  95. -- TestSwitch passed
  96. terminate called after throwing an instance of 'std::exception'
  97. what(): std::exception
  98.  
  99. Program received signal SIGABRT, Aborted.
  100. 0x00007ffff6f93a98 in raise () from /lib64/libc.so.6
  101. Missing separate debuginfos, use: dnf debuginfo-install libgcc-5.1.1-4.fc22.x86_64 libstdc++-5.1.1-4.fc22.x86_64
  102. (gdb) bt
  103. #0 0x00007ffff6f93a98 in raise () from /lib64/libc.so.6
  104. #1 0x00007ffff6f9572a in abort () from /lib64/libc.so.6
  105. #2 0x00007ffff78cdb4d in __gnu_cxx::__verbose_terminate_handler() () from /lib64/libstdc++.so.6
  106. #3 0x00007ffff78cb996 in ?? () from /lib64/libstdc++.so.6
  107. #4 0x00007ffff78cb9e1 in std::terminate() () from /lib64/libstdc++.so.6
  108. #5 0x00007ffff78cbbf9 in __cxa_throw () from /lib64/libstdc++.so.6
  109. #6 0x0000000000457c4f in TestExceptionMemory::ReturnStringButException () at ../../source/test_exceptionmemory.cpp:210
  110. #7 0x00000000005bba17 in endstack ()
  111. #8 0x0000000000404bc0 in std::ios_base::Init::~Init()@plt ()
  112. #9 0x00007fffffffde90 in ?? ()
  113. #10 0x0000000000000000 in ?? ()
  114. (gdb) q
  115. A debugging session is active.
  116.  
  117. Inferior 1 [process 9899] will be killed.
  118.  
  119. Quit anyway? (y or n) y
  120.  
  121. --------------------------------------------------------------------------------------------------------
  122.  
  123. Using built-in specs.
  124. COLLECT_GCC=g++
  125. COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/5.1.1/lto-wrapper
  126. Target: x86_64-redhat-linux
  127. Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-plugin --enable-initfini-array --disable-libgcj --with-default-libstdcxx-abi=c++98 --with-isl --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
  128. Thread model: posix
  129. gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement