Ok. I'm having a problem with webcit where certain messages in my inbox cause webcit to go belly up with an error like this;-

Creating a new session
HTTP: GET /static/logoff_32x.gif HTTP/1.1
HTTP: GET /knrooms HTTP/1.1
HTTP: GET /static/logoff_32x.gif HTTP/1.1
HTTP: GET /dotgoto?room=Mail HTTP/1.1
HTTP: GET /static/logoff_32x.gif HTTP/1.1
HTTP: GET /readfwd HTTP/1.1
iconv_open() failed: Invalid argument
iconv_open() failed: Invalid argument
iconv_open() failed: Invalid argument
iconv_open() failed: Invalid argument
HTTP: GET /static/logoff_32x.gif HTTP/1.1
HTTP: GET /%3CA%20TARGET= HTTP/1.1
HTTP: GET /readfwd?startmsg=40193?maxmsgs=20?summary=0 HTTP/1.1
iconv_open() failed: Invalid argument
iconv_open() failed: Invalid argument
*** glibc detected *** double free or corruption (!prev): 0x0818c0f0 ***
Aborted

Note the iconv_open() stuff happens alot. Now aparently that message is generated from goofy malloc's and appears only in later glibc's

Anyway, I've got webcit compiled with -g to get a dump of where its going wonky, so I type

gcc /usr/local/webcit/webserver
then
run

and it freezes after creating a few threads.

Am I doing this right?

Reply via email to