Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfault on Travis: possible issue with zeromq #814

Closed
joachimmetz opened this issue Jul 17, 2016 · 1 comment
Closed

Segfault on Travis: possible issue with zeromq #814

joachimmetz opened this issue Jul 17, 2016 · 1 comment
Assignees
Labels
bug core Issues relating to Plaso's core - processing, file access etc.
Milestone

Comments

@joachimmetz
Copy link
Member

Plaso version: HEAD

https://travis-ci.org/log2timeline/plaso/builds/145310464#L2491

Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
  File "/usr/lib/python2.7/threading.py", line 763, in run
  File "./plaso/engine/zeromq_queue.py", line 651, in _ZeroMQResponder
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'Empty'
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
  File "/usr/lib/python2.7/threading.py", line 763, in run
  File "./plaso/engine/zeromq_queue.py", line 752, in _ZeroMQResponder
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'Empty'
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
  File "/usr/lib/python2.7/threading.py", line 763, in run
  File "./plaso/engine/zeromq_queue.py", line 752, in _ZeroMQResponder
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'Empty'
/home/travis/build.sh: line 45:  4478 Segmentation fault      (core dumped) coverage run --source=plaso --omit="*_test*,*__init__*,*test_lib*" ./run_tests.py
@joachimmetz joachimmetz added this to the 1.5.0 release milestone Jul 17, 2016
@joachimmetz joachimmetz changed the title Segfaults on Travis Segfault on Travis Jul 17, 2016
@Onager Onager self-assigned this Jul 20, 2016
@joachimmetz joachimmetz changed the title Segfault on Travis Segfault on Travis: possible issue with zeromq Jul 25, 2016
@joachimmetz joachimmetz added the core Issues relating to Plaso's core - processing, file access etc. label Jul 25, 2016
@joachimmetz
Copy link
Member Author

228030e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug core Issues relating to Plaso's core - processing, file access etc.
Projects
None yet
Development

No branches or pull requests

2 participants