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

Segmentation Fault ARObject.valid? #79

Closed
daino3 opened this issue Oct 6, 2015 · 3 comments
Closed

Segmentation Fault ARObject.valid? #79

daino3 opened this issue Oct 6, 2015 · 3 comments

Comments

@daino3
Copy link

daino3 commented Oct 6, 2015

I'm not sure where to start looking for crash logs when it comes to this, but here is what I'm using and an output of my pry-shell. Can you point me in the direction of what else you need to reproduce this?

using:

  • Yosemite 10.10.3
  • ruby 2.2.2
  • rspec 3.3.2
  • mysql 0.3.18
  • pry-byebug 3.2.0
  • pry 0.10.2
[1] pry(#<FirmsController>)> @firm
=> #<Firm:0x000000043c3828
 id: 2,
 firm_id: "executing-firm-id-1",
 email: nil,
 created_at: Tue, 06 Oct 2015 15:34:55 UTC +00:00,
 updated_at: Tue, 06 Oct 2015 15:34:55 UTC +00:00>

[2] pry(#<FirmsController>)> Firm.count
=> 1

[3] pry(#<FirmsController>)> @firm.valid?
Segmentation fault
[vagrant@localhost vagrant]$
@deivid-rodriguez
Copy link
Owner

@daino3 The only SEGVs I've seen around byebug in ages are related to deivid-rodriguez/byebug#160. Can you still reproduce this?

@daino3
Copy link
Author

daino3 commented Oct 27, 2015

@deivid-rodriguez - No, I nuked my VM / reprovisioned and it seemed to have fixed itself. Sorry - I should have closed this issue. Thanks for following up!

@daino3 daino3 closed this as completed Oct 27, 2015
@deivid-rodriguez
Copy link
Owner

No problem, sorry for taking this long to reply!

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

2 participants