Advertisement
Guest User

Untitled

a guest
Aug 10th, 2016
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. gdb --args ./mksnapshot --random-seed 314159265 --startup_blob ../../out/Debug/snapshot_blob.bin ""
  2. GNU gdb (Gentoo 9999 vanilla master) 7.11.50.20160729-git
  3. Copyright (C) 2016 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-pc-linux-muslx32".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <https://bugs.gentoo.org/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from ./mksnapshot...done.
  17. (gdb) r
  18. Starting program: /var/tmp/portage/www-client/chromium-52.0.2743.116/work/chromium-52.0.2743.116/out/Debug/mksnapshot --random-seed 314159265 --startup_blob ../../out/Debug/snapshot_blob.bin ''
  19. Traceback (most recent call last):
  20. File "/usr/share/gdb/auto-load/usr/lib/gcc/x86_64-pc-linux-muslx32/4.9.3/libstdc++.so.6.0.20-gdb.py", line 59, in <module>
  21. from libstdcxx.v6.printers import register_libstdcxx_printers
  22. ImportError: No module named libstdcxx.v6.printers
  23. [New LWP 2862]
  24.  
  25.  
  26. #
  27. # Fatal error in ../../v8/src/crankshaft/x64/lithium-codegen-x64.cc, line 2960
  28. # Check failed: key_representation.IsInteger32().
  29. #
  30.  
  31. Thread 1 "mksnapshot" received signal SIGILL, Illegal instruction.
  32. v8::base::OS::Abort () at ../../v8/src/base/platform/platform-posix.cc:240
  33. 240 V8_IMMEDIATE_CRASH();
  34. (gdb) bt
  35. #0 v8::base::OS::Abort () at ../../v8/src/base/platform/platform-posix.cc:240
  36. #1 0x00ed3708 in V8_Fatal (file=<optimized out>, line=2960, format=<optimized out>) at ../../v8/src/base/logging.cc:116
  37. #2 0x0096cb4e in v8::internal::LCodeGen::BuildFastArrayOperand (this=this@entry=0xffffc870, elements_pointer=<optimized out>, key=key@entry=0x1527bb0, key_representation=...,
  38. elements_kind=elements_kind@entry=v8::internal::FAST_ELEMENTS, offset=offset@entry=7) at ../../v8/src/crankshaft/x64/lithium-codegen-x64.cc:2960
  39. #3 0x00975618 in v8::internal::LCodeGen::DoStoreKeyedFixedArray (this=<optimized out>, instr=<optimized out>) at ../../v8/src/crankshaft/x64/lithium-codegen-x64.cc:4147
  40. #4 0x00ba200a in v8::internal::LCodeGenBase::GenerateBody (this=this@entry=0xffffc870) at ../../v8/src/crankshaft/lithium-codegen.cc:107
  41. #5 0x0097431e in v8::internal::LCodeGen::GenerateCode (this=this@entry=0xffffc870) at ../../v8/src/crankshaft/x64/lithium-codegen-x64.cc:59
  42. #6 0x0063f427 in v8::internal::LChunk::Codegen (this=<optimized out>) at ../../v8/src/crankshaft/lithium.cc:458
  43. #7 0x004f11d2 in v8::internal::DoGenerateCode<v8::internal::ArraySingleArgumentConstructorStub> (stub=<optimized out>) at ../../v8/src/code-stubs-hydrogen.cc:291
  44. #8 0x004f1378 in v8::internal::ArraySingleArgumentConstructorStub::GenerateCode (this=<optimized out>) at ../../v8/src/code-stubs-hydrogen.cc:1422
  45. #9 0x004d8dcd in v8::internal::CodeStub::GetCode (this=this@entry=0xffffcdd0) at ../../v8/src/code-stubs.cc:157
  46. #10 0x009c06ef in v8::internal::ArrayConstructorStubAheadOfTimeHelper<v8::internal::ArraySingleArgumentConstructorStub> (isolate=0x14f8010) at ../../v8/src/x64/code-stubs-x64.cc:4058
  47. #11 v8::internal::ArrayConstructorStubBase::GenerateStubsAheadOfTime (isolate=isolate@entry=0x14f8010) at ../../v8/src/x64/code-stubs-x64.cc:4071
  48. #12 0x009c0861 in v8::internal::CodeStub::GenerateStubsAheadOfTime (isolate=isolate@entry=0x14f8010) at ../../v8/src/x64/code-stubs-x64.cc:1659
  49. #13 0x006d6123 in v8::internal::Heap::CreateFixedStubs (this=this@entry=0x14f8020) at ../../v8/src/heap/heap.cc:2576
  50. #14 0x006e3ee4 in v8::internal::Heap::CreateInitialObjects (this=this@entry=0x14f8020) at ../../v8/src/heap/heap.cc:2870
  51. #15 0x006eea00 in v8::internal::Heap::CreateHeapObjects (this=this@entry=0x14f8020) at ../../v8/src/heap/heap.cc:5361
  52. #16 0x00792152 in v8::internal::Isolate::Init (this=this@entry=0x14f8010, des=des@entry=0x0) at ../../v8/src/isolate.cc:2274
  53. #17 0x004599a0 in v8::V8::CreateSnapshotDataBlob (embedded_source=embedded_source@entry=0x0) at ../../v8/src/api.cc:450
  54. #18 0x00420afb in main (argc=2, argv=<optimized out>) at ../../v8/src/snapshot/mksnapshot.cc:164
  55. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement