-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Closed
prchander/openssl
#3Labels
Description
Hi,
I'm currently experiencing an issue related to _arm7_tick, the stack trace is attached below:
| 1 | 0x0 | libcrypto.so!_armv7_tick |
|---|---|---|
| 2 | 0xe | libcrypto.so!rand_drbg_get_additional_data |
| 3 | 0x2e | libcrypto.so!RAND_DRBG_bytes |
| 4 | 0xca | libcrypto.so!RAND_DRBG_get0_public |
| 5 | 0x102 | libcrypto.so!RAND_DRBG_get0_public |
| ... |
Looks like _arm7_tick function has been triggered on some processors that actually do not support _arm7_tick, does anyone here saw similar issues? Is there any suggestions to fix the issue?
Thank you!
William
Reactions are currently unavailable