https://bugs.openldap.org/show_bug.cgi?id=8394
--- Comment #4 from bdallen@nps.edu bdallen@nps.edu --- Here is the code I used which generates the core dump in round 2. It should complete 10 rounds then say "Done.":
import pypicosdk as psdk
def test(n): print(n, "checkpoint.a") scope = psdk.psospa() print(n, "checkpoint.b") scope.open_unit() print(n, "checkpoint.c") scope.close_unit() print(n, "checkpoint.d")
if __name__ == "__main__": for i in range(1, 11): test(i) print("Done.")
On 4/15/26 09:36, openldap-its@openldap.org wrote:
NPS WARNING: *external sender* verify before acting.
https://bugs.openldap.org/show_bug.cgi?id=8394
Howard Chu hyc@openldap.org changed:
What |Removed |Added
Status|UNCONFIRMED |RESOLVED Resolution|--- |SUSPENDED--- Comment #3 from Howard Chu hyc@openldap.org --- No test case provided
-- You are receiving this mail because: You reported the issue.