[dev] [st][bug] Crashes on opening mutt

2019-05-03 Thread Uko Kokņevičs
When I open mutt it crashes, and if it doesn't crash then, it crashes when scrolling between pages. This is the error output: ``` 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

Re: [dev] [st][bug] Crashes on opening mutt

2019-05-03 Thread Alexander Krotov
On 5/3/19 3:15 PM, Uko Kokņevičs wrote: > When I open mutt it crashes, and if it doesn't crash then, it crashes > when scrolling between pages. > > This is the error output: > > ``` > X Error of failed request: BadLength (poly request too large or internal > Xlib length error) > Major opcode

Re: [dev] [st][bug] Crashes on opening mutt

2019-05-03 Thread Hiltjo Posthuma
On Fri, May 03, 2019 at 03:15:35PM +0300, Uko Kokņevičs wrote: > When I open mutt it crashes, and if it doesn't crash then, it crashes > when scrolling between pages. > > This is the error output: > > ``` > X Error of failed request: BadLength (poly request too large or internal > Xlib length e

Re: [dev] Preprocessor

2019-05-03 Thread Adrian Grigore
In HTML5, attribute quotes are optional so I'm going to remove all sanitization. On Thu, May 2, 2019 at 3:44 AM Adrian Grigore wrote: > > In the code itself as in compile your own `pp.c`. > > On Thu, May 2, 2019 at 2:45 AM Adrian Grigore > wrote: > > > > I sanitized double-quotes because they ha

Re: [dev] [st][bug] Crashes on opening mutt

2019-05-03 Thread Uko Kokņevičs
Thank you all for the help, it was caused by some emails having emojis in their subjects, fixed it by removing Noto Color Emoji font. -- Uko Kokņevičs

[dev] [dwm][bug] dwm sometimes causes Xorg to freeze

2019-05-03 Thread Przemek Dragańczuk
Every so often when running dwm my xorg seems to freeze. I can se the mouse cursor move and change according to what's on the screen, but the screen itself is frozen, almost as if it was a screenshot. The only way to "fix" it is to log into a second tty and kill xorg, but the problem comes back,

Re: [dev] [dwm][bug] dwm sometimes causes Xorg to freeze

2019-05-03 Thread Eric Pruitt
On Fri, May 03, 2019 at 11:17:25PM +0200, Przemek Dragańczuk wrote: > Every so often when running dwm my xorg seems to freeze. I can se the > mouse cursor move and change according to what's on the screen, but > the screen itself is frozen, almost as if it was a screenshot. The > only way to "fix"