-
Notifications
You must be signed in to change notification settings - Fork 985
Closed
Labels
test-failureAn issue indicating a test failureAn issue indicating a test failure
Description
We saw a crash on macos during a replication + expire test:
EIP:
0 valkey-server 0x0000000102a6c9e4 expireScanCallback + 24
Backtrace:
0 libsystem_platform.dylib 0x0000000194a76584 _sigtramp + 56
1 valkey-server 0x0000000102948480 hashtableScanDefrag + 520
2 valkey-server 0x0000000102948480 hashtableScanDefrag + 520
3 valkey-server 0x000000010294a4d0 kvstoreScan + 164
4 valkey-server 0x0000000102a6cedc activeExpireCycle + 772
5 valkey-server 0x000000010295184c serverCron + 5148
6 valkey-server 0x00000001029428f8 aeProcessEvents + 688
7 valkey-server 0x000000010296d94c main + 27132
8 dyld 0x00000001946bb154 start + 2476
On my intel, +24 of expire Scan callback is here:
Line 133 in e1db553
| long long ttl = objectGetExpire(val) - data->now; |
https://github.com/valkey-io/valkey/actions/runs/12642566507/job/35227110056
Metadata
Metadata
Assignees
Labels
test-failureAn issue indicating a test failureAn issue indicating a test failure