python-sqlite3-backup icon indicating copy to clipboard operation
python-sqlite3-backup copied to clipboard

MacOSX: Segmentation fault: 11

Open martynbristow opened this issue 10 years ago • 2 comments

If I try any form of database copy, including using a modified test script, just to force the location of the sqlitebck.so it fails with: Martyns-MacBook-Pro-3:Downloads martyn$ python tests.py Segmentation fault: 11

I can confirm it works on my Linux box, just not on my testing one :/

martynbristow avatar Jun 23 '15 12:06 martynbristow

I don't have OS X, so there is no way I can test it. I would accept patch though :wink:

husio avatar Jun 23 '15 12:06 husio

I had the same issue using OS X 10.11. I had pip installed it. Installing it using setup.py fixed it for me.

cfmeyers avatar Dec 16 '15 16:12 cfmeyers