-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
100% cpu freezing does not respond to ctrl c on latest release #3196
Comments
Confirmed that running |
My best guess is it's something related to the litellm upgrade from two days ago. There were code changes that landed in the stream processor which shows up in the stack. |
I dont know if this makes sense but I think its tied to lua syntax parsing? its happening on a lua repo, but not on an elixir repo? |
Same issue is happening to me. |
I also encounter this "Process hangs at 100% CPU" issue. In my case I have these symptoms:
However in my case:
Using verbose mode ( |
Issue
Process hangs at 100% CPU while rendering markdown/syntax highlighting. The process becomes unresponsive and requires force termination. This appears to be due to a pathological case in Pygments' lexer pattern matching.
Stack trace indicates issue is triggered during syntax highlighting in Rich/Pygments pipeline:
Steps to reproduce
Stack trace
Most relevant section showing where process got stuck:
Full stack trace attached below for reference.
aider_abort.txt
Version and model info
Python Version: 3.12.9
OS: macOS
Installed via: pipx
❯ aider --version
aider 0.74.1
The text was updated successfully, but these errors were encountered: