http://bugs.winehq.org/show_bug.cgi?id=20684
Summary: Memory leak in CryptGenKey/CryptDestroyKey?
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: rsaenh
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=24711)
--> (http://bugs.winehq.org/attachment.cgi?id=24711)
minimal test showing problem
Chromium's unit_tests.exe's SignatureCreatorTest.BasicTest
seems to show a leak in CryptGenKey():
972 bytes in 1 blocks are definitely lost in loss record 836 of 921
at RtlAllocateHeap (heap.c:1423)
by ???
by ???
by ???
by CryptGenKey (crypt.c:1434)
by base::RSAPrivateKey::Create (rsa_private_key_win.cc:35)
by SignatureCreatorTest_BasicTest_Test::TestBody
(signature_creator_unittest.cc:15)
I've extracted a minimal test case into the attached patch.
To repeat, apply the patch and then run the rsaenh test under valgrind.
It complains
972 bytes in 1 blocks are definitely lost in loss record 463 of 518
at RtlAllocateHeap (heap.c:1423)
by new_object (handle.c:362)
by new_key (rsaenh.c:834)
by RSAENH_CPGenKey (rsaenh.c:3064)
by CryptGenKey (crypt.c:1434)
by func_rsaenh (rsaenh.c:2546)
by run_test (test.h:535)
by main (test.h:585)
It seems the reference count of the generated key starts off one
too high, or something?
--
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=20224
Summary: dlls/d3dx9_36/tests/math.C: Test failed: Expected
matrix
Product: Wine
Version: 1.1.30
Platform: PC-x86-64
URL: http://test.winehq.org/data/f3b9fb554dd116c88142209873
8a1f0223087cd1/wine_ae-904-x64-nogecko/d3dx9_36:math.h
tml
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase, win64
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Normally, I wouldn't file bugs related to testcases failing on 64-bit, but Jörg
pointed out something interesting:
http://test.winehq.org/data/f3b9fb554dd116c881422098738a1f0223087cd1/wine_a…http://test.winehq.org/data/f3b9fb554dd116c881422098738a1f0223087cd1/wine_j…
(both are winetest results from 1.1.30, my win64 tests, and his 32-bit OS X
tests)
Both fail in the same way:
dlls/d3dx9_36/tests/math.c
math.c:512: Test failed: Expected matrix=
(-0.214800,1.311600,0.475200,0.000000
0.950400,-0.883600,0.924400,0.000000
1.021200,0.193600,-1.358800,0.000000
18.298500,-29.624001,15.683499,1.000000
)
Got matrix=
(-0.214800,1.311600,0.475200,0.000000
0.950402,-0.883606,0.924399,0.000000
1.021202,0.193600,-1.358803,0.000000
18.298527,-29.624161,15.683442,1.000000)
math.c:756: Test marked todo: Expected Vector= (0.206945, 0.103473, 0.310418,
0.000000)
, Got Vector= (0.093768, 0.187536, 0.375073, 0.000000)
math: 364 tests executed (1 marked as todo, 1 failure), 0 skipped.
Since it also affects a 32-bit wine, I figured I should file a bug. Perhaps
driver related, and so only affects OS X/64-bit?
--
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=20013
Summary: Exchange Server 2007 fails to start
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://technet.microsoft.com/en-us/exchange/bb330851.a
spx
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Created an attachment (id=23552)
--> (http://bugs.winehq.org/attachment.cgi?id=23552)
Crash dump of installer
See attachment for log of crash when it trying to install.
This is a regression worked in 1.1.9 and failed in 1.1.29. Currently I don't
have time to run a regression test.
--
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=19898
Summary: WinMX: crashes instantly upon start
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nylly123(a)gmx.de
CC: julliard(a)winehq.org
Created an attachment (id=23357)
--> (http://bugs.winehq.org/attachment.cgi?id=23357)
Console output / backtrace
Regression:
The filesharing app WinMX crashes instantly after starting.
This has been tested with versions 3.53 and 3.54beta4, available here:
http://archive.winmxworld.com/WinMX/WinMx%20Releases/winmx353.exehttp://archive.winmxworld.com/WinMX/Beta/3.54%20betas/winmx354beta4.zip
Bug is present in version 1.1.25 onwards through 1.1.28 from git.
Works fine in wine 1.1.24
Console output/backtrace in attachment.
Regression test shows edebc2b75f59b5d0f63e300084eba6fbca814bef is first bad
commit, git bisect output also attached.
Reverting the patch removes the bug.
--
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=19802
Summary: SiSoftware Sandra 2009.SP4 unhandled exception
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://download.cnet.com/SiSoftware-Sandra/3000-2086_4
-10556571.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=23196)
--> (http://bugs.winehq.org/attachment.cgi?id=23196)
wine-1.1.27-387-ge4106b6 console output
SiSoftware Sandra 2009.SP4 causes an unhandled exception when loading and
exits.
1 0x7e86dc0f RpcRaiseException+0x35(exception=1722)
[/home/test/wine-git/dlls/rpcrt4/rpcrt4_main.c:176] in rpcrt4 (0x0032acfc)
2 0x7e83531b NdrGetBuffer+0xa9(stubmsg=0x32b230, buflen=1172,
handle=0xe69118) [/home/test/wine-git/dlls/rpcrt4/ndr_clientserver.c:175] in
rpcrt4 (0x0032ad3c)
3 0x7e851881 NdrClientCall2+0xa03(pStubDesc=0x4bc260, pFormat="H")
[/home/test/wine-git/dlls/rpcrt4/ndr_stubless.c:764] in rpcrt4 (0x0032b3fc)
--
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=19483
Summary: crash when launching zattoo
Product: Wine
Version: unspecified
Platform: PC
URL: http://zattoo.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: davidmohammed(a)gmail.com
Created an attachment (id=22649)
--> (http://bugs.winehq.org/attachment.cgi?id=22649)
this is a winedebug trace when running the application
zattoo crashes with "serious application error" when starting the application
wine Zattoo1.exe
--
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=18786
Summary: Minitab doesn't run anymore
Product: Wine
Version: 1.1.22
Platform: PC-x86-64
URL: http://www.minitab.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mitchellvc(a)gmail.com
According to the App DB, Minitab 15.1 and Minitab 14.1 can be run with wine
0.9.54 or 0.9.55, installing dcom98 but it doesn't help anymore, in fact if you
install it then would not be able to install neither Minitab 14.1 nor Minitab
15.1. Both versions of Minitab install successfully with default settings but
they can't be run in any way. For Minitab 15.1 an error window from HASP
Alladin software is shown. This is a regression since it was possible to make
this two applications be run in an older version of wine.
--
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=18753
Summary: Apps not terminatable
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Manuel.Bihl(a)gmx.de
If you open any program (e.g. winecfg) inside of an Virtual Desktop (wine
explorer /desktop=,640x480 winecfg) it's not possible to exit the program with
alt-f4 or the cross of the winedesktop.
--
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=17911
Summary: Gothic 3: Stripe on the right part of the screen is not
updated in high resolutions
Product: Wine
Version: 1.1.18
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
Created an attachment (id=20231)
--> (http://bugs.winehq.org/attachment.cgi?id=20231)
wine output (1.1.18)
Hello,
when I set the resolution of Gothic III to 1280x800 (my monitors maximum
resolution) there is a stripe at the right part of the screen that is not
updated. This does not occur in 1024x786 resolution.
Attached is the output of wine.
Note: Gothic 3 requires two helper dlls to start: d3dx9_36.dll and
D3DX9_40.dll.
Also note that the menus like inventory are drawn fine in the right stripe. But
just the background is not updated (also when a menu is opened). I will attach
some screenshots.
About my system:
Ubuntu 8.10 amd64
NVIDIA Quadro NVS 140M
180.44 drivers
--
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.