search for: xmconsol

Displaying 1 result from an estimated 1 matches for "xmconsol".

Did you mean: xmconsole
2006 Apr 19
2
[PATCH][XM-TEST] Fix for 15_create_smallmem_pos.py test - Bug 616
...d never got to the point where it could set a console limit. The OOM messages flooded the console on creation and the select in Console.py always had something to read. Since there was no limit and it never timed out, the test would hang. This patch: 1) Adds a new cLimit arg for console limit to XmConsole, so it can be set before the console is created. 2) Adds a default console limit rather than setting it to None. We''d rather hit an exception for a limit than hanging the console in the future. Tests that need more console data can always reset the limit. 3) Changes 15_create_smallmem_...