This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: emacs won't run


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]