| 
      
      
      From: Vladimir T. <vtz...@gm...> - 2011-02-03 12:03:23
      
     | 
| On 2/3/11, Don Cohen <don...@is...> wrote: > ..... > #64 0x0000000000484b32 in handle_pending_interrupts () at ../src/spvw.d:4547 > #65 0x000000000046b9f9 in allocate_iarray (flags=55 '7', rank=1, type=30) > at ../src/spvw_typealloc.d:322 > #66 0x00000000005449eb in init_reader_low (thr=0x7fffe4001fd0) > at ../src/io.d:519 > #67 0x00000000006ad30e in thread_stub (arg=0x7fffe4001fd0) > at ../src/zthread.d:260 > #68 0x000000309e206d5b in start_thread () from /lib64/libpthread.so.0 > #69 0x000000309dae4a7d in clone () from /lib64/libc.so.6 Thanks. While I still cannot reproduce it - the above call stack shows the problem. Thread is being interrupted too early - before it's low-level initialization. While fixing this - another problem with deferred interrupts was revealed. I fixed both issues but sf cvs is still down :(. Vladimir |