Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.0.4, 1.1.0-dp5
-
Fix Version/s: 1.1.0
-
Component/s: None
-
Security Level: Public
-
Labels:None
Description
This is related to CCBC-120 (stack trace there). Will fix accordingly soon.
Basically the error handler checks for the 'ctx' which is not reset in-between calls.
The ideal solution should be for start_loop to accept a cookie argument and call lcb_set_cookie on it. This way there is always a valid cookie.
Otherwise the cookie remains a stale pointer and when the global error handler is called, it crashes.
Basically the error handler checks for the 'ctx' which is not reset in-between calls.
The ideal solution should be for start_loop to accept a cookie argument and call lcb_set_cookie on it. This way there is always a valid cookie.
Otherwise the cookie remains a stale pointer and when the global error handler is called, it crashes.
Issue Links
- depends on
-
CCBC-120
Unhandled opcode=92
-