https://bugs.openldap.org/show_bug.cgi?id=8394
--- Comment #5 from Howard Chu hyc@openldap.org --- (In reply to bdallen@nps.edu from comment #4)
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.")
I have no idea how to install pypicosdk. You're going to have to provide sufficient info for someone to actually reproduce the software you're running. What I see here https://github.com/picotech/pyPicoSDK
" Go to PicoTech downloads picotech.com/downloads Find your PicoScope in the list and click through Download and install PicoSDK for your operating system
"
Since I have no PicoScope I have no idea what to install.