You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nodejs crashes when executing node --help, probably after nodejs/node#40488.
Version:
qemu-user: 6.2.0
node: 17.2.0 (but bisected to that PR)
GDB stack trace doesn't seem very useful with QEMU_GDB:
>>> thr apply all bt
Thread 7 (Thread 1.129 (CPU#6 [running])):
#0 0x00000040066abc06 in __futex_abstimed_wait_common64 () from /mnt/rv64/usr/lib/libpthread.so.0
#1 0x00000040066a9128 in __new_sem_wait_slow64.constprop.0 () from /mnt/rv64/usr/lib/libpthread.so.0
#2 0x00000040040f1f70 in uv_sem_wait () from /mnt/rv64/usr/lib/libuv.so.1
Backtrace stopped: frame did not save the PC
Thread 6 (Thread 1.128 (CPU#5 [running])):
#0 0x00000040066abc06 in __futex_abstimed_wait_common64 () from /mnt/rv64/usr/lib/libpthread.so.0
#1 0x00000040066a7024 in pthread_cond_wait@@GLIBC_2.27 () from /mnt/rv64/usr/lib/libpthread.so.0
#2 0x00000040040f1f38 in uv_cond_wait () from /mnt/rv64/usr/lib/libuv.so.1
Backtrace stopped: frame did not save the PC
Thread 5 (Thread 1.127 (CPU#4 [running])):
#0 0x00000040066abc06 in __futex_abstimed_wait_common64 () from /mnt/rv64/usr/lib/libpthread.so.0
#1 0x00000040066a7024 in pthread_cond_wait@@GLIBC_2.27 () from /mnt/rv64/usr/lib/libpthread.so.0
#2 0x00000040040f1f38 in uv_cond_wait () from /mnt/rv64/usr/lib/libuv.so.1
Backtrace stopped: frame did not save the PC
Thread 4 (Thread 1.126 (CPU#3 [running])):
#0 0x00000040066abc06 in __futex_abstimed_wait_common64 () from /mnt/rv64/usr/lib/libpthread.so.0
#1 0x00000040066a7024 in pthread_cond_wait@@GLIBC_2.27 () from /mnt/rv64/usr/lib/libpthread.so.0
#2 0x00000040040f1f38 in uv_cond_wait () from /mnt/rv64/usr/lib/libuv.so.1
Backtrace stopped: frame did not save the PC
Thread 3 (Thread 1.125 (CPU#2 [running])):
#0 0x00000040066abc06 in __futex_abstimed_wait_common64 () from /mnt/rv64/usr/lib/libpthread.so.0
#1 0x00000040066a7024 in pthread_cond_wait@@GLIBC_2.27 () from /mnt/rv64/usr/lib/libpthread.so.0
#2 0x00000040040f1f38 in uv_cond_wait () from /mnt/rv64/usr/lib/libuv.so.1
Backtrace stopped: frame did not save the PC
Thread 2 (Thread 1.124 (CPU#1 [running])):
#0 0x000000400675b322 in epoll_pwait () from /mnt/rv64/usr/lib/libc.so.6
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Thread 1 (Thread 1.121 (CPU#0 [running])):
#0 0x00007f8e54046b54 in ?? ()
Nodejs crashes when executing
node --help
, probably after nodejs/node#40488.Version:
qemu-user: 6.2.0
node: 17.2.0 (but bisected to that PR)
GDB stack trace doesn't seem very useful with
QEMU_GDB
:Instructions around $pc:
The text was updated successfully, but these errors were encountered: