delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2013/06/29/22:34:29

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
q=dns; s=default; b=HXq9Yc/+oAOKCRwAh1zRsafBweHjbvx9kbP16RSlKcl
8Kwog1TdSUqmq502+GQle8a7NUB8xrQXYNV87xlnS3Hsf2hqiw2S6rlKYBz3Bbpk
NND65ddWnRm+4znA6lNc8OOLUjIfGTc9Xc1/Cx3oHT0GAyy7FvzdgVoq3pegCy8k
=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:date:from:mime-version:to:subject
:references:in-reply-to:content-type:content-transfer-encoding;
s=default; bh=YkYlQnX9jAxUyUmUng7fk/ScRbc=; b=ehX33PpU5RNjQdt4p
nJrwtKTSMwTxNSPxCFsa1Nd2VpvlUUnAy378OC3W2ze3cOdKXPCewmlYXflxaL1f
AEN+5Z5g9aEcKvqrUnnCQBPQuJdCJfjOGtxFALnSZa2xsJl/SDh2Z41ZdOd2Hpn+
yXIMcMRBHV+kUCqgDs4sBvY5Ok=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
X-Spam-SWARE-Status: No, score=-5.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.1
X-CornellRouted: This message has been Routed already.
Message-ID: <51CF9918.5020602@cornell.edu>
Date: Sat, 29 Jun 2013 22:34:00 -0400
From: Ken Brown <kbrown AT cornell DOT edu>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: Re: texlive-install: core dumped
References: <op DOT wzfrolroofd6j1 AT nebbiolo DOT upc DOT de> <51CEC839 DOT 507 AT cornell DOT edu> <op DOT wzfwtr0wofd6j1 AT nebbiolo DOT upc DOT de> <51CEE558 DOT 6070104 AT cornell DOT edu> <op DOT wzgaely4ofd6j1 AT nebbiolo DOT upc DOT de> <51CF2925 DOT 2060804 AT cornell DOT edu> <op DOT wzggt0qzofd6j1 AT nebbiolo DOT upc DOT de> <51CF63C4 DOT 4070001 AT cornell DOT edu> <op DOT wzgxhts2ofd6j1 AT nebbiolo DOT upc DOT de>
In-Reply-To: <op.wzgxhts2ofd6j1@nebbiolo.upc.de>

On 6/29/2013 9:38 PM, Helmut Karlowski wrote:
> Ken Brown, 30.06.2013 00:46:28:
>
>> No.  setup.ini lists the packages that are available for install.
>> Often there is a "previous" version as well as a "current" version.  This
>
> Ok - my guess was wrong then, thanks. xetex and luatex where not installed.
>
>>> 1. pdfetex -progname latex $*
>>>
>>> 2. dvipdfm -p a4 $*
>>
>> I just tried these commands with no problems:
>
> Maybe I'm using an outdated sty-file (e.g. dinbrief.sty), will look at
> it later. Is there a database of all styles, fonts etc. for all
> texlive-packages?

Does http://cygwin.com/packages/ give you what you're looking for?  Or 
maybe you want texlive.tlpdb, available at

   http://www.ctan.org/tex-archive/systems/texlive/tlnet/tlpkg

> I re-installed luatex and found a stackdump-file (under /tmp during the
> setup-run):
>
> Exception: STATUS_ACCESS_VIOLATION at eip=0045F3B6
> eax=20018788 ebx=20020000 ecx=00000000 edx=00000002 esi=20011930
> edi=20018788
> ebp=0022AB68 esp=0022AB30 program=C:\cygwin\bin\luatex.exe, pid 3708,
> thread main
> cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
> Stack trace:
> Frame     Function  Args
> 0022AB68  0045F3B6 (20011930, 00000000, 00000000, 00000001)
> 0022AB98  0040420D (0065B104, 006B7A82, 006B7351, 0065B140)
> 0022AC68  004029D6 (00000005, 0022ACB0, 0022ACB8, 0022ACB0)
> 0022AC88  00401790 (00000005, 0022ACB0, 20010100, 611A3F1B)
> 0022AD28  61008221 (00000000, 0022CDA8, 61007710, 00000000)
> End of stack trace
>
> According to setup.log.full all 4 luatex-calls crash. I have to mention
> I'm not using a shell available by cygwin, but something I'm working on,
> that's why I want to know why it crashes.

If you want to try debugging this with gdb, the texlive-debuginfo 
package contains the files you need.

Ken


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019