Alex,

there is a bug with the setcookie() function call on Sparc64.
For whatever reason, I have not had time to look into it further, the
setcookie() is crashing the httpd app.


I read somewhere that setcookie() had an issue with the 3rd param.  So, I simply
changed all calls (about 6 of them),
from

setcookie(xxx, fff, ggg, hhh,...);

to

setcookie(xxx,fff);

and the bus errors stopped.

However, I have not yet determined if this causes any 'badness'.....

Have fun.
Jerry






-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to