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

[BUG] Libmodule debug output floods the stdout #308

Open
baybal opened this issue Jan 22, 2025 · 0 comments
Open

[BUG] Libmodule debug output floods the stdout #308

baybal opened this issue Jan 22, 2025 · 0 comments

Comments

@baybal
Copy link

baybal commented Jan 22, 2025

NOTE: Please try to upgrade Clight if not running on latest release, before reporting a bug!

Clight version the issue has been seen with:

4.12-a4d4762

Used distribution:

Gentoo

Describe the bug
Stdout gets flooded with libmodule debug output

Libmodule @ tell_if:54| Telling a message to 'KEYBOARD'.
Libmodule @ map_length:435| (m) condition failed.
Libmodule @ map_get:346| (map_length(m) > 0) condition failed.
Libmodule @ map_length:435| (m) condition failed.
Libmodule @ map_itr_new:254| (map_length(m) > 0) condition failed.
Libmodule @ map_length:435| (m) condition failed.
Libmodule @ map_get:346| (map_length(m) > 0) condition failed.
Libmodule @ map_length:435| (m) condition failed.
Libmodule @ map_itr_new:254| (map_length(m) > 0) condition failed.
Libmodule @ tell_if:54| Telling a message to 'INTERFACE'.
Libmodule @ stack_peek:112| (stack_length(s) > 0) condition failed.
Libmodule @ tell_if:54| Telling a message to 'KEYBOARD'.
Libmodule @ map_length:435| (m) condition failed.
Libmodule @ map_get:346| (map_length(m) > 0) condition failed.
Libmodule @ map_length:435| (m) condition failed.
Libmodule @ map_itr_new:254| (map_length(m) > 0) condition failed.
Libmodule @ map_length:435| (m) condition failed.
Libmodule @ map_get:346| (map_length(m) > 0) condition failed.
Libmodule @ map_length:435| (m) condition failed.
Libmodule @ map_itr_new:254| (map_length(m) > 0) condition failed.
Libmodule @ stack_peek:112| (stack_length(s) > 0) condition failed.

Expected behavior
Silent output

To Reproduce
Build latest git clight

Please attach a Clight verbose log too!

clight.log

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