http://bugs.winehq.org/show_bug.cgi?id=32957
Bug #: 32957
Summary: Application freezes (related to .net35 ?)
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
Classification: Unclassified
When using SolidWorks 2012, which requires .net35, some functions are freezing
totally the application. Then it has to be killed with wineserver -k
The issue is perfectly reproducible, and the last console output is always the
same in this case :
fixme:ntdll:NtSecureConnectPort
(0x32c85c,L"\\BaseNamedObjects\\FontCachePort3.0.0.0",0x32c844,(nil),0x20477398,(nil),0x32c858,0x131d2518,0x32c850),stub!
dotnet35 and corefonts are installed with winetricks.
Is there a particular debug channel to log for this issue ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29072
Bug #: 29072
Summary: wldap32 tests flaky because they rely on external host
ldap.itd.umich.edu
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wldap32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
The wldap32 tests started hanging. It looks like they're trying
to connect forever to ldap.itd.umich.edu, which is unreachable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28573
Bug #: 28573
Summary: user32/cursoricon.ok failed,
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
On my i7 last night, I saw the following failure:
../../../tools/runtest -q -P wine -M user32.dll -T ../../.. -p
user32_test.exe.so cursoricon.c && touch cursoricon.ok
fixme:cursor:GetCursorFrameInfo Second parameter non-zero (57005), please
report this!
...
fixme:cursor:GetCursorFrameInfo Second parameter non-zero (57005), please
report this!
cursoricon.c:2139: Test failed: wrong info cursor 0x2003a/(nil)
cursoricon.c:2171: Test failed: wrong info cursor 0x2003a/(nil)
cursoricon.c:2188: Test failed: wrong info cursor 0x2003a/(nil)
make: *** [cursoricon.ok] Error 3
I've only seen this once so far. Filing report partly because
the fixme asked for it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28547
Bug #: 28547
Summary: ole32/clipboard.ok crashed in
X11DRV_CLIPBOARD_LookupData
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Saw this crash just now on my i7:
../../../tools/runtest -q -P wine -M ole32.dll -T ../../.. -p ole32_test.exe.so
clipboard.c
...
wine: Unhandled page fault on read access to 0x000001e3 at address 0x68bd2b12
(thread 0034), starting debugger...
Backtrace:
=>0 X11DRV_CLIPBOARD_LookupData+0x1f(wID=0x2)
[dlls/winex11.drv/clipboard.c:446]
1 X11DRV_CLIPBOARD_SynthesizeData+0x7a(wFormatID=0x2)
[dlls/winex11.drv/clipboard.c:2787]
2 X11DRV_EndClipboardUpdate+0x6e() [dlls/winex11.drv/clipboard.c:2848]
3 CloseClipboard+0x91() [dlls/user32/clipboard.c:285]
4 test_nonole_clipboard+0x3a2() [dlls/ole32/tests/clipboard.c:1295]
5 func_clipboard+0x19() [dlls/ole32/tests/clipboard.c:1546]
6 run_test+0x9e(name="clipboard.c") [include/wine/test.h:556]
7 main+0x23a(argc=<?>, argv=0x1103d0) [include/wine/test.h:624]
446 if (data->wFormatID == wID) return data;
I haven't seen this one before that I recall.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28503
Summary: comctl32/treeview.ok fails occasionally
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This failed just now on Austin's buildslave with WINEDEBUG=warn+heap:
../../../tools/runtest -q -P wine -M comctl32.dll -T ../../.. -p
comctl32_test.exe.so treeview.c && touch treeview.ok
treeview.c:1512: Test failed: got 0x20318a
treeview.c:1518: Test failed: got 0x20318a
and again on his buildslave without WINEDEBUG:
treeview.c:1512: Test failed: got 0x201c8b
treeview.c:1518: Test failed: got 0x201c8b
I see it's happened at least once before, last month, to someone else:
http://test.winehq.org/data/6ee95c77381791299ae040248897ac58c74f49f6/linux_…
and I think I recall seeing it one other time on the buildbot (not
sure which slave).
Austin's buildslave's info:
os: Debian GNU/Linux testing (wheezy), 3.0.0-1-686-pae, , Advanced Linux
Sound Architecture Driver Version 1.0.24.
ram: 8113 MB
cpu: AMD Phenom(tm) II X4 940 Processor
gpu: GeForce 9800 GTX+/PCI/SSE2/3DNOW! 3.3.0 NVIDIA 285.03
It's possible this is caused by someone playing with the mouse
or keyboard while the tests are running, but seeing it twice in
a row is suspicious.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28323
Summary: urlmon/tests/protocol.ok slightly flaky:
protocol.c:2892: Test failed: ref=2
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I've seen this twice in two days:
../../../tools/runtest -q -P wine -M urlmon.dll -T ../../.. -p
urlmon_test.exe.so protocol.c && touch protocol.ok
...
protocol.c:979: Test failed: unexpected call ReportResult
protocol.c:984: Test failed: hrResult = 80004004, expected: 00000000
protocol.c:989: Test failed: dwError == ERROR_SUCCESS
protocol.c:2892: Test failed: ref=2
protocol.c:746: Test failed: unexpected call ReportProgress_CONNECTING
This time, it was with WINEDEBUG=warn+heap, on a system with:
os: Ubuntu 10.04.3 LTS, 2.6.32-33-generic, pulseaudio
0.9.21-63-gd3efa-dirty, Advanced Linux Sound Architecture Driver Version
1.0.21.
ram: 3212 MB
cpu: Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz
gpu: GeForce GT 240/PCI/SSE2 3.2.0 NVIDIA 195.36.24
I see a few vaguely similar problems on windows at
http://test.winehq.org/data/tests/urlmon:protocol.html
so perhaps these tests still need some love.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28298
Summary: riched20/editor.ok cursort position test flaky
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
I just had a test fail (under WINEDEBUG=warn+heap, but I doubt that matters)
like this:
../../../tools/runtest -q -P wine -M riched20.dll -T ../../.. -p
riched20_test.exe.so editor.c && touch editor.ok
...
editor.c:6026: Test failed: Cursor is at 0 instead of 8
That's not a new problem; it was mentioned back in
http://www.winehq.org/pipermail/wine-devel/2008-September/069299.html
and showed up here:
http://www.winehq.org/pipermail/wine-devel/2010-December/088198.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.