On Thu, Aug 28, 2003 at 12:08:20PM +0200, Ronald Landheer-Cieslak wrote: >With a fresh checkout from cygwin's CVS repo, fresh build, etc. I get this >when I start rxvt: > > 6 [main] rxvt 1912 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION > 15845 [main] rxvt 1912 open_stackdumpfile: Dumping stack trace to rxvt.exe.sta >ckdump. > >The stackdump is attached.
Stackdumps of self-built dlls are really not interesting. If you are building the dll from scratch then you can always debug the problem with a gdb + working DLL build with --enable-debugging. gdb will show you exactly where the error is occuring. Or you can use addr2line to decode the addresses below: addr2line -e cygwin1.dll 6107BF59 cgf >Exception: STATUS_ACCESS_VIOLATION at eip=6107BF59 >eax=00000770 ebx=00000000 ecx=00000000 edx=FFFFFFFF esi=00000104 edi=6165012C >ebp=0022F430 esp=0022F408 program=D:\cygwin\bin\rxvt.exe >cs=001B ds=0023 es=0023 fs=0038 gs=0000 ss=0023 >Stack trace: >Frame Function Args >0022F430 6107BF59 (00230640, 0000007C, 0022F470, 784ABD73) >0022F460 61057909 (6165012C, 00230178, 000001FA, 784AB650) >0022F4A0 61057C20 (6165012C, 0022F988, 00000001, 00000000) >0022F4D0 6104EB92 (610519C7, 0022F988, 00000000, 00000000) >0022FAB0 6104F517 (00000000, 00000000, 00237228, 7FFDE000) >0022FE30 610574A2 (0A040795, 00000001, 0022FE70, 6100AE7C) >0022FE40 61057649 (0A040795, 6100AE21, 0022FE70, 6104113B) >0022FE70 6100AE7C (0A040398, 0A040795, 78465600, FFFFFFFF) >0022FED0 6100C4C4 (00000001, 00000000, 0000027C, 610578A5) >0022FEF0 6105855F (00000000, 00000000, 0000027C, 00000000) >0022FF40 610048B6 (610D6ED8, FFFFFFFE, 00000048, 610D6DFC) >0022FF90 610051AD (00000000, 00000000, 80430F47, 00000000) >0022FFB0 00424C12 (00401090, 037F0009, 0022FFF0, 77E8CA90) >0022FFC0 0040103C (00000000, 00000000, 7FFDF000, 00000000) >0022FFF0 77E8CA90 (00401000, 00000000, 000000C8, 00000100) >End of stack trace -- 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/