JonathanSteininger / CavaRawBarWrapper

This is a wrapper for cava. Piping cavas raw ascii output into this wrapper will output lines using block elements.
3 stars 0 forks source link

Program segfaulting #1

Open butterflyhigh opened 2 months ago

butterflyhigh commented 2 months ago

When running cava | cavawrapper, I get the following output:

 ; ; ; ; ; ; ; ; ; 
*** stack smashing detected ***: terminated
fish: Process 18213, 'cavawrapper' from job 1, 'cava | cavawrapper' terminated by signal SIGABRT (Abort)

Interesting, it does not crash using Bash. However, nothing is streamed to stdout. When using the given eww widget examples, it remained blank (unsurprisingly).

JonathanSteininger commented 2 months ago

Can show your Cava config used for this? And what operating system are you using?

When you say "it does not crash using bash". You mean that in the terminal it works as expected?