clj-python / clj-python/libpython-clj
JVM crashes when requiring `libpython-clj2.require` on 64bit Raspberry Pi 4
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 1.2k
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
I'm just trying to get setup with the project, but am getting crashes.
I can require [libpython-clj2.python :as py] and call (py/initialize!) but when I eval (require '[libpython-clj2.require :as pyreq]) the jvm crashes. The log is attached.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the attached H3T-.log, then reproduce the contrast between requiring [libpython-clj2.python :as py] and calling (py/initialize!) versus requiring [libpython-clj2.require :as pyreq] on a 64-bit Raspberry Pi 4. Done means the latter no longer crashes the JVM, with the failure and verification captured in a regression check.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure, python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100