From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22695 invoked by alias); 6 Dec 2013 14:18:45 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 22686 invoked by uid 89); 6 Dec 2013 14:18:44 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,URIBL_BLACK autolearn=no version=3.3.2 X-HELO: mail-yh0-f48.google.com Received: from Unknown (HELO mail-yh0-f48.google.com) (209.85.213.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 06 Dec 2013 14:18:43 +0000 Received: by mail-yh0-f48.google.com with SMTP id f73so465679yha.7 for ; Fri, 06 Dec 2013 06:18:35 -0800 (PST) X-Received: by 10.236.38.74 with SMTP id z50mr2233865yha.134.1386339515307; Fri, 06 Dec 2013 06:18:35 -0800 (PST) Received: from [172.21.188.216] ([62.154.173.198]) by mx.google.com with ESMTPSA id n48sm64843720yho.24.2013.12.06.06.18.34 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 06 Dec 2013 06:18:34 -0800 (PST) Message-ID: <52A1DCB7.90904@gmail.com> Date: Fri, 06 Dec 2013 14:18:00 -0000 From: marco atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: emacs won't run References: <529EF3CA.2050108@netfence.it> <529F0A4B.4060901@gmail.com> <52A076A5.5050207@netfence.it> <52A09047.9040203@gmail.com> <52A1D354.3040305@netfence.it> In-Reply-To: <52A1D354.3040305@netfence.it> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00118.txt.bz2 Il 12/6/2013 2:38 PM, Andrea Venturoli ha scritto: > On 12/05/13 15:40, marco atzeri wrote: > >>> In the end I got a trace file (which is over 7MB!), but it's nothing I >>> can interpret. >>> What should I do? >>> Anything I should look for? >> >> any seriuos error ;-) > > Wish I could discern... :-) > the crash is here --- Process 3888, exception c0000005 at 610FA004 [cut] --- Process 3888, exception c0000005 at 00597673 --- Process 3888, exception c0000005 at 610D67B3 $ addr2line.exe -a 610FA004 -e /usr/bin/cygwin1.dll 0x610fa004 /usr/src/debug/cygwin-1.7.26-1/winsup/cygwin/thread.cc:136 but I do not see a clear reason of why it is happening verifyable_object_isvalid (void const *objectptr, thread_magic_t magic, void *static_ptr1, void *static_ptr2, void *static_ptr3) { myfault efault; if (efault.faulted (objectptr)) <<< here return INVALID_OBJECT; <<< verifyable_object **object = (verifyable_object **) objectptr; if ((static_ptr1 && *object == static_ptr1) || (static_ptr2 && *object == static_ptr2) || (static_ptr3 && *object == static_ptr3)) return VALID_STATIC_OBJECT; if ((*object)->magic != magic) return INVALID_OBJECT; return VALID_OBJECT; } >> see here >>> Problem reports: http://cygwin.com/problems.html >> and follow the "cygcheck -s -v -r > cygcheck.out" point >> >> additonal you can upload the trace file somewhere, so someone could take >> a look > > Both files are here: > http://netfence.it/download/cyg_emacs.zip. > Marco -- 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