http://bugs.winehq.org/show_bug.cgi?id=17859
Summary: inetmib1 tests fails on OpenSolaris Product: Wine Version: 1.1.17 Platform: PC URL: http://test.winehq.org/data/b75caee2abbde87903f2a62edb8f 215e037b9d33/wine_ae-opensolaris/inetmib1:main.html OS/Version: Solaris Status: NEW Keywords: download, testcase Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com CC: juan_lang@yahoo.com
wine: configuration in '/export/home/austin/.wine' has been updated. wine: Unhandled page fault on read access to 0x00000000 at address 7fa93667 (thread 0009), starting debugger... wine client error:9: read: Bad address make: *** [main.ok] Error 1
Tried running +relay,+seh,+tid,+inetmib1, but never appears to finish...running with just +inetmib1 gets a 2 GB file in a just a couple minutes o.0. And it seems winedbg doesn't support running a .so?
CC'ing Juan, as he wrote the vast majority of the code.
http://bugs.winehq.org/show_bug.cgi?id=17859
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal
http://bugs.winehq.org/show_bug.cgi?id=17859
chris ahrendt celticht32@aol.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |celticht32@aol.com
--- Comment #1 from chris ahrendt celticht32@aol.com 2009-04-23 22:56:16 --- This is probably similar to 17996 bug I open as I get the same error on Fedora 10
http://bugs.winehq.org/show_bug.cgi?id=17859
--- Comment #2 from Austin English austinenglish@gmail.com 2009-05-02 19:43:28 --- Still present in git.
http://bugs.winehq.org/show_bug.cgi?id=17859
--- Comment #3 from chris ahrendt celticht32@aol.com 2009-05-02 20:15:19 --- You need something like this: $wine winedbg inetmib1_test.exe.so WineDbg starting on pid 0017 start_process () at /usr/local/src/wine.git-build/dlls/kernel32/../../../wine.git/dlls/kernel32/process.c:946 0x7b87859b start_process+0x12b [/usr/local/src/wine.git-build/dlls/kernel32/../../../wine.git/dlls/kernel32/process.c:946] in kernel32: movl %esi,0x0(%esp) 946 ExitThread( entry( peb ) ); Wine-dbg>c
<crash> Wine-dbg>bt
<backtrace>
http://bugs.winehq.org/show_bug.cgi?id=17859
--- Comment #4 from Austin English austinenglish@gmail.com 2009-05-02 20:21:00 --- austin@opensolaris: wine winedbg inetmib1_test.exe.so err:module:LdrInitializeThunk Main exe initialization for L"Z:\export\home\austin\wine-git\dlls\inetmib1\tests\inetmib1_test.exe" failed, status c0000008 WineDbg starting on pid 001f couldn't load main module (2) Process of pid=001f has terminated Wine-dbg>c No process loaded, cannot execute 'c' Wine-dbg>bt You must be attached to a process to run this command. Wine-dbg>
http://bugs.winehq.org/show_bug.cgi?id=17859
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #5 from Austin English austinenglish@gmail.com 2009-05-10 03:28:11 --- In current git:
austin@opensolaris:~/wine-git/dlls/inetmib1/tests$ make test ../../../tools/runtest -q -P wine -M inetmib1.dll -T ../../.. -p inetmib1_test.exe.so main.c && touch main.ok wine: created the configuration directory '/export/home/austin/.wine' Could not load Mozilla. HTML rendering will be disabled. wine: configuration in '/export/home/austin/.wine' has been updated. main.c:343: Test failed: SnmpExtensionQuery failed: -559038737 make: *** [main.ok] Error 1
Which means bug 17996 is a dupe of this one. I'll mark this one as the dupe though, since Juan's got more info/patches there.
*** This bug has been marked as a duplicate of bug 17996 ***
http://bugs.winehq.org/show_bug.cgi?id=17859
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Austin English austinenglish@gmail.com 2009-05-10 03:32:12 --- Closing.