On 27.1.2017. 20:33, David Hill wrote: > On Fri, Jan 27, 2017 at 08:09:36PM +0100, Hrvoje Popovski wrote: >> On 27.1.2017. 19:14, David Hill wrote: >>>> splassert: yield: want 0 have 1 >>>> Starting stack trace... >>>> yield() at yield+0xac >>>> pool_get() at pool_get+0x1ca >>>> m_get() at m_get+0x28 >>>> ip_ctloutput() at ip_ctloutput+0x4bf >>>> sogetopt() at sogetopt+0x7e >>>> sys_getsockopt() at sys_getsockopt+0xbf >>>> syscall() at syscall+0x27b >>>> --- syscall (number 118) --- >>>> end of kernel >>>> end trace frame: 0x3, count: 250 >>>> 0x978bdd844a: >>>> End of stack trace. >>>> >>>> >>> Attempted to solve this and am running with this diff: >> >> Hi, >> >> i applied you patch and i'm still seeing this trace >> >> >> splassert: yield: want 0 have 1 >> Starting stack trace... >> yield() at yield+0xac >> pool_get() at pool_get+0x1ca >> m_get() at m_get+0x28 >> ip_ctloutput() at ip_ctloutput+0x4bf >> sogetopt() at sogetopt+0xa1 >> sys_getsockopt() at sys_getsockopt+0xbf >> syscall() at syscall+0x27b >> --- syscall (number 118) --- >> end of kernel >> end trace frame: 0x3, count: 250 >> 0x178f12db8f1a: >> End of stack trace. >> >> >> and this one i'm seeing for first time, maybe because of this diff >> >> splassert: yield: want 0 have 1 >> Starting stack trace... >> yield() at yield+0xac >> malloc() at malloc+0x406 >> ip_setmoptions() at ip_setmoptions+0x248 >> ip_ctloutput() at ip_ctloutput+0x461 >> sosetopt() at sosetopt+0x8e >> sys_setsockopt() at sys_setsockopt+0x12d >> syscall() at syscall+0x27b >> --- syscall (number 105) --- >> end of kernel >> end trace frame: 0x1f83, count: 250 >> 0x91243a37f1a: >> End of stack trace. >> > Forgot a file... Try this:
With this patch i can't see syscall 118 tnx ...