View | Details | Raw Unified | Return to bug 1220
Collapse All | Expand All

(-)a/src/core/model/unix-fd-reader.cc (+5 lines)
 Lines 172-177    Link Here 
172
            {
172
            {
173
              char buf[1024];
173
              char buf[1024];
174
              len = read (m_evpipe[0], buf, sizeof (buf));
174
              len = read (m_evpipe[0], buf, sizeof (buf));
175
              if (m_stop)
176
                {
177
                  // this thread is done
178
                  break;
179
                }
175
              if (len == 0)
180
              if (len == 0)
176
                {
181
                {
177
                  NS_FATAL_ERROR ("event pipe closed");
182
                  NS_FATAL_ERROR ("event pipe closed");

Return to bug 1220