Re: [Twisted-Python] twisted.python.sendmsg segfault - looking for confirmation

2016-12-30 Thread Ex Vitorino
> On 30 Dec 2016, at 01:56, Glyph Lefkowitz wrote: > > >> On Dec 29, 2016, at 11:01 AM, ex vito wrote: >> >>> On 2016-12-29, at 12:23, Glyph Lefkowitz wrote: >>> On Dec 27, 2016, at 19:15, ex vito wrote: Other than looking for confirmation, I have a fix which I included tw

Re: [Twisted-Python] twisted.python.sendmsg segfault - looking for confirmation

2016-12-29 Thread Glyph Lefkowitz
> On Dec 29, 2016, at 11:01 AM, ex vito wrote: > > On 2016-12-29, at 12:23, Glyph Lefkowitz > wrote: >> >>> On Dec 27, 2016, at 19:15, ex vito >> > wrote: >>> >>> Other than looking for confirmation, I have a fix which I included t

Re: [Twisted-Python] twisted.python.sendmsg segfault - looking for confirmation

2016-12-29 Thread ex vito
On 2016-12-29, at 12:23, Glyph Lefkowitz wrote: > >> On Dec 27, 2016, at 19:15, ex vito wrote: >> >> Other than looking for confirmation, I have a fix which I included two >> isolated commits in the PR. Twisted project members: if this is confirmed, >> maybe a ticket should be created in Trac

Re: [Twisted-Python] twisted.python.sendmsg segfault - looking for confirmation

2016-12-29 Thread Glyph Lefkowitz
> On Dec 27, 2016, at 19:15, ex vito wrote: > > As far as I can tell, no code in Twisted uses sendmsg in the way the code is > using it. However, twisted.python.sendmsg is a public API so someone > somewhere may hit this like I just did. Quite. > Other than looking for confirmation, I have a

Re: [Twisted-Python] twisted.python.sendmsg segfault - looking for confirmation

2016-12-27 Thread Amber "Hawkie" Brown
> On 28 Dec. 2016, at 14:15, ex vito wrote: > > Dear all, > > While working on http://twistedmatrix.com/trac/ticket/8912 and the associated > PR at https://github.com/twisted/twisted/pull/647 I hit a segmentation fault > on a test I was preparing. > > I think narrowed it down Linux + Python

[Twisted-Python] twisted.python.sendmsg segfault - looking for confirmation

2016-12-27 Thread ex vito
Dear all, While working on http://twistedmatrix.com/trac/ticket/8912 and the associated PR at https://github.com/twisted/twisted/pull/647 I hit a segmentation fault on a test I was preparing. I think narrowed it down Linux + Python 2, but I'm not 100% sure. Can anyone please confirm the code