i3 hints fix, revisited

2016-02-16 Thread Alexander Hall
Hi, This is the variant of the diff legacy windows geometry hints fix I'm running with currentlya. I still haven't figured out all the steps to take it upstream, so please go ahead if anyone has the time. Not sure if this goes in before release. While not critical, it solves an annoying bug. OK

Re: NEW: htop 2.0.0

2016-02-16 Thread Michael McConville
Juan Francisco Cantero Hurtado wrote: > On Tue, Feb 16, 2016 at 06:04:29PM -0500, Michael McConville wrote: > > Juan Francisco Cantero Hurtado wrote: > > > I've seeing a bunch of double-free and use-after-free in htop. > > > Please, run your tests with "MALLOC_OPTIONS=CFGJU htop" and fix > > > the

Re: NEW: htop 2.0.0

2016-02-16 Thread Michael McConville
Juan Francisco Cantero Hurtado wrote: > I've seeing a bunch of double-free and use-after-free in htop. Please, > run your tests with "MALLOC_OPTIONS=CFGJU htop" and fix the code > yourself in the upstream github repo if you can. Hm. I've been running it with a brutal malloc.conf for more than a da

Re: prosody with mysql clarification

2016-02-16 Thread Henrik Friedrichsen
Finally got to test this. Works fine. Thanks, OK!

Re: prosody with mysql clarification

2016-02-16 Thread Giovanni Bechis
On 02/16/16 13:48, Stuart Henderson wrote: > On 2016/02/16 13:35, Henrik Friedrichsen wrote: >> I see. What do you suggest should be done about the luadbi-mysql port? >> Surely I can ship prosody with libpthread being preloaded, but that >> feels pretty hacky and dirty. >> >> Shouldn't other softwa

Re: prosody with mysql clarification

2016-02-16 Thread Henrik Friedrichsen
I won't be able to test this until tonight, but if you can confirm that this works I say OK.

Re: prosody with mysql clarification

2016-02-16 Thread Stuart Henderson
On 2016/02/16 13:35, Henrik Friedrichsen wrote: > I see. What do you suggest should be done about the luadbi-mysql port? > Surely I can ship prosody with libpthread being preloaded, but that > feels pretty hacky and dirty. > > Shouldn't other software using the MySQL driver be affected by this as

Re: prosody with mysql clarification

2016-02-16 Thread Henrik Friedrichsen
I see. What do you suggest should be done about the luadbi-mysql port? Surely I can ship prosody with libpthread being preloaded, but that feels pretty hacky and dirty. Shouldn't other software using the MySQL driver be affected by this as well? On Tue, Feb 16, 2016 at 11:45:13AM +, Stuart He

Re: prosody with mysql clarification

2016-02-16 Thread Stuart Henderson
On 2016/02/16 12:20, Henrik Friedrichsen wrote: > Hey, > > On Tue, Feb 16, 2016 at 11:08:58AM +, Stuart Henderson wrote: > > Good point. Try adding > > "prosody:setenv=LD_PRELOAD=/usr/lib/libpthread.so:tc=daemon:" to > > /etc/login.conf and start it via the rc script. > > This works. Seems

Re: prosody with mysql clarification

2016-02-16 Thread Henrik Friedrichsen
Hey, On Tue, Feb 16, 2016 at 11:08:58AM +, Stuart Henderson wrote: > Good point. Try adding > "prosody:setenv=LD_PRELOAD=/usr/lib/libpthread.so:tc=daemon:" to > /etc/login.conf and start it via the rc script. This works. Seems that libpthread is not loaded by the linker automatically. Not s

Re: prosody with mysql clarification

2016-02-16 Thread Stuart Henderson
Good point. Try adding "prosody:setenv=LD_PRELOAD=/usr/lib/libpthread.so:tc=daemon:" to /etc/login.conf and start it via the rc script. On 16 February 2016 08:32:19 GMT+00:00, Giovanni Bechis wrote: >On 02/16/16 01:04, Henrik Friedrichsen wrote: >> There is definitely a bug here, but I don't t

Re: prosody with mysql clarification

2016-02-16 Thread Giovanni Bechis
On 02/16/16 01:04, Henrik Friedrichsen wrote: > There is definitely a bug here, but I don't think it is a prosody > problem. > > I did some digging: > > lua51 -e 'for _,v in ipairs(require"DBI".Drivers()) do print(v) end' > > Should list the MySQL driver when installed, but only lists SQLite3 on