Ticket #100 (new defect)

Opened 2 years ago

Last modified 8 months ago

We don't have any protection against large stdout/stderr

Reported by: bgranger Assigned to: bgranger
Priority: normal Milestone: 0.9.0
Component: ipython1 Version:
Severity: normal Keywords:
Cc:

Description

Currently if the engines return a large string for stdout/atderr, the controller gets an exception.MemoryError?. We need to put in protections that limit the size of the stdout/stderr strings that are sent back to the controller.

We also really need a database that the controller can store these things in. Dan?

Change History

11/14/06 17:40:06 changed by bgranger

I have implemented a basic fix that limits the size of stdout/stderr to the first and last 160 chars. We still have the problem with the controller saving too much in memory though.

02/13/07 12:27:56 changed by bgranger

  • milestone deleted.

Milestone 0.9 deleted

02/13/07 12:31:04 changed by bgranger

  • component changed from chainsaw to saw.

02/04/08 14:10:00 changed by bgranger

  • priority changed from high to normal.
  • component changed from saw to ipython1.
  • milestone set to 0.9.0.