Hi! I would like to report a regression in wininet.dll, causing Dreamcom Kubik SMS to crash as follows:
wine: Unhandled page fault on read access to 0x00000000 at address 0x7e687b86 (thread 0013), starting debugger... Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7e687b86). Register dump: CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b EIP:7e687b86 ESP:7d936820 EBP:7d9368d8 EFLAGS:00010246( - 00 -RIZP1) EAX:00000016 EBX:7e6a6728 ECX:00000002 EDX:00000000 ESI:00000000 EDI:00000000 Stack dump: 0x7d936820: 7b9177e0 7d936834 00000000 7e6a2520 0x7d936830: 001f3538 7e6a6728 001f3538 20000013 0x7d936840: 7d936900 7e68763b 00000000 f7cc0a2e 0x7d936850: 00000013 00000000 01160230 00000000 0x7d936860: 00010000 7b87fac6 7d9368b8 7bc35945 0x7d936870: 00001257 00010000 0010bdd0 7e68e354 Backtrace: =>1 0x7e687b86 in wininet (+0x17b86) (0x7d9368d8) 2 0x7e687f6b HttpQueryInfoW+0x1cb in wininet (0x7d936918) 3 0x7e6884d0 HttpQueryInfoA+0xc0 in wininet (0x7d936968) 4 0x0057a62c in dreamcom (+0x17a62c) (0x7d9369c8) 5 0x00579fb0 in dreamcom (+0x179fb0) (0x7d9369f0) 6 0x00578d0b in dreamcom (+0x178d0b) (0x7d9369f8) 7 0x7b88b488 in kernel32 (+0x6b488) (0x7d936ac8) 8 0x7bc5b570 in ntdll (+0x4b570) (0x7d9373c8) fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2 information for libpthread.so.0 9 0xf7dd5528 start_thread+0xb8 in libpthread.so.0 (0x7d9374b8) 10 0xf7d6021e __clone+0x5e in libc.so.6 (0x00000000) 0x7e687b86: cmpw $0,0x0(%edx)
I was doing "cvs bisect" in dlls/wininet and found that the problem lies between .23 and .24 - from .24 on it crashes, .23 is still OK. So now I'm using HEAD wine with .23 wininet and the program is happy.
With regards, Pavel Troller
Pavel Troller wrote:
I would like to report a regression in wininet.dll
Thanks, but the right place to report bugs is http://bugs.winehq.org
I was doing "cvs bisect" in dlls/wininet and found that the problem lies between .23 and .24 - from .24 on it crashes, .23 is still OK. So now I'm using HEAD wine with .23 wininet and the program is happy.
It's much easier to use Git for regression testing. It will give you an exact commit ID which you can put in your bugzilla report.
Mike