2009/10/8 Mohamedin <mohame...@easy-dialog.info>:
> Thanks a lot
>
> I have fixed this bug (Long time without coding in C). But still the error.
> Then I removed all malloc from the code. Still crashing

You are using free(..). Thus you need to have malloc()s somewhere.

Also,
(void) fprintf(stderr,"%s %s %d %.1024s\n",GetMagickModule(),description);
you have 4 substitutions, but only 2 arguments for them.

You really should review/debug your C code, and it likely has nothing
to do with Tomcat.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to