| delorie.com/archives/browse.cgi | search |
| 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=aOBWNgPF8+Tk4mAuEWnZVSrZF9Qk4BFXeDU8A61m3iV | |
| 3tKffK3c2Ao5S10PbFoSBzuae96FOgdX7OlHwDFxW8j/apivXSlHZ+tmUx/ThlJR | |
| rr4j1rqmE1WfL+SyqTrQ6Wyj6URsCm/X7szxJUPUEgi3TFMaqG3dAIcrbitgkr48 | |
| = | |
| 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=lzuYd57fvyxJxfEgkpW4M0i6Fmk=; b=r1Cs4IEC2SwRo+TZf | |
| gJ7vFoPqG5Diazd7iiz6v2jptG5XmvqQXmnzfWKm1Y+DtoiiJJWiDjr0wvMOC0w8 | |
| uTORfVHPIxXz5KxtUpXPEpgtSfnW0u2E+E991aSonijyE1QmUkmG1HFB52NZOgmu | |
| 0BLOOPFq17yGTB+GZV0OT2DXDI= | |
| 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 |
| 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 |
| X-Received: | by 10.236.38.74 with SMTP id z50mr2233865yha.134.1386339515307; Fri, 06 Dec 2013 06:18:35 -0800 (PST) |
| Message-ID: | <52A1DCB7.90904@gmail.com> |
| Date: | Fri, 06 Dec 2013 15:18:31 +0100 |
| From: | marco atzeri <marco DOT atzeri AT gmail DOT com> |
| 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 AT cygwin DOT com |
| Subject: | Re: emacs won't run |
| References: | <529EF3CA DOT 2050108 AT netfence DOT it> <529F0A4B DOT 4060901 AT gmail DOT com> <52A076A5 DOT 5050207 AT netfence DOT it> <52A09047 DOT 9040203 AT gmail DOT com> <52A1D354 DOT 3040305 AT netfence DOT it> |
| In-Reply-To: | <52A1D354.3040305@netfence.it> |
| X-IsSubscribed: | yes |
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |