# New Ticket Created by  steve mynott 
# Please include the string:  [perl #125612]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=125612 >


Hard to reproduce but typically panda install Task::Star "freezes". Seems to 
affect some modules more than others typically happens at the "Building 
SVG::Plot" stage.

* In one terminal

==> Building SVG::Plot
Compiling lib/SVG/Box.pm to mbc
Use of Nil in numeric context  in block  at lib/Panda/Builder.pm:125
Compiling lib/SVG/Plot.pm to mbc
Use of Nil in numeric context  in block  at lib/Panda/Builder.pm:125
Compiling lib/SVG/Plot/Pie.pm to mbc
Use of Nil in numeric context  in block  at lib/Panda/Builder.pm:125
Compiling lib/SVG/Plot/Positioned.pm to mbc

* Result of dtruss on process in another 

write(0xE, "Compiling lib/SVG/Plot/Positioned.pm to mbc\0", 0x2B)               
 = 43 0
write(0xF, "x\0", 0x1)           = 1 0
kevent(0x5, 0x7FFF50029B50, 0x0)                 = 0 0
write(0xE, "\n\0", 0x1)          = 1 0
write(0xF, "xack-bd57e12de24cf2fc012b6b90c3f9a1704516fa67.pack\0", 0x1)         
 = 1 0
kevent(0x5, 0x7FFF50029B50, 0x0)                 = 0 0
select(0x11, 0x7F8C9253E788, 0x7F8C9253E78B, 0x0, 0x0)           = 1 0
read(0x10, "xx\0", 0x400)                = 2 0
write(0x1D, "\0", 0x1)           = 1 0
kevent(0x19, 0x112FBACB0, 0x0)           = 1 0
read(0x1C, "\0", 0x400)          = 1 0
socketpair(0x1, 0x1, 0x0)                = 0 0
ioctl(0xFB, 0x20006601, 0x0)             = 0 0
ioctl(0xFD, 0x20006601, 0x0)             = 0 0
socketpair(0x1, 0x1, 0x0)                = 0 0
ioctl(0xFE, 0x20006601, 0x0)             = 0 0
ioctl(0xFF, 0x20006601, 0x0)             = 0 0
pipe(0xFF, 0x20006601, 0x0)              = -1 Err#24
close(0xFB)              = 0 0
close(0xFD)              = 0 0
close(0xFE)              = 0 0
close(0xFF)              = 0 0
psynch_cvsignal(0x7F8C98622980, 0x26E0000027E00, 0x26E00)                = 256 0
psynch_cvwait(0x7F8C98622980, 0x2600000026F00, 0x26000)          = 0 0
kevent(0x19, 0x112FBACB0, 0x2)           = 2 0
psynch_mutexdrop(0x7F8C93D68130, 0xA1203, 0xA1100)               = 0 0
psynch_mutexwait(0x7F8C93D68130, 0xA1203, 0xA1000)               = 659971 0
sigprocmask(0x3, 0x119EE2BC0, 0x0)               = 0x0 0
sigreturn(0x0, 0x80000000, 0x0)          = 0 0
psynch_mutexdrop(0x7F8C93D68130, 0xA1703, 0xA1600)               = 0 0
psynch_mutexwait(0x7F8C93D68130, 0xA1703, 0xA1500)               = 661251 0
psynch_cvsignal(0x7F8C98622980, 0x26F0000027E00, 0x26F00)                = 256 0
psynch_cvwait(0x7F8C98622980, 0x2600000027000, 0x26000)          = 0 0
psynch_mutexdrop(0x7F8C98622F90, 0x50D03, 0x50C00)               = 0 0
psynch_mutexwait(0x7F8C98622F90, 0x50D03, 0x50B00)               = 331011 0
psynch_cvsignal(0x7F8C98622980, 0x2700000028000, 0x27000)                = 256 0
psynch_cvwait(0x7F8C98622980, 0x2660000027100, 0x26600)          = 0 0

Reply via email to