Hello all.
I'm still trying to debug why aol can't communicate with the aol web proxies. Doing a trace+winsock,trace+server I get this over and over when the request to the web proxy is made...
does anyone know what's the significance of the server select returning PENDING and TIMEOUT?
-----------------------------------------
08d2e230: select() = PENDING 08d2e230: *wakeup* signaled=0 cookie=0x40556704 08d2e230: select( flags=12, cookie=0x405566b8, sec=1020346681, usec=673609, handles={124} ) 08d2e230: select() = TIMEOUT 08d2e230: get_message( flags=1, get_win=00000000, get_first=00000000, get_last=ffffffff ) 08d2e230: get_message() = 0 { type=5, win=00000000, msg=00000113, wparam=00000002, lparam=41b50e28, x=0, y=0, time=0001e282, info=00000000, total=0, data={} } 08d2e230: get_window_children( parent=00010020, atom=0000, tid=(nil) ) 08d2e230: get_window_children() = 0 { count=16, children={000100bf,00010070,0001006b,00010069,00010068,00010067,00010065,00010064,00010046,00010023,0001002a,00010029,00010026,00010025,00010022,00010021} } 08d2e230: set_window_info( handle=000100bf, flags=00000000, style=00000000, ex_style=00000000, id=00000000, instance=(nil), user_data=(nil) ) 08d2e230: set_window_info() = 0 { old_style=24c00000, old_ex_style=40000000, old_id=00000000, old_instance=0x400000, old_user_data=(nil) } 08d2e230: get_window_children( parent=00010023, atom=0000, tid=(nil) ) 08d2e230: get_window_children() = 0 { count=4, children={00010024,00010027,00010066,0001006a} } 08d2e230: get_window_children( parent=00010024, atom=0000, tid=(nil) ) 08d2e230: get_window_children() = 0 { count=2, children={00020056,0003006f} } 08d2e230: get_window_children( parent=0003006f, atom=0000, tid=(nil) ) 08d2e230: get_window_children() = 0 { count=22, children={00020075,00020074,00020073,00020072,0003006e,0003006d,00030071,00030028,00020063,00020062,00020061,00020060,0002005e,0002005f,0002005d,0002005c,0002005b,0002005a,00020059,00020058,00020057,00020055} } 08d2e230: get_window_children( parent=00020059, atom=0000, tid=(nil) ) 08d2e230: get_window_children() = 0 { count=0, children={} } 08d2e230: get_atom_name( atom=c04e, local=0 ) 08d2e230: get_atom_name() = 0 { count=1, name=L"_AOL_Icon" } 08d2e230: select( flags=12, cookie=0x405566b8, sec=1020346681, usec=674571, handles={124} ) 08d2e230: select() = TIMEOUT 08d2e230: get_message( flags=1, get_win=00000000, get_first=00000000, get_last=ffffffff ) 08d2e230: get_message() = PENDING { type=0, win=00000000, msg=00000000, wparam=00000000, lparam=00000000, x=0, y=0, time=00000000, info=00000000, total=0, data={} }
--------------------------------------------------
thanks michael
Apparently, this is normal behavior for an app in it's idle state. Notepad does the same thing with trace+server when it's sitting idle.
On Thu, May 02, 2002 at 09:47:21AM -0400, Michael Cardenas wrote:
Hello all.
I'm still trying to debug why aol can't communicate with the aol web proxies. Doing a trace+winsock,trace+server I get this over and over when the request to the web proxy is made...
does anyone know what's the significance of the server select returning PENDING and TIMEOUT?
08d2e230: select() = PENDING 08d2e230: *wakeup* signaled=0 cookie=0x40556704 08d2e230: select( flags=12, cookie=0x405566b8, sec=1020346681, usec=673609, handles={124} ) 08d2e230: select() = TIMEOUT 08d2e230: get_message( flags=1, get_win=00000000, get_first=00000000, get_last=ffffffff ) 08d2e230: get_message() = 0 { type=5, win=00000000, msg=00000113, wparam=00000002, lparam=41b50e28, x=0, y=0, time=0001e282, info=00000000, total=0, data={} } 08d2e230: get_window_children( parent=00010020, atom=0000, tid=(nil) ) 08d2e230: get_window_children() = 0 { count=16, children={000100bf,00010070,0001006b,00010069,00010068,00010067,00010065,00010064,00010046,00010023,0001002a,00010029,00010026,00010025,00010022,00010021} } 08d2e230: set_window_info( handle=000100bf, flags=00000000, style=00000000, ex_style=00000000, id=00000000, instance=(nil), user_data=(nil) ) 08d2e230: set_window_info() = 0 { old_style=24c00000, old_ex_style=40000000, old_id=00000000, old_instance=0x400000, old_user_data=(nil) } 08d2e230: get_window_children( parent=00010023, atom=0000, tid=(nil) ) 08d2e230: get_window_children() = 0 { count=4, children={00010024,00010027,00010066,0001006a} } 08d2e230: get_window_children( parent=00010024, atom=0000, tid=(nil) ) 08d2e230: get_window_children() = 0 { count=2, children={00020056,0003006f} } 08d2e230: get_window_children( parent=0003006f, atom=0000, tid=(nil) ) 08d2e230: get_window_children() = 0 { count=22, children={00020075,00020074,00020073,00020072,0003006e,0003006d,00030071,00030028,00020063,00020062,00020061,00020060,0002005e,0002005f,0002005d,0002005c,0002005b,0002005a,00020059,00020058,00020057,00020055} } 08d2e230: get_window_children( parent=00020059, atom=0000, tid=(nil) ) 08d2e230: get_window_children() = 0 { count=0, children={} } 08d2e230: get_atom_name( atom=c04e, local=0 ) 08d2e230: get_atom_name() = 0 { count=1, name=L"_AOL_Icon" } 08d2e230: select( flags=12, cookie=0x405566b8, sec=1020346681, usec=674571, handles={124} ) 08d2e230: select() = TIMEOUT 08d2e230: get_message( flags=1, get_win=00000000, get_first=00000000, get_last=ffffffff ) 08d2e230: get_message() = PENDING { type=0, win=00000000, msg=00000000, wparam=00000000, lparam=00000000, x=0, y=0, time=00000000, info=00000000, total=0, data={} }
thanks michael
-- michael cardenas lead windows compatibility engineer lindows.com
"Be the change you want to see in the world" -Mahatma Gandhi