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]

gcc 2.95 fails with the latest snapshot (20051018)


Hi

I've just upgraded my cygwin1.dll from 20050826 (or something like that)
to 20051018. With 20050826 ls printed errors if called on drive letters.
Now ls works fine, but gcc 2.95 is broken.

If I call g++-2 on a file, it doesn't even stackdump, it just hangs
forever.

If I strace it, it doesn't hang and it even produces working code.

$ uname -a
CYGWIN_NT-5.0 duli2 1.5.19s(0.140/4/2) 20051018 14:54:53 i686 unknown
unknown Cygwin

$ cat foo.cpp
int main(){
}

$ strace g++-2.exe foo.cpp > strace.out
 426530 [sig] g++-2 588 handle_threadlist_exception:
handle_threadlist_exception
 called with exception code -1073741816
2524889 [sig] g++-2 588 handle_threadlist_exception:
handle_threadlist_exception
 called with exception code -1073741816
2659446 [sig] g++-2 588 handle_threadlist_exception:
handle_threadlist_exception
 called with exception code -1073741816
1157406 [sig] collect2 2124 handle_threadlist_exception:
handle_threadlist_excep
tion called with exception code -1073741816
4186672 [sig] g++-2 588 handle_threadlist_exception:
handle_threadlist_exception
 called with exception code -1073741816

cygcheck.out and strace attached. I hope this isn't serious and can be
fixed.

gcc 2.95 cygwin binary package is available on
http://duleba.net/gcc-2.95.tar.bz2 if you need it.

Regards
Krzysztof Duleba

Attachment: strace.tar.bz2
Description: Binary data

Attachment: cygcheck.out
Description: Binary data

--
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]