Advertisement
eraserix

clang crash backtrace

Nov 20th, 2014
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.07 KB | None | 0 0
  1. GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2.1) 7.4-2012.04
  2. Copyright (C) 2012 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-linux-gnu".
  8. For bug reporting instructions, please see:
  9. <http://bugs.launchpad.net/gdb-linaro/>...
  10. Reading symbols from /opt/clang-3.5/bin/clang...done.
  11. [New LWP 6138]
  12. [Thread debugging using libthread_db enabled]
  13. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  14. (gdb)
  15. Thread 1 (Thread 0x2b66219f7dc0 (LWP 6138)):
  16. #0 0x0000000001289473 in ReadKeyDataLength (d=<synthetic pointer>)
  17. at PTHLexer.cpp:334
  18. #1 find (InfoPtr=<optimized out>, EKey=<synthetic pointer>,
  19. this=<optimized out>)
  20. at /home/ch1010832/Work/debsource/clang-35/llvm-3.5.0.src/include/llvm/Support/OnDiskHashTable.h:314
  21. #2 (anonymous namespace)::PTHStatCache::getStat (this=0x241f110,
  22. Path=0x32dd618 "/usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/include/ctype.h",
  23. Data=..., isFile=<optimized out>, F=0x7fffa1d35840, FS=...)
  24. at PTHLexer.cpp:711
  25. #3 0x00000000012ba31d in clang::FileSystemStatCache::get (
  26. Path=<optimized out>, Data=..., isFile=<optimized out>, F=0x7fffa1d35840,
  27. Cache=<optimized out>, FS=...) at FileSystemStatCache.cpp:112
  28. #4 0x00000000012b6cbc in grow_pod (TSize=1, MinSizeInBytes=23812,
  29. this=0x23ee2f8)
  30. at /home/ch1010832/Work/debsource/clang-35/llvm-3.5.0.src/include/llvm/ADT/SmallVector.h:82
  31. #5 grow (MinSize=23812, this=0x23ee2f8)
  32. at /home/ch1010832/Work/debsource/clang-35/llvm-3.5.0.src/include/llvm/ADT/SmallVector.h:326
  33. #6 append<char const*> (in_end=0x182a7f4 "",
  34. in_start=0x1824af0 "\340\236+\001", this=0x23ee2f8)
  35. at /home/ch1010832/Work/debsource/clang-35/llvm-3.5.0.src/include/llvm/ADT/SmallVector.h:421
  36. #7 SmallVector<char const*> (E=0x182a7f4 "", S=0x1824af0 "\340\236+\001",
  37. this=0x23ee2f8)
  38. at /home/ch1010832/Work/debsource/clang-35/llvm-3.5.0.src/include/llvm/ADT/SmallVector.h:859
  39. #8 SmallString (S=..., this=0x23ee2f8)
  40. at /home/ch1010832/Work/debsource/clang-35/llvm-3.5.0.src/include/llvm/ADT/SmallString.h:31
  41. #9 clang::FileManager::getStatValue (this=0x23ee170,
  42. Path=0x1824af0 "\340\236+\001", Data=..., isFile=<optimized out>,
  43. F=0x7fffa1d35840) at FileManager.cpp:458
  44. #10 0x00000000012b94dd in clang::FileManager::getFile (this=0x23ee170,
  45. Filename=..., openFile=<optimized out>, CacheFailure=<optimized out>)
  46. at FileManager.cpp:260
  47. #11 0x000000000123f1fe in clang::DirectoryLookup::LookupFile (
  48. this=0x2b662569c7e4, Filename=..., HS=..., SearchPath=0x0,
  49. RelativePath=0x7fffa1d35840, SuggestedModule=0x23ed0f0,
  50. InUserSpecifiedSystemFramework=@0x7fffa1d36330: false,
  51. HasBeenMapped=@0x7fffa1d363b0: false, MappedName=...)
  52. at HeaderSearch.cpp:292
  53. #12 0x000000000123fb3f in clang::HeaderSearch::LookupFile (this=0x23feb80,
  54. Filename=..., IncludeLoc=..., isAngled=<optimized out>, FromDir=0x0,
  55. CurDir=@0x7fffa1d36ac8: 0x0, Includers=..., SearchPath=0x0,
  56. RelativePath=0x0, SuggestedModule=0x0, SkipCache=false)
  57. at HeaderSearch.cpp:725
  58. #13 0x000000000126b44a in clang::Preprocessor::LookupFile (this=0x23ff2c0,
  59. FilenameLoc=..., Filename=..., isAngled=<optimized out>,
  60. FromDir=<optimized out>, CurDir=@0x7fffa1d36ac8: 0x0, SearchPath=0x0,
  61. RelativePath=0x0, SuggestedModule=0x0, SkipCache=false)
  62. at PPDirectives.cpp:609
  63. #14 0x0000000001273c94 in clang::Preprocessor::HandleIncludeDirective (
  64. this=0x23ff2c0, HashLoc=..., IncludeTok=..., LookupFrom=0x0,
  65. isImport=<optimized out>) at PPDirectives.cpp:1480
  66. #15 0x00000000012770eb in clang::Preprocessor::HandleDirective (
  67. this=0x23ff2c0, Result=...) at PPDirectives.cpp:765
  68. #16 0x000000000128ab1c in clang::PTHLexer::Lex (this=0x32c4a90, Tok=...)
  69. at PTHLexer.cpp:122
  70. #17 0x000000000129da47 in clang::Preprocessor::Lex (this=0x23ff2c0, Result=...)
  71. at Preprocessor.cpp:668
  72. #18 0x00000000008cf59e in clang::Parser::ConsumeBrace (this=0x244c300)
  73. at /home/ch1010832/Work/debsource/clang-35/llvm-3.5.0.src/tools/clang/lib/Parse/../../include/clang/Parse/Parser.h:408
  74. #19 0x00000000008d1bb6 in clang::BalancedDelimiterTracker::consumeClose (
  75. this=this@entry=0x7fffa1d37950) at RAIIObjectsForParser.h:424
  76. #20 0x00000000008f3760 in clang::Parser::ParseInnerNamespace (
  77. this=this@entry=0x244c300, IdentLoc=..., Ident=..., NamespaceLoc=...,
  78. index=index@entry=0, InlineLoc=..., attrs=..., Tracker=...)
  79. at ParseDeclCXX.cpp:214
  80. #21 0x00000000008f3e13 in clang::Parser::ParseNamespace (this=0x244c300,
  81. Context=<optimized out>, DeclEnd=..., InlineLoc=...)
  82. at ParseDeclCXX.cpp:186
  83. #22 0x00000000008e9140 in clang::Parser::ParseDeclaration (this=0x244c300,
  84. Stmts=..., Context=0, DeclEnd=..., attrs=...) at ParseDecl.cpp:1329
  85. #23 0x00000000008d4cb4 in clang::Parser::ParseExternalDeclaration (
  86. this=this@entry=0x244c300, attrs=..., DS=DS@entry=0x0) at Parser.cpp:724
  87. #24 0x00000000008d540c in clang::Parser::ParseTopLevelDecl (this=0x244c300,
  88. Result=...) at Parser.cpp:559
  89. #25 0x00000000008cf16b in clang::ParseAST (S=..., PrintStats=<optimized out>,
  90. SkipFunctionBodies=<optimized out>) at ParseAST.cpp:145
  91. #26 0x0000000000741f42 in clang::CodeGenAction::ExecuteAction (this=0x23eb0e0)
  92. at CodeGenAction.cpp:703
  93. #27 0x00000000005cb8b6 in clang::FrontendAction::Execute (this=0x23eb0e0)
  94. at FrontendAction.cpp:415
  95. #28 0x00000000005ab8e5 in clang::CompilerInstance::ExecuteAction (
  96. this=0x23ea270, Act=...) at CompilerInstance.cpp:810
  97. #29 0x0000000000596964 in clang::ExecuteCompilerInvocation (
  98. Clang=<optimized out>) at ExecuteCompilerInvocation.cpp:222
  99. #30 0x0000000000591b38 in cc1_main (ArgBegin=<optimized out>,
  100. ArgEnd=<optimized out>, Argv0=<optimized out>, MainAddr=<optimized out>)
  101. at cc1_main.cpp:112
  102. #31 0x000000000059046f in main (argc_=<optimized out>, argv_=<optimized out>)
  103. at driver.cpp:319
  104. (gdb) quit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement