Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[HIFIVE] test-cpu-profiler/CrossScriptInliningCallerLineNumbers failed #237

Closed
luyahan opened this issue Sep 16, 2020 · 5 comments
Closed
Labels
bug Something isn't working

Comments

@luyahan
Copy link
Collaborator

luyahan commented Sep 16, 2020

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Build with options riscv64.native.debug
  2. Run test/program out/riscv64.native.debug/cctest test-cpu-profiler/CrossScriptInliningCallerLineNumbers --random-seed=-166907490 --nohard-abort --enable-slow-asserts --verify-heap --testing-d8-test-runner
  3. See error

Expected behavior
A clear and concise description of what you expected to happen.

Errors/Logs

>>> Running tests for riscv64.debug
>>> Running with test processors
=== cctest/test-cpu-profiler/CrossScriptInliningCallerLineNumbers ===
#
# Fatal error in ../../src/execution/frames.h, line 154
# Debug check failed: static_cast<uintptr_t>(type) < Type::NUMBER_OF_TYPES (91936262000 vs. 23).
#
#
#
#FailureMessage Object: 0x3fff815818
==== C stack trace ===============================
    /home/luyahan/v8-riscv64/out/riscv64.native.debug/cctest(+0x34433c8) [0x2ad08a13c8]
    /home/luyahan/v8-riscv64/out/riscv64.native.debug/cctest(+0x3399d72) [0x2ad07f7d72]
    /home/luyahan/v8-riscv64/out/riscv64.native.debug/cctest(+0x31836e2) [0x2ad05e16e2]
    /home/luyahan/v8-riscv64/out/riscv64.native.debug/cctest(+0x318370c) [0x2ad05e170c]
    /home/luyahan/v8-riscv64/out/riscv64.native.debug/cctest(+0x126c934) [0x2ace6ca934]
    /home/luyahan/v8-riscv64/out/riscv64.native.debug/cctest(+0x126791c) [0x2ace6c591c]
    /home/luyahan/v8-riscv64/out/riscv64.native.debug/cctest(+0x12679b8) [0x2ace6c59b8]
    /home/luyahan/v8-riscv64/out/riscv64.native.debug/cctest(+0x1267a52) [0x2ace6c5a52]
    /home/luyahan/v8-riscv64/out/riscv64.native.debug/cctest(+0x1743306) [0x2aceba1306]
    /home/luyahan/v8-riscv64/out/riscv64.native.debug/cctest(+0x1743986) [0x2aceba1986]
    /home/luyahan/v8-riscv64/out/riscv64.native.debug/cctest(+0x1713788) [0x2aceb71788]
    /home/luyahan/v8-riscv64/out/riscv64.native.debug/cctest(+0x1ab7e86) [0x2acef15e86]
    /home/luyahan/v8-riscv64/out/riscv64.native.debug/cctest(+0x1ab7f0a) [0x2acef15f0a]
    linux-vdso.so.1(__vdso_rt_sigreturn+0) [0x3fba437800]
    /home/luyahan/v8-riscv64/out/riscv64.native.debug/cctest(+0x1a97ade) [0x2aceef5ade]
    /home/luyahan/v8-riscv64/out/riscv64.native.debug/cctest(+0x1211156) [0x2ace66f156]
    [0x2b53cc34d8]
Command: out/riscv64.native.debug/cctest test-cpu-profiler/CrossScriptInliningCallerLineNumbers --random-seed=-166907490 --nohard-abort --enable-slow-asserts --verify-heap --testing-d8-test-runner

Additional context
Add any other context about the problem here.

@luyahan luyahan added the bug Something isn't working label Sep 16, 2020
@luyahan luyahan closed this as completed Sep 27, 2020
@luyahan luyahan reopened this Sep 27, 2020
@luyahan
Copy link
Collaborator Author

luyahan commented Sep 27, 2020

run three times, one occur this error.

@luyahan
Copy link
Collaborator Author

luyahan commented Sep 28, 2020

On riscv64-sim:

./cctest test-cpu-profiler/CrossScriptInliningCallerLineNumbers --random-seed=-166907490 --nohard-abort --enable-slow-asserts --verify-heap --testing-d8-test-runner --trace-sim

#
# Fatal error in ../../src/execution/frames.h, line 154
# Debug check failed: static_cast<uintptr_t>(type) < Type::NUMBER_OF_TYPES (46927733856416 vs. 23).
#
#
#
#FailureMessage Object: 0x7ffd80ab33f0
==== C stack trace ===============================

    ./cctest(+0x40dd6e3) [0x555c6eac86e3]
    ./cctest(+0x40dc6bd) [0x555c6eac76bd]
    ./cctest(+0x3e35023) [0x555c6e820023]
    ./cctest(+0x3e34af5) [0x555c6e81faf5]
    ./cctest(+0x1cb9d5b) [0x555c6c6a4d5b]
    ./cctest(+0x1cbab0e) [0x555c6c6a5b0e]
    ./cctest(+0x1cbb14a) [0x555c6c6a614a]
    ./cctest(+0x1cbae62) [0x555c6c6a5e62]
    ./cctest(+0x1cbad18) [0x555c6c6a5d18]
    ./cctest(+0x1cba0c2) [0x555c6c6a50c2]
    ./cctest(+0x224bb85) [0x555c6cc36b85]
    ./cctest(+0x224b7f5) [0x555c6cc367f5]
    ./cctest(+0x221d9c8) [0x555c6cc089c8]
    ./cctest(+0x261c6f0) [0x555c6d0076f0]
    ./cctest(+0x261c7f9) [0x555c6d0077f9]
    /lib/x86_64-linux-gnu/libpthread.so.0(+0x153c0) [0x7f6115e253c0]
    /lib/x86_64-linux-gnu/libc.so.6(_IO_file_xsputn+0x138) [0x7f6115b3b888]
    /lib/x86_64-linux-gnu/libc.so.6(+0x7a27c) [0x7f6115b2327c]
    ./cctest(+0x242193d) [0x555c6ce0c93d]
    ./cctest(+0x25e2ddc) [0x555c6cfcdddc]
    ./cctest(+0x25f5ffb) [0x555c6cfe0ffb]
    ./cctest(+0x25f610b) [0x555c6cfe110b]
    ./cctest(+0x25f66b4) [0x555c6cfe16b4]
    ./cctest(+0x1cb73cb) [0x555c6c6a23cb]
    ./cctest(+0x1cb5ed3) [0x555c6c6a0ed3]
    ./cctest(+0x1a875db) [0x555c6c4725db]
    ./cctest(+0x168713f) [0x555c6c07213f]
    ./cctest(+0x168bfff) [0x555c6c076fff]
    ./cctest(+0x1254a3e) [0x555c6bc3fa3e]
    ./cctest(+0x1255f4c) [0x555c6bc40f4c]
    /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f6115ad00b3]
    ./cctest(_start+0x2a) [0x555c6bc3f7aa]
Aborted (core dumped)

@luyahan
Copy link
Collaborator Author

luyahan commented Sep 29, 2020

#216 (comment)

@luyahan
Copy link
Collaborator Author

luyahan commented Oct 14, 2020

refer #192

@qjivy
Copy link
Collaborator

qjivy commented Aug 26, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants