If anyone is listening to this thread, I have narrowed the problem down to TSContSchedule(), I can't figure out exactly why it's happening but when the timeout is very small (either 0 or < 10ms) or so, it caues MUTEX_TRY_LOCK_FOR to throw a segfault, if I increase the time to 1000ms it will never happen.. I've been digging through the code and cannot find anything that would indicate the cause. Does anyone have ideas of where I might look? This is not happening on OS X, it only happens on RedHat Enterprise, I'll be checking another linux distribution soon. Thanks in advance.
Best, Brian On Tue, Aug 16, 2011 at 7:41 PM, Leif Hedstrom <[email protected]> wrote: > On 08/16/2011 08:17 PM, Brian Geffon wrote: >> >> Hi, for some reason I'm getting a segfault originating in >> UnixEThread.cc:130 from the macro expansion of MUTEX_TRY_LOCK_FOR. >> I've been digging and I can't exactly see where the SEGFAULT is coming >> from and I was hoping someone might have an idea of how/where to look. >> Attached is gdb dump with variable printouts > > Version? > > -- leif > >
