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

Earthquake occasionally dies and dumps core #153

Open
dakrone opened this issue Jul 17, 2013 · 8 comments
Open

Earthquake occasionally dies and dumps core #153

dakrone opened this issue Jul 17, 2013 · 8 comments

Comments

@dakrone
Copy link

dakrone commented Jul 17, 2013

Here's the relevant error:

⚡ earthquake: error: invalid status code: 503.
earthquake: reconnecting in: 10 seconds
terminate called after throwing an instance of 'std::runtime_error'
  what():  call SetTlsParms before calling StartTls
[1]    2916 abort (core dumped)  earthquake
@ooduor
Copy link

ooduor commented Sep 13, 2013

This issue is still there :(

@noisufnoc
Copy link

Yep. Same here.

Ruby 1.9.3 on ubuntu

@wari
Copy link

wari commented Jan 29, 2014

Anyway to debug this? I get the same error, without the 503 and reconnecting messages.

@jottr
Copy link

jottr commented Apr 4, 2014

+1

ruby -v
ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux]

Are there reasons why #140 has not been merged, since @frasertweedale claims that it fixes the issue?

@itwars
Copy link

itwars commented Jul 8, 2014

Same thing here on a vagrant-ubuntu-trusty-64 + ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux] :

  ___  __ _ _ __| |_| |__   __ _ _   _  __ _| | _____
 / _ \/ _` | '__| __| '_ \ / _` | | | |/ _` | |/ / _ \
|  __/ (_| | |  | |_| | | | (_| | |_| | (_| |   <  __/
 \___|\__,_|_|   \__|_| |_|\__, |\__,_|\__,_|_|\_\___|
                              |_|               v1.0.2

⚡ terminate called after throwing an instance of 'std::runtime_error'
  what():  Encryption not available on this event-machine
Aborted (core dumped)

@mattn
Copy link
Collaborator

mattn commented Jul 8, 2014

Did you install openssl before installation of eventmachine?

@itwars
Copy link

itwars commented Jul 8, 2014

Ok it work when uninstall, then install eventmachine + adding libssl-dev ;)
Sorry!

@mattn
Copy link
Collaborator

mattn commented Jul 8, 2014

Hmm, I can't reproduce it.
Could you please try this?

$ bundle exec ./bin/earthquake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants