Github messages for mblaze
 help / color / mirror / Atom feed
* [ISSUE] `mlist -s ~/mail/INBOX | msort -d | mscan` crashes my terminal.
@ 2022-03-26 19:22 jgarte
  2022-03-26 19:46 ` leahneukirchen
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: jgarte @ 2022-03-26 19:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 243 bytes --]

New issue by jgarte on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/224

Description:
`mlist -s ~/mail/INBOX | msort -d | mscan` fro the README crashes my terminal.

Any idea what might cause this or how to debug it?


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: `mlist -s ~/mail/INBOX | msort -d | mscan` crashes my terminal.
  2022-03-26 19:22 [ISSUE] `mlist -s ~/mail/INBOX | msort -d | mscan` crashes my terminal jgarte
@ 2022-03-26 19:46 ` leahneukirchen
  2022-03-26 19:48 ` jgarte
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: leahneukirchen @ 2022-03-26 19:46 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 237 bytes --]

New comment by leahneukirchen on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/224#issuecomment-1079762525

Comment:
mscan should escape all invalid UTF-8 uses, so this is interesting. Which terminal emulator is it?

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: `mlist -s ~/mail/INBOX | msort -d | mscan` crashes my terminal.
  2022-03-26 19:22 [ISSUE] `mlist -s ~/mail/INBOX | msort -d | mscan` crashes my terminal jgarte
  2022-03-26 19:46 ` leahneukirchen
@ 2022-03-26 19:48 ` jgarte
  2022-03-26 19:48 ` jgarte
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jgarte @ 2022-03-26 19:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 241 bytes --]

New comment by jgarte on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/224#issuecomment-1079762808

Comment:
@leahneukirchen 

st packaged in void:

https://github.com/void-linux/void-packages/tree/master/srcpkgs/st

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: `mlist -s ~/mail/INBOX | msort -d | mscan` crashes my terminal.
  2022-03-26 19:22 [ISSUE] `mlist -s ~/mail/INBOX | msort -d | mscan` crashes my terminal jgarte
  2022-03-26 19:46 ` leahneukirchen
  2022-03-26 19:48 ` jgarte
@ 2022-03-26 19:48 ` jgarte
  2022-03-26 19:48 ` jgarte
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jgarte @ 2022-03-26 19:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

New comment by jgarte on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/224#issuecomment-1079762808

Comment:
@leahneukirchen 

st packaged in void-packages:

https://github.com/void-linux/void-packages/tree/master/srcpkgs/st

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: `mlist -s ~/mail/INBOX | msort -d | mscan` crashes my terminal.
  2022-03-26 19:22 [ISSUE] `mlist -s ~/mail/INBOX | msort -d | mscan` crashes my terminal jgarte
                   ` (2 preceding siblings ...)
  2022-03-26 19:48 ` jgarte
@ 2022-03-26 19:48 ` jgarte
  2022-03-26 19:53 ` leahneukirchen
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: jgarte @ 2022-03-26 19:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

New comment by jgarte on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/224#issuecomment-1079762808

Comment:
@leahneukirchen 

st packaged in void-packages:

https://github.com/void-linux/void-packages/tree/master/srcpkgs/st

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: `mlist -s ~/mail/INBOX | msort -d | mscan` crashes my terminal.
  2022-03-26 19:22 [ISSUE] `mlist -s ~/mail/INBOX | msort -d | mscan` crashes my terminal jgarte
                   ` (3 preceding siblings ...)
  2022-03-26 19:48 ` jgarte
@ 2022-03-26 19:53 ` leahneukirchen
  2022-03-26 20:08 ` jgarte
  2022-03-26 20:08 ` [ISSUE] [CLOSED] " jgarte
  6 siblings, 0 replies; 8+ messages in thread
From: leahneukirchen @ 2022-03-26 19:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 368 bytes --]

New comment by leahneukirchen on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/224#issuecomment-1079763684

Comment:
It's probably this long-standing st/Xft issue: http://git.suckless.org/st/file/FAQ.html#l224

To reproduce, try
```
printf '\xf0\x9f\x9b\x91\n'
```

Close the issue when this crashes st, it's not related to mblaze then. ;)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: `mlist -s ~/mail/INBOX | msort -d | mscan` crashes my terminal.
  2022-03-26 19:22 [ISSUE] `mlist -s ~/mail/INBOX | msort -d | mscan` crashes my terminal jgarte
                   ` (4 preceding siblings ...)
  2022-03-26 19:53 ` leahneukirchen
@ 2022-03-26 20:08 ` jgarte
  2022-03-26 20:08 ` [ISSUE] [CLOSED] " jgarte
  6 siblings, 0 replies; 8+ messages in thread
From: jgarte @ 2022-03-26 20:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 206 bytes --]

New comment by jgarte on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/224#issuecomment-1079766341

Comment:
> 

Yup, that was it! Thanks for helping me debug that. Much appreciated!

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [ISSUE] [CLOSED] `mlist -s ~/mail/INBOX | msort -d | mscan` crashes my terminal.
  2022-03-26 19:22 [ISSUE] `mlist -s ~/mail/INBOX | msort -d | mscan` crashes my terminal jgarte
                   ` (5 preceding siblings ...)
  2022-03-26 20:08 ` jgarte
@ 2022-03-26 20:08 ` jgarte
  6 siblings, 0 replies; 8+ messages in thread
From: jgarte @ 2022-03-26 20:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 246 bytes --]

Closed issue by jgarte on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/224

Description:
`mlist -s ~/mail/INBOX | msort -d | mscan` fro the README crashes my terminal.

Any idea what might cause this or how to debug it?


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-03-26 20:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-26 19:22 [ISSUE] `mlist -s ~/mail/INBOX | msort -d | mscan` crashes my terminal jgarte
2022-03-26 19:46 ` leahneukirchen
2022-03-26 19:48 ` jgarte
2022-03-26 19:48 ` jgarte
2022-03-26 19:48 ` jgarte
2022-03-26 19:53 ` leahneukirchen
2022-03-26 20:08 ` jgarte
2022-03-26 20:08 ` [ISSUE] [CLOSED] " jgarte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).