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]

bug in: pthread_mutexattr_init ?


Any idea on what is the problem here?  (gyginw
CYGWIN Vers.:   CYGWIN_NT-5.1 1.5.19(0.150/4/2) 2006-01-20 13:28

While buiding emacs (n.b. had to use a tacky dos trick for dirent since d_ino was deprecated, in order to break backward compatibilty) it crashes during executing temacs in a stack dump.

The following information was gained from gdb ouptut
In the appropriate directory:

To debug: (after successfull config and filed main boostrap at temacs.exe)
$ gdb temacs
(gdb) r -batch -l loadup.
(gdb) <Return> to continue

Result:
Program received signal SIGSEGV, Segmentation fault.
0x610ad945 in pthread_mutexattr_init () from /usr/bin/cygwin1.dll
(gdb) Quit
(gdb) backtrace
#0  0x610ad945 in pthread_mutexattr_init () from /usr/bin/cygwin1.dll
#1  0x6108dd7f in _sigfe () from /usr/bin/cygwin1.dll
#2  0x00000003 in ?? ()
#3  0x0022ee58 in ?? ()
#4  0x0000006a in ?? ()
#5  0x0022ee58 in ?? ()
#6  0x0022ee78 in ?? ()
#7  0x200a0210 in main (argc=539770848, argv=0x4) at emacs.c:1053
(gdb) Quit

Any ideas of what is creating this?

Regards,
  D.J. Henman


-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/


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