Bug 918

Summary: [Session] Garbage Collector gives debug output
Product: Chameleon Reporter: Julien-Samuel Lacroix <jlacroix@mapgears.com>
Component: CoreAssignee: chameleon-dev <chameleon-dev@lists.maptools.org>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

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