打字的时候错误日志会持续持续输出 `parsing key-value` 报错
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 6.4k
- Forks
- 554
- PR merge metrics
- No merged PRs in 30d
Description
E0104 21:18:02.911643 342689216 user_db.cc:48] failed in parsing key-value from userdb entry 'd=1.88571e-316'.
E0104 21:18:03.620524 342689216 user_db.cc:48] failed in parsing key-value from userdb entry 'd=1.88571e-316'.
E0104 21:18:03.938980 342689216 user_db.cc:48] failed in parsing key-value from userdb entry 'd=1.88571e-316'.
E0104 21:18:04.120827 342689216 user_db.cc:48] failed in parsing key-value from userdb entry 'd=1.88571e-316'.
E0104 21:18:04.499984 342689216 user_db.cc:48] failed in parsing key-value from userdb entry 'd=1.88571e-316'.
E0104 21:18:04.501503 342689216 user_db.cc:48] failed in parsing key-value from userdb entry 'd=1.88571e-316'.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at user_db.cc:48 and reproduce the problem by typing while watching the error log. Trace why the parsing key-value error is emitted repeatedly for the reported userdb entry. Done means typing no longer produces the repeated errors, with normal input behavior preserved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100