Bug 918 - [Session] Garbage Collector gives debug output
: [Session] Garbage Collector gives debug output
Status: RESOLVED FIXED
: Chameleon
Core
: 2.0
: PC Linux
: P2 normal
: ---
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2005-01-07 13:28 by
Modified: 2005-01-07 13:30 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2005-01-07 13:28:54
Once in a while we can see debug information at the top of chameleon pages;
in _gc: /tmp<br>

It seems that there's a echo in the garbage collector.

We found this while stress-testing the tsunami application. With many concurrent
hits, the gc was called some times and php call an error (Wrong byte count).
This is probably when the drawmap tries to set the content-type of the image.

I'll take care of ths right now.
------- Comment #1 From 2005-01-07 13:30:25 -------
I fixed the session.php cvs version by removing the debug line.

Marking as FIXED