http://bugs.winehq.org/show_bug.cgi?id=17582
Summary: Version/install test crashes on OpenSolaris Product: Wine Version: 1.1.16 Platform: PC URL: http://test.winehq.org/data/0d7bec3578e02e1f551813e86100 b59e36aec542/wine_ae-opensolaris/version:install.html OS/Version: SunOS Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=19739) --> (http://bugs.winehq.org/attachment.cgi?id=19739) +relay,+seh,+tid,+ver
austin@opensolaris:~/wine-git/dlls/version/tests$ make install.ok ../../../tools/runtest -q -P wine -M version.dll -T ../../.. -p version_test.exe.so install.c && touch install.ok wine: Unhandled page fault on read access to 0x00000000 at address fed13d80 (thread 0009), starting debugger... Can't attach process 0008: error 6 make: *** [install.ok] Error 5
+relay,+seh,+tid,+ver attached
I debugged it a bit...something in these tests go haywire: static void test_install_file(void) ... /* testing Invalid Parameters */ memset(tmpname,0,sizeof(tmpname)); rc = VerInstallFileA(0x0, NULL, NULL, NULL, NULL, NULL, tmpname, &size); ok (rc == 0x10000 && tmpname[0]==0," expected return 0x10000 and no tempname, got %08x/'%s'\n",rc,tmpname); memset(tmpname,0,sizeof(tmpname)); size = MAX_PATH; rc = VerInstallFileA(0x0, szSrcFileName, NULL, NULL, NULL, NULL, tmpname, &size); ok (rc == 0x10000 && tmpname[0]==0," expected return 0x10000 and no tempname, got %08x/'%s'\n",rc,tmpname); memset(tmpname,0,sizeof(tmpname)); size = MAX_PATH; rc = VerInstallFileA(0x0, szSrcFileName, szDestFileName, NULL, NULL, NULL, tmpname, &size); ok (rc == 0x10000 && tmpname[0]==0," expected return 0x10000 and no tempname, got %08x/'%s'\n",rc,tmpname);
Commenting those out with #if 0, #endif allows the test to pass.
http://bugs.winehq.org/show_bug.cgi?id=17582
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|SunOS |Solaris
--- Comment #1 from Austin English austinenglish@gmail.com 2009-05-29 12:05:22 --- Moving OpenSolaris bugs from SunOS to Solaris.
http://bugs.winehq.org/show_bug.cgi?id=17582
--- Comment #2 from Austin English austinenglish@gmail.com 2010-03-11 20:57:49 --- Still present.
http://bugs.winehq.org/show_bug.cgi?id=17582
Ken Mays maybird1776@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |maybird1776@yahoo.com
--- Comment #3 from Ken Mays maybird1776@yahoo.com 2011-08-27 12:38:39 CDT --- (In reply to comment #2)
Still present.
I am using Wine 1.3.27 for OpenIndiana and Solaris 11 platforms..can you reconfirm your issue using that version?
http://bugs.winehq.org/show_bug.cgi?id=17582
--- Comment #4 from Ken Mays maybird1776@yahoo.com 2011-09-09 16:33:09 CDT --- Please close this ticket as we don't have these issues with Wine 1.3.27 on Solaris 11 or OpenIndiana 151.
http://bugs.winehq.org/show_bug.cgi?id=17582
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Austin English austinenglish@gmail.com 2011-09-12 02:17:14 CDT --- (In reply to comment #4)
Please close this ticket as we don't have these issues with Wine 1.3.27 on Solaris 11 or OpenIndiana 151.
Thanks.
http://bugs.winehq.org/show_bug.cgi?id=17582
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2011-09-23 12:59:44 CDT --- Closing bugs fixed in 1.3.29.