Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
PsychQuant
/
bestASR
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
49
Pull requests
3
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
fix: WhisperCppEngine stdout pipe deadlock — 抽出共用 SubprocessRunner (#165)
- #168
#168
Merged
kiki830621
merged 12 commits into
main
PsychQuant/bestASR:main
from
idd/165-whispercpp-pipe-deadlock
PsychQuant/bestASR:idd/165-whispercpp-pipe-deadlock
Copy head branch name to clipboard
Aug 9, 2026
Conversation
Commits
12
(12)
Checks
Files changed
Merged
fix: WhisperCppEngine stdout pipe deadlock — 抽出共用 SubprocessRunner (#165)
#168
kiki830621
merged 12 commits into
main
PsychQuant/bestASR:main
from
idd/165-whispercpp-pipe-deadlock
PsychQuant/bestASR:idd/165-whispercpp-pipe-deadlock
Copy head branch name to clipboard
Commits
Commits on Aug 6, 2026
fix: 抽出 SubprocessRunner,修 WhisperCppEngine 的 stdout pipe deadlock (#165)
Show description for 3c125e7
kiki830621
committed
3c125e7
View commit details
Copy full SHA for 3c125e7
Browse repository at this point
fix: ToolRunner 改為並行 drain,消除 stderr 滿溢的 deadlock (#165)
Show description for 4607d64
kiki830621
committed
4607d64
View commit details
Copy full SHA for 4607d64
Browse repository at this point
Commits on Aug 7, 2026
fix: deadline covers the whole operation, not just the child (#165)
Show description for 2ac9e37
kiki830621
committed
2ac9e37
View commit details
Copy full SHA for 2ac9e37
Browse repository at this point
fix: close the race the previous fix introduced, and harden the guard (#165)
Show description for 2e7161e
kiki830621
committed
2e7161e
View commit details
Copy full SHA for 2e7161e
Browse repository at this point
Commits on Aug 8, 2026
fix: run the pipe drains off the cooperative pool so the deadline holds
Show description for d8dc6ec
kiki830621
committed
d8dc6ec
View commit details
Copy full SHA for d8dc6ec
Browse repository at this point
Merge remote-tracking branch 'origin/main' into idd/165-whispercpp-pipe-deadlock
Show description for 1acde4d
kiki830621
committed
1acde4d
View commit details
Copy full SHA for 1acde4d
Browse repository at this point
Commits on Aug 9, 2026
fix: make the drains crash-safe, and stop overstating what the sweep guard covers
Show description for e020180
kiki830621
committed
e020180
View commit details
Copy full SHA for e020180
Browse repository at this point
fix: stop the test run aborting, and stop one test starving the whole suite
Show description for 84f35fe
kiki830621
committed
84f35fe
View commit details
Copy full SHA for 84f35fe
Browse repository at this point
test: serialize the baseline suite so it stops starving the CI pool
Show description for 7d280b9
kiki830621
committed
7d280b9
View commit details
Copy full SHA for 7d280b9
Browse repository at this point
test: measure deadline degradation against a baseline, not a wall-clock number
Show description for c1b2f5a
kiki830621
committed
c1b2f5a
View commit details
Copy full SHA for c1b2f5a
Browse repository at this point
fix: check cancellation before completion, so a cancelled call cannot return normally
Show description for 51d8ffc
kiki830621
committed
51d8ffc
View commit details
Copy full SHA for 51d8ffc
Browse repository at this point
test: stop two timing assertions from measuring the runner instead of the code
Show description for fd8cdd6
kiki830621
committed
fd8cdd6
View commit details
Copy full SHA for fd8cdd6
Browse repository at this point
You can’t perform that action at this time.