[mod_python] mod_python keeps infinite loop..

반영록 yrbahn at nhncorp.jp
Tue Aug 3 00:19:34 EDT 2004


i am using mod_python 3.1.3 at apache2.0.50.
sometimes, apache process( prefork ) keeps inifinite loop. 
i donot understand this status.
the following is strace's output.

futex(0x818cb30, FUTEX_WAKE, 1, {1, 1077529472}) = 0
futex(0x818cb30, FUTEX_WAKE, 1, NULL)   = 0
futex(0x818cb30, FUTEX_WAKE, 1, ptrace: umoven: Input/output error
{...})  = 0
futex(0x818cb30, FUTEX_WAKE, 1, ptrace: umoven: Input/output error
{...})  = 0
futex(0x818cb30, FUTEX_WAKE, 1, ptrace: umoven: Input/output error
{...})  = 0
futex(0x818cb30, FUTEX_WAKE, 1, {1, 1077529472}) = 0
futex(0x818cb30, FUTEX_WAKE, 1, ptrace: umoven: Input/output error
{...})  = 0
futex(0x818cb30, FUTEX_WAKE, 1, NULL)   = 0
futex(0x818cb30, FUTEX_WAKE, 1, ptrace: umoven: Input/output error
{...})  = 0
futex(0x818cb30, FUTEX_WAKE, 1, {1, 1077529472}) = 0
futex(0x818cb30, FUTEX_WAKE, 1, NULL)   = 0
futex(0x818cb30, FUTEX_WAKE, 1, ptrace: umoven: Input/output error
{...})  = 0
futex(0x818cb30, FUTEX_WAKE, 1, ptrace: umoven: Input/output error
{...})  = 0
futex(0x818cb30, FUTEX_WAKE, 1, ptrace: umoven: Input/output error
{...})  = 0
futex(0x818cb30, FUTEX_WAKE, 1, {1, 1077529472}) = 0
futex(0x818cb30, FUTEX_WAKE, 1, ptrace: umoven: Input/output error
{...})  = 0
futex(0x818cb30, FUTEX_WAKE, 1, NULL)   = 0
futex(0x818cb30, FUTEX_WAKE, 1, {1108, 1077419008}) = 0
futex(0x818cb30, FUTEX_WAKE, 1, {1, 1077529472}) = 0
futex(0x818cb30, FUTEX_WAKE, 1, NULL)   = 0
futex(0x818cb30, FUTEX_WAKE, 1, ptrace: umoven: Input/output error

had anyone seen this status?
plz help me..



More information about the Mod_python mailing list