The root cause is fprintf was passed with null string, this slip will not cause core dump on Linux. PSARC 2008/403 suggested to fix this problem in Solaris, but seems to be not implemented yet
For the time being, we simply avoid the null string be passed to fprintf with attached patch. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: gegl-04-fprintf-null.diff URL: <http://mail.opensolaris.org/pipermail/jds-review/attachments/20090116/ecb09f28/attachment.ksh>
