| 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:from:date:to:subject:message-id:reply-to | |
| :references:mime-version:content-type:in-reply-to; q=dns; s= | |
| default; b=f7zuT3BzQoklisx7lu0rXniAy9da/ZofTwiIcU1PmQHYFVM2vHdly | |
| lNxU5nFfGirIELwp6H1U4NKKAqmQi0cX1AO3WEG/5Aj1Xey8PuLF9H6dohg9Rb5u | |
| +hz4oyXNMg5IDnMvYQ7J+KXMvx0iWu20bRsZKn23zk7o4WlKhK5mII= | |
| 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:from:date:to:subject:message-id:reply-to | |
| :references:mime-version:content-type:in-reply-to; s=default; | |
| bh=KkbA3XJ1THzvknlwTcMA1Jst4rE=; b=tr0sIMDKv+8PHXYqPWO2IGBG6VnE | |
| zexPeJwjTv9E4RP6hpa9GXWvKg/kFGZXsmfCTjtK8W/mFYnC0IA4b2rSKp18Oq34 | |
| 6K6ItgAmGoHe0Q6sH+Vp91vdhOHCttb6xIde/GbeAKqLIbyNDEMGZ7+kyoGhAAQJ | |
| 26muylt98v/AHKk= | |
| 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=2.2 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,URIBL_BLACK autolearn=no version=3.3.2 |
| X-HELO: | mho-01-ewr.mailhop.org |
| X-Mail-Handler: | Dyn Standard SMTP by Dyn |
| X-Report-Abuse-To: | abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) |
| X-MHO-User: | U2FsdGVkX1+Bc089mFy1G4hO6YRW7pYA |
| From: | cgf AT cgf DOT cx |
| Date: | Fri, 6 Dec 2013 10:16:59 -0500 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: emacs won't run |
| Message-ID: | <20131206151659.GA7035@ednor.casa.cgf.cx> |
| Reply-To: | cygwin AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| 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> <52A1DCB7 DOT 90904 AT gmail DOT com> |
| MIME-Version: | 1.0 |
| In-Reply-To: | <52A1DCB7.90904@gmail.com> |
| User-Agent: | Mutt/1.5.20 (2009-06-14) |
On Fri, Dec 06, 2013 at 03:18:31PM +0100, marco atzeri wrote:
>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
That is not a crash.
>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; <<<
This is the return of "INVALID_OBJECT" if an invalid pointer is passed
to a thread routine.
cgf
--
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 |