Re: [dev] sent-0.1 or libxft bug

2015-11-17 Thread Markus Teich
u...@netbeisser.de wrote: > On Tue, Nov 17, 2015 at 01:34:30AM +0300, ret set wrote: > > Segmentation fault > > ~/src/sent-0.1$ > > different crash with zzuf: > > zzuf -r 0.06 ./sent sent.c > … > error, cannot load font: 'ubuntu:size=10' > error, cannot load font: 'roboto:size=10' > error, cannot

Re: [dev] sent-0.1 or libxft bug

2015-11-17 Thread u
On Tue, Nov 17, 2015 at 01:34:30AM +0300, ret set wrote: > Segmentation fault > ~/src/sent-0.1$ different crash with zzuf: zzuf -r 0.06 ./sent sent.c see bt.txt Greetings :) sk@zachi3000:~/archive/sent$ cat /etc/issue; zzuf -r 0.06 ./sent sent.c Ubuntu 15.10 \n \l error, cannot load font:

Re: [dev] sent-0.1 or libxft bug

2015-11-16 Thread Markus Teich
Heyho, v4hn wrote: > > and what you think was causing it. > > On Tue, Nov 17, 2015 at 01:34:30AM +0300, ret set wrote: > >> Subject: [dev] sent-0.1 or libxft bug > >> [...] > >> Program received signal SIGSEGV, Segmentation fault. > >> 0x7fff

Re: [dev] sent-0.1 or libxft bug

2015-11-16 Thread v4hn
lc -lm -L/usr/X11R6/lib -lXft -lfontconfig -lX11 >> -lpng >> CC = cc >> Segmentation fault > and what you think was causing it. On Tue, Nov 17, 2015 at 01:34:30AM +0300, ret set wrote: >> Subject: [dev] sent-0.1 or libxft bug >> [...] >> Program received sig

Re: [dev] sent-0.1 or libxft bug

2015-11-16 Thread Markus Teich
Nick wrote: > But regardless, as far as I can see this is fixed in the latest code > in git, aa713a8a342ec0e6eca173cd4489834f8baa0a86. Heyho, Yes indeed, it was the same segfault mentioned earlier. I replied to both of them, but probably your MUA does not show my reply in both threads in threadi

Re: [dev] sent-0.1 or libxft bug

2015-11-16 Thread Nick
Quoth ret set: > > At least describe in one sentence what you mean. > Segmentation fault in in sent-0.1. Christoph is right, you really should have provided more description of what the fault is, how to reproduce it, and what you think was causing it. But regardless, as far as I can see this is

Re: [dev] sent-0.1 or libxft bug

2015-11-16 Thread ret set
> At least describe in one sentence what you mean. Segmentation fault in in sent-0.1. 17.11.2015, 01:43, "Christoph Lohmann" <2...@r-36.net>: > Greetings. > > On Mon, 16 Nov 2015 23:40:41 +0100 ret set wrote: >>  $ make && ./sent <(python -c 'print "A\n"*4000') >>  sent build options: >>  CFLAGS

Re: [dev] sent-0.1 or libxft bug

2015-11-16 Thread Christoph Lohmann
Greetings. On Mon, 16 Nov 2015 23:40:41 +0100 ret set wrote: > $ make && ./sent <(python -c 'print "A\n"*4000') > sent build options: > CFLAGS = -g -std=c99 -pedantic -Wall -I. -I/usr/include > -I/usr/include/freetype2 -I/usr/X11R6/include -DVERSION="0.1" > -D_XOPEN_SOURCE=600 > LDFLAGS = -g -L

[dev] sent-0.1 or libxft bug

2015-11-16 Thread ret set
$ make && ./sent <(python -c 'print "A\n"*4000') sent build options: CFLAGS = -g -std=c99 -pedantic -Wall -I. -I/usr/include -I/usr/include/freetype2 -I/usr/X11R6/include -DVERSION="0.1" -D_XOPEN_SOURCE=600 LDFLAGS = -g -L/usr/lib -lc -lm -L/usr/X11R6/lib -lXft -lfontconfig -lX11 -lpng CC = cc Se