From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/26084 Path: news.gmane.org!not-for-mail From: Taco Hoekwater Newsgroups: gmane.comp.tex.context Subject: Re: metafun: problems, problems & problems again Date: Mon, 20 Feb 2006 21:05:53 +0100 Message-ID: <43FA2121.30209@elvenkind.com> References: <6faad9f00602191520s5decf730r7cae44b7125c324@mail.gmail.com> <43F97F78.509@wxs.nl> <6faad9f00602201125s7052e6caj33ed41f887a91795@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1140465991 22140 80.91.229.2 (20 Feb 2006 20:06:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Feb 2006 20:06:31 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Mon Feb 20 21:06:26 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FBHIW-0001Pa-Ax for gctc-ntg-context-518@m.gmane.org; Mon, 20 Feb 2006 21:06:16 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 0C698127A8; Mon, 20 Feb 2006 21:06:15 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22737-06; Mon, 20 Feb 2006 21:06:10 +0100 (CET) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2BA2712775; Mon, 20 Feb 2006 21:06:10 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1D85212775 for ; Mon, 20 Feb 2006 21:06:09 +0100 (CET) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22698-04-4 for ; Mon, 20 Feb 2006 21:06:08 +0100 (CET) Original-Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by ronja.ntg.nl (Postfix) with SMTP id 31D111276B for ; Mon, 20 Feb 2006 21:06:08 +0100 (CET) Original-Received: from boo.demon.nl ([82.161.175.147]:41586 helo=[192.168.1.3]) by post-24.mail.nl.demon.net with esmtp (Exim 4.51) id 1FBHIM-000Jwv-Sm for ntg-context@ntg.nl; Mon, 20 Feb 2006 20:06:07 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20050215) X-Accept-Language: en-us, en Original-To: mailing list for ConTeXt users In-Reply-To: <6faad9f00602201125s7052e6caj33ed41f887a91795@mail.gmail.com> X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:26084 Archived-At: Mojca Miklavec wrote: > Is it OK that those mpx314 files end with \end{document}? Yes, that is 'normal': plain TeX (and thereby ConTeXt) only sees the \end command, and LaTeX/SliTeX sees the whole \end{document} (this stuff was written before ConTeXt became popular). > Is there any way to explore why the crash would happen? I get "An > unhandled win32 exception occured in pdfetex.exe [2384]", 3164, 812, > 1752, 2776, ... A (likely) candidate is an (software-ignored) attempt to write to a file that is still in use by another application. It is quite possible that this is the result of an I/O timing error that is in itself caused by a misconfigured win32 install (harddisks in ms-dos compatility mode, for example, or soundcard that share interrupts with the harddisk controller. The crash information means absolutely nothing to me, sorry. Cheers, Taco