-
when i use openh323 to decode h323 packet, if i run all decode threads on the first processor, it's ok for run a week long. but if it use SetThreadAffinityMask to put each decode thread on different processor, it break after several minute with reporter "access violation(0x0000005), ". and the break point is in ptlib.dll each time.
BOOL PAbstractArray::SetSize(PINDEX newSize) { PINDEX...
2009-10-16 10:15:50 UTC by dewfall
-
when i use openh323 to decode h323 packet, if i run all decode threads on the first processor, it's ok for run a week long. but if it use SetThreadAffinityMask to put each decode thread on different processor, it break after several minute with reporter "access violation(0x0000005), ". and the break point is in ptlib.dll each time.
BOOL PAbstractArray::SetSize(PINDEX newSize) { PINDEX...
2009-10-16 10:12:30 UTC by nobody
-
when i use openh323 to decode h323 packet, if i run all decode threads on the first processor, it's ok for run a week long. but if it use SetThreadAffinityMask to put each decode thread on different processor, it break after several minute with reporter "access violation(0x0000005), ". and the break point is in ptlib.dll each time.
BOOL PAbstractArray::SetSize(PINDEX newSize)
{...
2009-10-12 10:45:40 UTC by dewfall
-
If so, can you update the link at http://www.opalvoip.org/pmwiki/pmwiki.php?n=Main.FAQ#Q4_16?
Thanks.
2009-09-25 05:11:57 UTC by hawklu