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

why my debugger always hang? #735

Closed
laptopmutia opened this issue Aug 12, 2022 · 12 comments
Closed

why my debugger always hang? #735

laptopmutia opened this issue Aug 12, 2022 · 12 comments

Comments

@laptopmutia
Copy link

laptopmutia commented Aug 12, 2022

Ruby 3.1.2

rails (7.0.3.1)
debug (1.6.1)
irb (>= 1.3.6)
reline (>= 0.3.1)

When I use debugger then write some code
like this

(ruby) request.env["omniauth.auth"]

it hang and never do anything not even throwing error
but sometimes it returning syntax error

until I manually kill the process

@st0012
Copy link
Member

st0012 commented Aug 12, 2022

It may be caused by #725, which has been fixed in 1.6.2. Can you upgrade and try again?

@slayer
Copy link

slayer commented Aug 12, 2022

Same issue with 1.6.2 - simple method call hangs for ~1 minute

@prostko
Copy link

prostko commented Aug 25, 2022

+1. Hanging and crashing happens more than it doesn't.

@st0012
Copy link
Member

st0012 commented Aug 25, 2022

Can you provide a demo app that reproduces the crashing?

@laptopmutia
Copy link
Author

laptopmutia commented Aug 27, 2022 via email

@ko1
Copy link
Collaborator

ko1 commented Sep 16, 2022

can we close this issue?

@laptopmutia
Copy link
Author

laptopmutia commented Sep 16, 2022 via email

@prostko
Copy link

prostko commented Sep 16, 2022

@ko1 I'm still experiencing this issue pretty frequently. I'm happy to open a separate issue when I get some time and add a complete demo app and steps to reproduce.

Thanks for your work on this 👍

@ko1
Copy link
Collaborator

ko1 commented Sep 16, 2022

@prostko Thank you and sorry bothering you.

@ko1 ko1 closed this as completed Sep 16, 2022
@laptopmutia
Copy link
Author

laptopmutia commented Oct 14, 2022

this issues seems back again, I'm wondering even though I have use 1.6.2

did it has issue with rack:timeout?

@onesneakymofo
Copy link

Macbook Air M2 here chiming in - version 1.7.1.

I am getting

"No live threads left. Deadlock?\n5 threads, 5 sleeps current...

when using binding.break

@drewlustro
Copy link

Also seeing this. M1 Max, version 1.8.0

Seeing same as @onesneakymofo

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

No branches or pull requests

7 participants