Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] profanity crashes st when I press alt+right too many times.
@ 2022-04-11 15:44 jgarte
  2022-04-11 22:28 ` wael444
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: jgarte @ 2022-04-11 15:44 UTC (permalink / raw)
  To: ml

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

New issue by jgarte on void-packages repository

https://github.com/void-linux/void-packages/issues/36637

Description:
profanity xmpp client crashes st terminal when I press alt+right too many times.

How should I debug this?

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

* Re: profanity crashes st when I press alt+right too many times.
  2022-04-11 15:44 [ISSUE] profanity crashes st when I press alt+right too many times jgarte
@ 2022-04-11 22:28 ` wael444
  2022-04-11 22:55 ` jgarte
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wael444 @ 2022-04-11 22:28 UTC (permalink / raw)
  To: ml

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

New comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/issues/36637#issuecomment-1095652134

Comment:
you look at st's stderr.

 >  alt+right
 
 i assume this resizes the st window.
in that case i am unable to reproduce. works for me.

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

* Re: profanity crashes st when I press alt+right too many times.
  2022-04-11 15:44 [ISSUE] profanity crashes st when I press alt+right too many times jgarte
  2022-04-11 22:28 ` wael444
@ 2022-04-11 22:55 ` jgarte
  2022-04-11 22:56 ` jgarte
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jgarte @ 2022-04-11 22:55 UTC (permalink / raw)
  To: ml

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

New comment by jgarte on void-packages repository

https://github.com/void-linux/void-packages/issues/36637#issuecomment-1095668856

Comment:
@wael444 wae how did you install st and profanity?

> you look at st's stderr.

how do I do that?

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

* Re: profanity crashes st when I press alt+right too many times.
  2022-04-11 15:44 [ISSUE] profanity crashes st when I press alt+right too many times jgarte
  2022-04-11 22:28 ` wael444
  2022-04-11 22:55 ` jgarte
@ 2022-04-11 22:56 ` jgarte
  2022-04-11 22:57 ` wael444
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jgarte @ 2022-04-11 22:56 UTC (permalink / raw)
  To: ml

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

New comment by jgarte on void-packages repository

https://github.com/void-linux/void-packages/issues/36637#issuecomment-1095668856

Comment:
@wael444 wae how did you install st and profanity?

> you look at st's stderr.

how do I do that?

```
st -o iofile.txt
```

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

* Re: profanity crashes st when I press alt+right too many times.
  2022-04-11 15:44 [ISSUE] profanity crashes st when I press alt+right too many times jgarte
                   ` (2 preceding siblings ...)
  2022-04-11 22:56 ` jgarte
@ 2022-04-11 22:57 ` wael444
  2022-04-11 22:59 ` wael444
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wael444 @ 2022-04-11 22:57 UTC (permalink / raw)
  To: ml

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

New comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/issues/36637#issuecomment-1095670027

Comment:
from another terminal you can launch
`st 2>&1 > log`
after st crashes there would be a file called `log`.
Paste its contents here.

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

* Re: profanity crashes st when I press alt+right too many times.
  2022-04-11 15:44 [ISSUE] profanity crashes st when I press alt+right too many times jgarte
                   ` (3 preceding siblings ...)
  2022-04-11 22:57 ` wael444
@ 2022-04-11 22:59 ` wael444
  2022-04-11 23:00 ` wael444
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wael444 @ 2022-04-11 22:59 UTC (permalink / raw)
  To: ml

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

New comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/issues/36637#issuecomment-1095670027

Comment:
from another terminal you can launch
`st 2>&1 > log`
after st crashes there would be a file called `log`.
Paste its contents here.

> wae how did you install st and profanity

_compiling st from source_

`xbps-install -S profanity`

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

* Re: profanity crashes st when I press alt+right too many times.
  2022-04-11 15:44 [ISSUE] profanity crashes st when I press alt+right too many times jgarte
                   ` (4 preceding siblings ...)
  2022-04-11 22:59 ` wael444
@ 2022-04-11 23:00 ` wael444
  2022-04-11 23:47 ` jgarte
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wael444 @ 2022-04-11 23:00 UTC (permalink / raw)
  To: ml

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

New comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/issues/36637#issuecomment-1095670027

Comment:
from another terminal you can launch
`st 2>&1 > log`
after st crashes there would be a file called `log`.
Paste its contents here.
You can also do
`st -o log`
I did not know that.

> wae how did you install st and profanity

_compiling st from source_

`xbps-install -S profanity`

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

* Re: profanity crashes st when I press alt+right too many times.
  2022-04-11 15:44 [ISSUE] profanity crashes st when I press alt+right too many times jgarte
                   ` (5 preceding siblings ...)
  2022-04-11 23:00 ` wael444
@ 2022-04-11 23:47 ` jgarte
  2022-04-11 23:50 ` wael444
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jgarte @ 2022-04-11 23:47 UTC (permalink / raw)
  To: ml

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

New comment by jgarte on void-packages repository

https://github.com/void-linux/void-packages/issues/36637#issuecomment-1095702582

Comment:
@wael444 

```
 λ st -o st-log
X Error of failed request:  BadLength (poly request too large or internal Xlib length error)
  Major opcode of failed request:  139 (RENDER)
  Minor opcode of failed request:  20 (RenderAddGlyphs)
  Serial number of failed request:  5951
  Current serial number in output stream:  6050
```

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

