The warnings and "create note" and "update note" in the pastebin are unrelated to the segmentation fault (I have another branch that fixes those erros and will make PR soon). The following patch http://pastebin.ubuntu.com/5876262/ seems to avoid the segmentation fault after the test run but I'm not sure why I'm getting the seg fault in the first place. Any ideas?
I get a Segmentation fault running the tests with the latest develop branch.
Steps to reproduce: git clone cd everpad/ PYTHONPATH=tests/ python setup.py nosetests
Output here: http://pastebin.ubuntu.com/5876260/
The warnings and "create note" and "update note" in the pastebin are unrelated to the segmentation fault (I have another branch that fixes those erros and will make PR soon). The following patch http://pastebin.ubuntu.com/5876262/ seems to avoid the segmentation fault after the test run but I'm not sure why I'm getting the seg fault in the first place. Any ideas?