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
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
#0 0x000000080226f469 in swapcontext () from /lib/libthr.so.3
#1 0x000000080226f062 in sigaction () from /lib/libthr.so.3
#2 <signal handler called>
#3 0x00000008024f344a in _umtx_op () from /lib/libc.so.7
#4 0x00000008024e2c24 in sem_timedwait () from /lib/libc.so.7
#5 0x0000000000b53ef8 in v8::base::Semaphore::Wait ()
#6 0x00000000008c7e84 in v8::internal::SweeperThread::Run ()
#7 0x0000000000b5594d in v8::base::ThreadEntry ()
#8 0x000000080226a4f5 in pthread_create () from /lib/libthr.so.3
#9 0x0000000000000000 in ?? ()
I'm running FreeBSD 10.1-RELEASE with node installed from the ports.
If I run a script that contains only a console.log it doesn't crash when it exits.