Displaying 3 results from an estimated 3 matches for "004725f1".
2005 Apr 27
1
Help with debugging fatal exception in Dreamweaver
...0x406dfadc, len 50
3757168 0009:trace:winsock:WS_gethostname <- 'IBMFB1L0DH.ercsarnia.ca'
3757169 0009:Ret ws2_32.gethostname() retval=00000000 ret=004725e3
# above four lines appear to go fine #
3757170 0009:Call ws2_32.gethostbyname(406dfadc "IBMFB1L0DH.ercsarnia.ca")
ret=004725f1 # This ret address fails
...
3757177 0009:trace:winsock:WS_gethostbyname "IBMFB1L0DH.ercsarnia.ca" ret
(nil)
3757178 0009:Ret ws2_32.gethostbyname() retval=00000000 ret=004725f1
3757179 0009:trace:seh:EXC_RtlRaiseException code=c0000005 flags=0
addr=0x4725f1
(some more exception lines)
(...
2005 Apr 28
2
Help with using the WINEDEBUG variable
...aiseException code=c0000005 flags=0 addr=0x4725f1
(and the few lines above it) to try and figure out what's causing my
Dreamweaver to crash. Originally, DW wouldn't start and I found this in my
log files using WINEDEBUG=+all:
-----------
0009:Ret ws2_32.gethostbyname() retval=00000000 ret=004725f1
0009:trace:seh:EXC_RtlRaiseException code=c0000005 flags=0 addr=0x4725f1
-----------
This told me that gethostbyname() was supposed to store a value in address
0x4725f1 and did not, causing DW to crash.
I have fixed that problem thanks to help from users on this list, but now it
crashes when I cl...
2005 Aug 30
0
No subject
Unhandled exception: page fault on read access to 0x0000000a in 32-bit code
(0x004725f1).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:1007 GS:0007
EIP:004725f1 ESP:406dfab4 EBP:4108f830 EFLAGS:00010206 ( - 00 -
RIP1)
EAX:00000000 EBX:4108f994 ECX:4036001c EDX:40239740
ESI: 00d47c7c EDI:4108fcb4
Stack dump:
0x406dfab4: 4106392d 41063810 0000000 41063914
0x406dfac4...