xsltproc crash while compiling kdepim
Ralf Habacker
ralf.habacker at freenet.de
Thu Apr 10 11:39:17 CEST 2008
Hi,
While compiling kdepim I got a problem that xsltproc crashes - any idea
how to fix ?
LINK : ..\..\..\bin\akonalendar.exe not found or not built by the last
incremental link; performing full link
[ 12%] Built target akonalendar_bin
[ 12%] Generating org.kde.Akonadi.Knut.Settings.xml
WARNING: Stack unwind information not available. Following frames may be
wrong.
ntdll!RtlpWaitForCriticalSection+0x5b
ntdll!RtlEnterCriticalSection+0x46
MSVCR80D!fwrite+0xac
libxml2!xmlFileWrite+0x33
libxml2!xmlOutputBufferFlush+0x125
libxslt!xsltCopyTextString+0x9f
static int
xmlFileWrite (void * context, const char * buffer, int len) {
int items;
if ((context == NULL) || (buffer == NULL))
return(-1);
!!!! items = fwrite(&buffer[0], len, 1, (FILE *) context);
if ((items == 0) && (ferror((FILE *) context))) {
xmlIOErr(0, "fwrite()");
return(-1);
}
return(items * len);
}
#endif /* LIBXML_OUTPUT_ENABLED */
-> buffer and context seems reasonable.
Ralf
More information about the Kde-windows
mailing list