Re: Bug#842513: vlc: immediate crash on launch on powerpc

2016-11-12 Thread Adrian Bunk
On Tue, Nov 08, 2016 at 03:29:43PM -0500, Lennart Sorensen wrote: >... > -CFLAGS="${CFLAGS} -maltivec" > +CFLAGS="${CFLAGS} -maltivec -fno-tree-vectorize" >... > And I realized the reason it was broken is that when using -maltivec and > -O4 (which vlc uses), you get -ftree-vectorize

Using 4KiB page size by default on buildds

2016-11-12 Thread Thadeu Lima de Souza Cascardo
Hi, While recently investigating the mariadb bug, I found out the culprit is in fact jemalloc. This library assumes the system page size is the one that it found when building it. The version in Jessie was built on a 4KiB-page size system. So, when using it on a 64KiB-page size system, we might