nvbn / everpad

Evernote client well integrated with linux desktop
1.17k stars 143 forks source link

segmentation fault running the test suite #339

Closed diogomatsubara closed 11 years ago

diogomatsubara commented 11 years ago

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?

diogomatsubara commented 11 years ago

Looks like this was fixed by commit a5180a1cf4610df9d22cf6026954eff81c857442 so I'm closing it.