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:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=QLzjjXwRqiyrMwcfx229HL7olnTw8 6vtE+aorpXWL+GDT+zv0ljvJYN7twIiW//ZvSKhSbTiMyR8SfIHtdJekJZjrirHK CuoLYwXAtYwkMLBkF2WNSAee/IF5G8CFwI/V9eBLUk1a4OmSgZVBC64VGcEay92P lBA+x8dVdf8lnk= 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:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=p31jpNuS0P+dgL13CI2lRYQIBlk=; b=XP1 o275ugdx2dsmPtVtSxbYVz1wYbHlNZ7utVAfgMm1pvkaOngH4V6jwYxPU44G4W3G kIKjbQ3l5h28WLuGkZWL0LJstujYhuqVQDI65rVfiisE88z8DOuaFT+2Mzik1lf2 V9yYWiPXDXGIDHR8LAknzuqDhrpCY78Ry9uquPQs= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=till, feeling, H*c:alternative, dear X-HELO: mail-qt0-f173.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=vr1+VSWMl1vE3kmR6ciqQdDUYOwQsa+5/CzdgeZHCyc=; b=MfXjwjh2/7bp8hsxbd6N/QomB9i90S3a5/Hd8GNKlGThe0V7vuot1o+Abm8J5dESVM CAGRMmB4tXcDHGuuPtHi/lv69wl/A0J3eYPX5fdMLmheyvlqKZsKjZx45N+6cJlcBaNi AYTAXj64aoAKRuHdSZTPPd0plgRrRB5qbf7rWepD73OWoj46XfVeOAsXWPWKHQTa9B8R n6Uqyi6tH/BdbXbUTZO6DeGjT9iXBgCogk8Kwkm9iN3j/9f0ZDCeFt17jL4bpkOKSkX3 eH3Kf+yNfph6XYbhM9hsEsRW3s9VCPrg1rka0Y6kvfmclzpP0hZ0QKsTMf0dOtM8fxW4 kb3A== X-Gm-Message-State: ALQs6tCD5jV6pjsnDDMQ6WzHpnXIPiEMkq93zuIt1h6Vux/bYeFNSpiW qVObZFyTevrTESHuroYqvyVVnmk+FY/IDtgeaL+YyA== X-Google-Smtp-Source: AB8JxZpxXpf7wJRT/8uM1RwIsdrKF2JwxwmhMV7prLiGzjsIi5m3k+stRwiQTqTB1kLY515IRfPdz7zWkkSmmT0hbAs= X-Received: by 10.12.199.137 with SMTP id k9mr1680090qvj.15.1524490032926; Mon, 23 Apr 2018 06:27:12 -0700 (PDT) MIME-Version: 1.0 From: Andreas Pieber Date: Mon, 23 Apr 2018 13:27:02 +0000 Message-ID: Subject: Persistently Disable Stacktraces To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Dear cygwin community, 1. I've cygwin and put C:\cygwin\bin on the path 2. Now I can directly make use of rsync via java using the Process class/command. Basically till here it works pretty fine. The only problem I sometimes get is that rsync breaks and creates a stack-dump file. Basically I really do not care at all about the crashed. But the problem is that I now have stackdump files in folders where I do not care about them. I know that I can baically disable them in bash using "ulimit -c 0". I've the feeling I've searched all resources but I couldn't find any option how to set this limit globally and independently how and from where I call cygwin .exe files like rsync. Do you have any hints/ideas/solutions for me. Thank you very much and kind regards, Andreas -- 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