* Re: profanity crashes st when I press alt+right too many times.
  2022-04-11 15:44 [ISSUE] profanity crashes st when I press alt+right too many times jgarte
                   ` (6 preceding siblings ...)
  2022-04-11 23:47 ` jgarte
@ 2022-04-11 23:50 ` wael444
  2022-04-11 23:50 ` jgarte
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: wael444 @ 2022-04-11 23:50 UTC (permalink / raw)
  To: ml

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

New comment by wael444 on void-packages repository

https://github.com/void-linux/void-packages/issues/36637#issuecomment-1095704498

Comment:
LibXft cannot render emojis. so it crashes
Your only choice is to patch in `font2` and use non color emojis (such as Symbola or bdf Unicode font) 

Or install libxft with BGRA patch.

https://github.com/LukeSmithxyz/st/issues/130
Is related.

Please close your issue. This is a libXft bug. Nor is it related to void-packages in any way.

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

* Re: profanity crashes st when I press alt+right too many times.
  2022-04-11 15:44 [ISSUE] profanity crashes st when I press alt+right too many times jgarte
                   ` (7 preceding siblings ...)
  2022-04-11 23:50 ` wael444
@ 2022-04-11 23:50 ` jgarte
  2022-04-11 23:51 ` [ISSUE] [CLOSED] " jgarte
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: jgarte @ 2022-04-11 23:50 UTC (permalink / raw)
  To: ml

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

New comment by jgarte on void-packages repository

https://github.com/void-linux/void-packages/issues/36637#issuecomment-1095702582

Comment:
@wael444 

```
 λ st -o st-log
X Error of failed request:  BadLength (poly request too large or internal Xlib length error)
  Major opcode of failed request:  139 (RENDER)
  Minor opcode of failed request:  20 (RenderAddGlyphs)
  Serial number of failed request:  5951
  Current serial number in output stream:  6050
```

or

```
 λ st 2>&1 > log
X Error of failed request:  BadLength (poly request too large or internal Xlib length error)
  Major opcode of failed request:  139 (RENDER)
  Minor opcode of failed request:  20 (RenderAddGlyphs)
  Serial number of failed request:  5771
  Current serial number in output stream:  5848
```

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

* Re: profanity crashes st when I press alt+right too many times.
  2022-04-11 15:44 [ISSUE] profanity crashes st when I press alt+right too many times jgarte
                   ` (9 preceding siblings ...)
  2022-04-11 23:51 ` [ISSUE] [CLOSED] " jgarte
@ 2022-04-11 23:51 ` jgarte
  2022-04-12  0:20 ` jgarte
  11 siblings, 0 replies; 13+ messages in thread
From: jgarte @ 2022-04-11 23:51 UTC (permalink / raw)
  To: ml

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

New comment by jgarte on void-packages repository

https://github.com/void-linux/void-packages/issues/36637#issuecomment-1095705410

Comment:
Thanks for clarifying that

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

* Re: [ISSUE] [CLOSED] profanity crashes st when I press alt+right too many times.
  2022-04-11 15:44 [ISSUE] profanity crashes st when I press alt+right too many times jgarte
                   ` (8 preceding siblings ...)
  2022-04-11 23:50 ` jgarte
@ 2022-04-11 23:51 ` jgarte
  2022-04-11 23:51 ` jgarte
  2022-04-12  0:20 ` jgarte
  11 siblings, 0 replies; 13+ messages in thread
From: jgarte @ 2022-04-11 23:51 UTC (permalink / raw)
  To: ml

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

Closed issue by jgarte on void-packages repository

https://github.com/void-linux/void-packages/issues/36637

Description:
profanity xmpp client crashes st terminal when I press alt+right too many times.

How should I debug this?

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

* Re: profanity crashes st when I press alt+right too many times.
  2022-04-11 15:44 [ISSUE] profanity crashes st when I press alt+right too many times jgarte
                   ` (10 preceding siblings ...)
  2022-04-11 23:51 ` jgarte
@ 2022-04-12  0:20 ` jgarte
  11 siblings, 0 replies; 13+ messages in thread
From: jgarte @ 2022-04-12  0:20 UTC (permalink / raw)
  To: ml

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

New comment by jgarte on void-packages repository

https://github.com/void-linux/void-packages/issues/36637#issuecomment-1095705410

Comment:
Thanks for clarifying that.

I ended up installing [xst](https://github.com/gnotclub/xst) which fixed the issue for me.

`doas vpm i xst`

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

end of thread, other threads:[~2022-04-12  0:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-11 15:44 [ISSUE] profanity crashes st when I press alt+right too many times jgarte
2022-04-11 22:28 ` wael444
2022-04-11 22:55 ` jgarte
2022-04-11 22:56 ` jgarte
2022-04-11 22:57 ` wael444
2022-04-11 22:59 ` wael444
2022-04-11 23:00 ` wael444
2022-04-11 23:47 ` jgarte
2022-04-11 23:50 ` wael444
2022-04-11 23:50 ` jgarte
2022-04-11 23:51 ` [ISSUE] [CLOSED] " jgarte
2022-04-11 23:51 ` jgarte
2022-04-12  0:20 ` 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).