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
The program never exits unless timer::sleep(250); is removed.
Running a backtrace returns:
#0 0x00007ffff73207ac in __lll_lock_wait () from /usr/lib/libpthread.so.0
#1 0x00007ffff731e12c in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#2 0x0000000000520314 in bookkeeping::wait_for_other_tasks::h2c798b302d45d35c2aa::v0.10.pre ()
#3 0x0000000000540f36 in io::timer_helper::boot::closure ()
#4 0x00000000004aa1ff in rt::cleanup::hcd581fdc1c797e7b5Ag::v0.10.pre ()
#5 0x0000000000546f68 in start::h835618e68f53f25aBBd::v0.10.pre ()
#6 0x00000000004058fc in start::hf51dabea8a76ee0ahaa::v0.0 ()
#7 0x000000000040593b in main ()
The text was updated successfully, but these errors were encountered:
internal: use different schemes for the custom views
Related to rust-lang#12699, but doesn't fix it because we still register the providers multiple times.
Rust version:
When running the program:
The program never exits unless
timer::sleep(250);
is removed.Running a backtrace returns:
The text was updated successfully, but these errors were encountered: