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

SIGINTを送信した場合にpanicが発生する #9

Open
Hayao0819 opened this issue Nov 18, 2023 · 1 comment
Open

SIGINTを送信した場合にpanicが発生する #9

Hayao0819 opened this issue Nov 18, 2023 · 1 comment

Comments

@Hayao0819
Copy link

image

検索中にCtrl + CでSIGINTを送信するとpanicが発生します。上流の問題かもしれません。

@Hayao0819
Copy link
Author

Hayao0819 commented Nov 18, 2023

数か月前に調査した際に、上から呼び出されている順番を調査したものです。

https://github.com/ktr0731/go-fuzzyfinder/blob/8d345eec3e3a4106a132fd708e231b23525b42d5/fuzzyfinder.go#L489

https://github.com/ktr0731/go-fuzzyfinder/blob/8d345eec3e3a4106a132fd708e231b23525b42d5/fuzzyfinder.go#L765

https://github.com/ktr0731/go-fuzzyfinder/blob/8d345eec3e3a4106a132fd708e231b23525b42d5/fuzzyfinder.go#L828

selected, err := ui.FindPackage(*result)

どこにもpanicを発生させるコードが見当たりませんでした…

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

No branches or pull requests

1 participant