Freeseer / freeseer

Designed for capturing presentations at conferences. Pre-fill a list of talks to record, record them, and upload them to YouTube with our YouTube Uploader.
http://freeseer.readthedocs.org
GNU General Public License v3.0
215 stars 110 forks source link

Travis Build fails for auto-recording when using Phonon #549

Closed lauradichen closed 9 years ago

lauradichen commented 10 years ago

In pull request #478 (#440: automated recording), when running Travis CI Build, all of the unit tests and flake8 passes. However, right after the green message "174 passed, 1 skipped", Travis throws the error: "Inconsistency detected by ld.so: dl-close.c: 759: _dl_close: Assertion `map->l_init_called' failed!"

============== 174 passed, 1 skipped in 17.79 seconds ==============

Inconsistency detected by ld.so: dl-close.c: 759: _dl_close: Assertion `map->l_init_called' failed!

@EXIT WITH STATUS: 127
@FAILING...

The command "./run_tests.sh" exited with 127.

Done. Your build exited with 1.

The issue is likely not due to the actual code for auto-recording, since I cannot reproduce the same error when running the unit tests and flake8 on my computer.

zxiiro commented 10 years ago

I'm not able to reproduce on my laptop either. I'm assuming this only affects the new Phonon dependency, maybe issues with the packaged version of Phonon on Travis' Ubuntu image?

I'm running on Arch Linux with Python 2.7.6 and Phonon 4.7.1.

dideler commented 9 years ago

I don't think this is an issue any longer. Reopen if it happens again.