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]

Unhandled exception bug


Hello. Sorry, but i am do not speak in inglish :(

When I try to run any cygwin application, sometimes(in most cases) occur bug:

Unhandled exception at 0x610037cf in bash.exe: 0xC0000005: Access violation writing location 0x006cda80.
Unhandled exception at 0x610037cf in whois.exe: 0xC0000005: Access violation writing location 0x0065da80.



610037C9  mov         eax,dword ptr fs:[00000004h]
610037CF  mov         dword ptr [eax-2580h],esi    ----- error in this line
610037D5  mov         eax,dword ptr [esi+24h] 

Registers values:

eax             0x00660000
esi             0x6111f520
eax-2580h       0x0065da80


eax             0x006d0000
esi             0x6111f520
eax-2580h       0x006cda80

Updating cygwin1.dll do not solve problem.

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]