http://bugs.winehq.org/show_bug.cgi?id=17595
Summary: urlmon/protocol crashes if run with +heap under OpenSolaris Product: Wine Version: 1.1.16 Platform: PC URL: http://test.winehq.org/data/88d9210dd763bcb9db203daa89f2 4efc7d5872d0/wine_ae-opensolaris- heap/urlmon:protocol.html OS/Version: SunOS Status: NEW Keywords: download, source, testcase Severity: enhancement Priority: P2 Component: urlmon AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=19758) --> (http://bugs.winehq.org/attachment.cgi?id=19758) +relay,+seh,+tid,+urlmon,warn+heap
ol.okn@opensolaris:~/wine-git/dlls/urlmon/tests$ WINEDEBUG=warn+heap make protoco ../../../tools/runtest -q -P wine -M urlmon.dll -T ../../.. -p urlmon_test.exe.so protocol.c && touch protocol.ok fixme:wininet:InternetLockRequestFile STUB fixme:wininet:InternetLockRequestFile STUB warn:heap:HEAP_Decommit Could not decommit 003e0000 bytes at fe7d0000 for heap fe7b0000 fixme:wininet:InternetLockRequestFile STUB fixme:wininet:InternetLockRequestFile STUB err:wininet:NETCON_init failed to load symbol i2d_X509 wine: Unhandled page fault on read access to 0xaaaaaaaa at address 7f6bf1c2 (thread 0027), starting debugger... Can't attach process 0026: error 6
The wininet error is a red herring...see bug 15707.
+relay,+seh,+tid,+urlmon,warn+heap attached