Skip to content

[regression in 0.22.0] Blank screen on start #1437

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

Closed
yurivict opened this issue Nov 20, 2022 · 7 comments
Closed

[regression in 0.22.0] Blank screen on start #1437

yurivict opened this issue Nov 20, 2022 · 7 comments
Labels
bug Something isn't working

Comments

@yurivict
Copy link

Describe the bug
When gitui is started it causes the whole screen to go blank.
Ctrl-C doesn't do anything.
killing the process causes terminal settings to be altered. This terminal then requires reset.

$ env | grep TERM
COLORTERM=truecolor
TERM=xterm-256color

Xfce-4
FreeBSD 13.1

@yurivict yurivict added the bug Something isn't working label Nov 20, 2022
@extrawurst
Copy link
Collaborator

extrawurst commented Nov 21, 2022

Please run with logs enabled and share the log for diagnostics

@yurivict
Copy link
Author

Diagnostics log only has these lines:

08:43:01 [TRACE] (6) mio::poll: [/disk-samsung/freebsd-ports/devel/gitui/work/gitui-0.22.0/cargo-crates/mio-0.8.4/src/poll.rs:521] registering event source with poller: token=Token(0), interests=READABLE
08:43:01 [TRACE] (6) mio::poll: [/disk-samsung/freebsd-ports/devel/gitui/work/gitui-0.22.0/cargo-crates/mio-0.8.4/src/poll.rs:521] registering event source with poller: token=Token(1), interests=READABLE
08:43:01 [TRACE] (1) mio::poll: [/disk-samsung/freebsd-ports/devel/gitui/work/gitui-0.22.0/cargo-crates/mio-0.8.4/src/poll.rs:521] registering event source with poller: token=Token(0), interests=READABLE

@extrawurst
Copy link
Collaborator

can you build from source as a debug build?

extrawurst added a commit that referenced this issue Nov 21, 2022
new argument `polling` allows to force watcher to use polling instead of file system events.
this should address the issue in #1436 and maybe even #1437
@extrawurst
Copy link
Collaborator

Can you please give the current master a try by building from source via make debug? the generated log will help me figure out what's going on

@yurivict
Copy link
Author

The latest revision now works without this problem.

@yurivict
Copy link
Author

If/once the problem is resolved - please make another release.

@extrawurst
Copy link
Collaborator

closed via bbcadcb

IndianBoy42 pushed a commit to IndianBoy42/gitui that referenced this issue Jun 4, 2024
new argument `polling` allows to force watcher to use polling instead of file system events.
this should address the issue in gitui-org#1436 and maybe even gitui-org#1437
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants