xsltproc crash while compiling kdepim
Christian Ehrlicher
Ch.Ehrlicher at gmx.de
Thu Apr 10 12:46:30 CEST 2008
> Von: Ralf Habacker
> 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.
>
Debgu/release problem? At least it looks like :)
Christian
--
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser
More information about the Kde-windows
mailing list