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

Trace/BPT trap: 5 using sinatra #8

Closed
chourobin opened this issue Apr 27, 2013 · 5 comments
Closed

Trace/BPT trap: 5 using sinatra #8

chourobin opened this issue Apr 27, 2013 · 5 comments

Comments

@chourobin
Copy link

Basic sinatra application crashes with the output using firebase-ruby:

Trace/BPT trap: 5

Anyone else having similar issues?

@glsignal
Copy link

glsignal commented Jun 2, 2013

This has cropped up for me recently, though it only presents itself in my sidekiq workers on OSX. As far as I can tell it's somewhere in a call to Firebase.

Did you find out anything about it?

@oscardelben
Copy link
Owner

I haven't had a chance to investigate this bug.

@jbredeche
Copy link

Happening for me too. on OS X 10.8.2.

@chourobin
Copy link
Author

I think it's a rate limit that firebase has which is causing the connection to drop out. Might be the issue, not sure though.

@OAGr
Copy link

OAGr commented Jul 25, 2013

I've had the issue too. It only seems to be happening on my local server, not when I run the code on my console. When I run binding.pry, it gives the error "Trace/BPT trap: 5" and closes the sever the moment I run a Firebase command (like Firebase.push and Firebase.get).

I'm running on OX X 10.8.2 with a SQLite database and WEBrick. I changed to Thin in development and it started working fine.

This helped convince me to try changing sever: https://bitbucket.org/ged/ruby-pg/issue/48/ruby-192-rails-3-launching-server.

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

5 participants