Skip to content

Commit

Permalink
Just to check, using same version of pybind11 does not fix the problem
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCousineau-TRI committed Sep 24, 2019
1 parent fbb5d81 commit dfec863
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tmp/output_first.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ repro_issue12073.py(10): import torch
repro_issue12073.py(11): import cc_regex
repro_issue12073.py(16): print(cc_regex.get_name())
free(): invalid pointer
./repro.sh: line 34: <num> Aborted (core dumped) strace -o /tmp/strace.txt "$@"
./repro.sh: line 34: <num> Aborted (core dumped) strace -o /tmp/strace.txt "$@"
+ :
8 changes: 6 additions & 2 deletions tools/workspace/pybind11/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ load("@drake//tools/workspace:github.bzl", "github_archive")

# # Using the `drake` branch of this repository.
# _REPOSITORY = "RobotLocomotion/pybind11"

# Using `master` from upstream.
_REPOSITORY = "pybind/pybind11"

_COMMIT = "12e8774bc9aa4603136f2979088619b495850ca2" # upstream/master
# This is the commit used in pytorch@v1.0.0:
# https://github.com/pytorch/pytorch/tree/v1.0.0/third_party
_COMMIT = "5c8746ff135abb390bf95944be593e895a586a50"

_SHA256 = "fbfda54cc97c2d1468ff83142b143d9bba901444e746218add812283f41ea863"
_SHA256 = "ffe077d0fccc34aa95c2aba7a3abadbdc2a480c44a238879381733d38322e921"

def pybind11_repository(
name,
Expand Down

0 comments on commit dfec863

Please sign in to comment.