tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: gtk3 and cups



It's not hanging. it's like, using poll on the main thread and waiting for 30 seconds.

(gdb) thread 64
[Switching to thread 64 (LWP 1 of process 27290)]
#0  0x00007550ba63e63a in poll () from /usr/lib/libc.so.12
(gdb) bt 
#0  0x00007550ba63e63a in poll () from /usr/lib/libc.so.12
#1  0x00007550bb607300 in poll () from /usr/lib/libpthread.so.1
#2  0x0000755071043e86 in httpAddrConnect2 (addrlist=0x0, sock=0x755094701000, msec=30000, cancel=0x0) at http-addrlist.c:280
#3  0x000075507103f42f in httpReconnect2 (http=0x755094701000, msec=30000, cancel=0x0) at http.c:2414
#4  0x0000755071041d47 in http_send (http=0x755094701000, request=HTTP_STATE_POST, uri=0x755071097ae0 "/") at http.c:4351
#5  0x000075507103e69c in httpPost (http=0x755094701000, uri=0x755071097ae0 "/") at http.c:1879
#6  0x00007550710777c1 in cupsSendRequest (http=0x755094701000, request=0x7550886b6a10, resource=0x755071097ae0 "/", length=75)
    at request.c:708
#7  0x0000755071076eea in cupsDoIORequest (http=0x755094701000, request=0x7550886b6a10, resource=0x755071097ae0 "/", infile=-1, outfile=-1)
    at request.c:206
#8  0x0000755071077128 in cupsDoRequest (http=0x755094701000, request=0x7550886b6a10, resource=0x755071097ae0 "/") at request.c:296
#9  0x0000755071082e56 in cupsGetDefault2 (http=0x755094701000) at util.c:364
#10 0x000075507102eb90 in cups_enum_dests (http=0x755094701000, flags=0, msec=250, cancel=0x0, type=0, mask=0, 
    cb=0x75507102f5ae <cups_get_cb>, user_data=0x7f7fff279be0) at dest.c:3624
#11 0x000075507102bf52 in cupsGetDests2 (http=0x755094701000, dests=0x7f7fff27a440) at dest.c:1696
#12 0x000075507102be05 in cupsGetDests (dests=0x7f7fff27a440) at dest.c:1602
#13 0x00007550aa54c4a0 in ?? () from /usr/pkg/lib/firefox/libxul.so
...
...
#105 0x00000001506050f3 in _start ()


Home | Main Index | Thread Index | Old Index