Re: [DISCUSS] ATS Lua scripts "repository"

2019-02-20 Thread Shu Kit Chan
I kept some simple ones in my own repo - https://github.com/shukitchan/ats_lua_scripts They all just try to illustrating ways of doing simple things so others can build on top of it. Totally fine to put them up in a different repo if others think it is useful. Kit On Wed, Feb 20, 2019 at 6:33 PM

Re: Memory leak at head?

2019-02-20 Thread Brian Geffon
Done: https://github.com/apache/trafficserver/issues/5042 On Wed, Feb 20, 2019 at 7:20 PM 宋辰伟 <616955...@qq.com> wrote: > Could you guys open issues. It would be more helpful to find the detail > than email. > > Thanks > Scw00 > > > 在 2019年2月21日,上午11:13,zzz 写道: > > > > a37f0d91ec0bbc5cd1f0700a69

Re: Memory leak at head?

2019-02-20 Thread 宋辰伟
Could you guys open issues. It would be more helpful to find the detail than email. Thanks Scw00 > 在 2019年2月21日,上午11:13,zzz 写道: > > a37f0d91ec0bbc5cd1f0700a69d76df54b9484fc

Re: Memory leak at head?

2019-02-20 Thread zzz
git bisect said "a37f0d91ec0bbc5cd1f0700a69d76df54b9484fc is the first bad commit". Glad to see Brian here again! We miss you so much! 😘 Brian Geffon 于2019年2月20日周三 下午4:17写道: > Lol twist my arm amc ;D > > Leif's leak is different that what I'm seeing, mine is trivially reproduced > but here is t

[DISCUSS] ATS Lua scripts "repository"

2019-02-20 Thread Leif Hedstrom
I wonder, would it be of interest (and useful) to have a repository (of some sorts, undefined) of Lua scripts that people use? Something to learn from, as well as reusing other people hard work. One idea could be a secondary Github repo, with Gists / documentation etc. side by side with all th

Re: Memory leak at head?

2019-02-20 Thread Brian Geffon
Lol twist my arm amc ;D Leif's leak is different that what I'm seeing, mine is trivially reproduced but here is the ASAN result: https://paste.apache.org/6ttx On Wed, Feb 20, 2019 at 3:55 PM Alan Carroll wrote: > I don't think he's "coming" back, as far as I am concerned he's already > returne

Re: Memory leak at head?

2019-02-20 Thread Alan Carroll
I don't think he's "coming" back, as far as I am concerned he's already returned. I think you're onboard with that too, Leif. I've been looking at this more recent leak and I can't figure out what might be going on. It definitely looks like a std::string leak, but I was told the leak is also on ma

Re: Memory leak at head?

2019-02-20 Thread Leif Hedstrom
> On Feb 20, 2019, at 7:21 AM, Susan Hinrichs > wrote: > > Yes, that does look like a problem. Fei or I will dig into it. Don’t know if it’s the same, but we’re seeing a pretty significant leak on Docs / CI: https://pastebin.com/jf2WU49i And tha

Re: Memory leak at head?

2019-02-20 Thread Susan Hinrichs
Yes, that does look like a problem. Fei or I will dig into it. On Tue, Feb 19, 2019 at 8:09 PM Brian Geffon wrote: > I just pulled down a fresh copy of master, did nothing special: > > autoreconf -i > ./configure --prefix=/tmp/ats > make -j12 && make install > > /tmp/ats/bin/traffic_server > ab

Branch 7.1.x issue?

2019-02-20 Thread Chou, Peter
Hi, I get an assertion fault core dump in 7.1.x HEAD from HdrHeap.cc::874. This seems to be isolated down to commit 739d8d. What I think is happening is that the copy of the content stored in the cache uses a different amount of space before and after this change when doing an un-marshal. I re-