Comment 2 for bug 937088

Revision history for this message
Dmitri Bachtin (damg) wrote :

It looks like the flow stays inside the function TagCmp(const char*, const char*), inside a for(;;) statement. There is no exit condition for this statement and thus the application is trapped there eating up 100% CPU. Maybe the break inside the inner for-loop was supposed to break the outer one.