Re: [Sofia-sip-devel] Crash when system time jumps

2014-06-12 Thread Michael Jerris
My patch to fix this issue: commit f50f04be51f0e43a20ac2dceef1a8115d76dbb25 Author: Michael Jerris m...@jerris.com Date: Fri Mar 28 14:33:47 2014 -0400 FS-6356: --resolve fix assert when you set the time 15 days in the future during operation while things are in queue to be processeed

Re: [Sofia-sip-devel] Crash when system time jumps

2014-06-12 Thread Andreas Wehrmann
On 06/12/2014 02:30 PM, Michael Jerris wrote: + /* check it there are still things queued, if there are, that means everything scheduled is 15 days in the future */ +/* in this case, we had a large time shift, we should schedule for 15 days in the future (which is probably still

Re: [Sofia-sip-devel] Crash when system time jumps

2014-06-12 Thread Michael Jerris
it only happens with time shifts 15 days and only in one direction. We stumbled on it when testing daylight savings time changes when we were intentionally changing the time to be months off just before the time change. Mike On Jun 12, 2014, at 1:20 PM, Andreas Wehrmann