Val V

Results 119 comments of Val V

cc @baskerville @emanuele6

Same issue here. Solvable only by quitting and restarting ncspot every day after suspend. But in addition to this: if after suspend I try to search for something, ncspot freezes...

Hey @IvanAnishchuk. Yeah, at least I would be interested.

Same on W10 Pro on ASUS PRIME Z590M-PLUS.

``` Program received signal SIGSEGV, Segmentation fault. 0x0000555555558086 in main (argc=, argv=0x7fffffffdeb8) at src/main.c:266 266 memcpy(player_names[player_count++], optarg, MAX_OUTPUT_LENGTH - 1); (gdb) bt full #0 0x0000555555558086 in main (argc=, argv=0x7fffffffdeb8) at...

I can confirm this happens consistently, when I [un]plug my projector. Fluxbox 1.3.7 here. I can probably look into it in the next couple of weeks to see what's going...

False alarm. It seems I confused it with polybar restarting itself. While debugging I got nothing more than USR1.

Yeah, it continues normally. It's just in the past I saw polybar crashing in similar circumstances, so I ran it in the WM via loop like this: ```shell … #...

These seem like very useful fixes. @climech do you think it's something that can be merged soon?

Sure, I believe this is it: ```python #!/usr/bin/env python import pcap sniffer = pcap.pcap(name=None, promisc=True, immediate=True, timeout_ms=50) pcap_filter = 'inbound and dst port 65534' sniffer.setfilter(pcap_filter) for _, pkt in sniffer:...