Unable to open checker on windows #12567

Closed
opened 2025-11-02 10:14:17 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @yp05327 on GitHub (Mar 1, 2024).

Description

https://github.com/go-gitea/gitea/issues/29349#issuecomment-1972295839

Gitea Version

1.21.7

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

run binary

Database

None

Originally created by @yp05327 on GitHub (Mar 1, 2024). ### Description https://github.com/go-gitea/gitea/issues/29349#issuecomment-1972295839 ### Gitea Version 1.21.7 ### Can you reproduce the bug on the Gitea demo site? No ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? run binary ### Database None
GiteaMirror added the type/bug label 2025-11-02 10:14:18 -06:00
Author
Owner

@charles7668 commented on GitHub (Mar 2, 2024):

I think the problem may be that Windows can't handle signals like Linux does, but in reality, the checker is working correctly.

In Linux, the exit code is 9, which corresponds to the signal "kill". However, in Windows, it always returns 1.

image

@charles7668 commented on GitHub (Mar 2, 2024): I think the problem may be that Windows can't handle signals like Linux does, but in reality, the checker is working correctly. In Linux, the exit code is 9, which corresponds to the signal "kill". However, in Windows, it always returns 1. ![image](https://github.com/go-gitea/gitea/assets/30816317/bc7996b1-c6f1-41b4-aa31-1ad8d7bd903b)
Author
Owner

@wxiaoguang commented on GitHub (Mar 2, 2024):

Hmm .... I have question for that code long time ago (https://github.com/go-gitea/gitea/pull/19006#issuecomment-1059939315)

But I don't have Windows environment at the moment .... if the code could be refactored and improved, I could help to review & approve.

@wxiaoguang commented on GitHub (Mar 2, 2024): Hmm .... I have question for that code long time ago (https://github.com/go-gitea/gitea/pull/19006#issuecomment-1059939315) But I don't have Windows environment at the moment .... if the code could be refactored and improved, I could help to review & approve.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#12567