(oops, sent to Gregory directly)
On Wed, Feb 10, 2010 at 6:25 PM, Jeff Trawick <[email protected]> wrote: > On Wed, Feb 10, 2010 at 5:37 PM, Gregory Szorc <[email protected]> > wrote: >> I'm not sure if this is the best place to post this, but when running `make >> check` against the 1.3.12 dist on Solaris x86, the test hangs in testpoll. > > works for me on S10U5 (a.k.a. 05/08) > >> Attaching a debugger reveals the following backtrace: >> >> #0 0xfedc9a45 in _portfs () from /lib/libc.so.1 >> #1 0xfed55c29 in port_getn () from /lib/libc.so.1 >> #2 0xfef898a6 in apr_pollcb_poll (pollcb=0x8163238, timeout=-4160455976, > > weird value displayed for timeout (equiv to 0x80000000, right?); > should be -1 (-1LL) > > what does "pstack PID" display when it is hung? > >> func=0x806626d <trigger_pollcb_cb>, >> baton=0x8047b04) at poll/unix/port.c:490 >> #3 0x08066408 in trigger_pollcb (tc=0x8047b3c, data=0x0) at testpoll.c:617 >> #4 0x080557c1 in abts_run_test (ts=0x80f5b20, f=0x80662f1 <trigger_pollcb>, >> value=0x0) at abts.c:168 >> #5 0x08066904 in testpoll (suite=0x80f5b20) at testpoll.c:702 >> #6 0x08056171 in main (argc=2, argv=0x8047bc4) at abts.c:424 >> >> uname is "SunOS 5.10 Generic_142901-03 i86pc i386 i86pc." /etc/release >> reports as "Solaris 10 10/09 s10x_u8wos_08a X86." >> >> If someone can point me to the appropriate bug, I'll post whatever >> information I can. > > I don't think a bug is open for this symptom.
