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
thread 'main' panicked at 'prehook: Missed expected preemption! Clock_value: 29407230. Stepped forward 27577123 RCBs, but should have trapped at 17690825'
a program hangs under hermit
hermit panics internally
hermit runs the program but divergence (nondeterminism) occurs
To Reproduce
Cannot share binary unfortunately. However it is linked against a basis library with quite some changes to standard glibc (lots of hooks). A simple program works. So I suspect that library to be the problem.
Expected behavior
Program executes successfully.
Environment
Linux kernel version (uname -a): Linux ld6216 4.12.14-197.45-default #1 SMP Thu Jun 4 11:06:04 UTC 2020 (2b6c749) x86_64 x86_64 x86_64 GNU/Linux
CPU version (/proce/cpuinfo): Intel(R) Xeon(R) Silver 4116 CPU @ 2.10GHz
Describe the bug
thread 'main' panicked at 'prehook: Missed expected preemption! Clock_value: 29407230. Stepped forward 27577123 RCBs, but should have trapped at 17690825'
To Reproduce
Cannot share binary unfortunately. However it is linked against a basis library with quite some changes to standard glibc (lots of hooks). A simple program works. So I suspect that library to be the problem.
Expected behavior
Program executes successfully.
Environment
uname -a
):Linux ld6216 4.12.14-197.45-default #1 SMP Thu Jun 4 11:06:04 UTC 2020 (2b6c749) x86_64 x86_64 x86_64 GNU/Linux
/proce/cpuinfo
):Intel(R) Xeon(R) Silver 4116 CPU @ 2.10GHz
/etc/issue
,/etc/redhat-release
):Additional context
Logs attached.
hermit.log
The text was updated successfully, but these errors were encountered: