2009/10/8 Mohamedin <[email protected]>:
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to