http://bugs.winehq.org/show_bug.cgi?id=20548
Summary: Memory leak in pending overlapped I/O?
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Valgrinding the chromium ipc tests shows definite leaks like this:
768 bytes in 32 blocks are definitely lost in loss record 812 of 907
by RtlAllocateHeap (heap.c:1421)
by NtWriteFile (file.c:987)
by WriteFile (file.c:532)
by IPC::Channel::ChannelImpl::ProcessOutgoingMessages
(ipc_channel_win.cc:351)
and
5,572 bytes in 199 blocks are definitely lost in loss record 884 of 907
by RtlAllocateHeap (heap.c:1421)
by NtReadFile (file.c:660)
by ReadFile (file.c:424)
by IPC::Channel::ChannelImpl::ProcessIncomingMessages
(ipc_channel_win.cc:255)
What is supposed to free that memory?
--
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=8025
ram32 <osiris1987(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |osiris1987(a)gmail.com
--- Comment #34 from ram32 <osiris1987(a)gmail.com> 2009-11-27 17:00:04 ---
(In reply to comment #32)
> https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/296825
>
> unable to reproduce this bug anymore on up-to-date xorg-edgers.
> Could anyone verify if it's only me or fixed for everyone ? (xorg-edgers are
> necessary - so carefull)
The problem still persists even with xorg-edgers and latest ATI binary
driver...
--
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=5264
--- Comment #40 from zph <zph2001(a)yandex.ru> 2009-11-27 16:52:36 ---
Thank you, Thank you, Thank you!!! I am very happy that this bag is closed!
But, I can't drop my CrossOffice (downloaded from torrent), because wine
created "useless .lnk files" when I open/close and save word documents (.doc).
This files created in active path and located in different place on my hard
drive.
Vote please for this bag #15480.
--
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=8025
Sebastian <indigo176(a)blinkenshell.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |indigo176(a)blinkenshell.org
--- Comment #33 from Sebastian <indigo176(a)blinkenshell.org> 2009-11-27 16:18:04 ---
I cannot reproduce this bug when running on a single core (disabled second core
with "echo 0 > /sys/devices/system/cpu/cpu1/online").
When running on two cores, Counter-Strike randomly freezes, disabling keyboard
and mouse input (display totally freezes too). The freezed state can be
recovered by killing the process (hl.exe) from SSH.
The last line after the freeze is:
err:ntdll:RtlpWaitForCriticalSection section 0x7e4e3640 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0017, blocked by 0009, retrying
(60 sec)
When running on a single core, the game hasn't freezed a single time.
--
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=9012
--- Comment #19 from Dan Kegel <dank(a)kegel.com> 2009-11-27 14:33:07 ---
Nope, still fails in same way. Here's a backtrace (built with -O0):
fixme:shdocvw:BindStatusCallback_OnProgress status code 14
Unhandled exception: page fault on write access to 0x00000034 in 32-bit code
(0x7d5ce59d).
Backtrace:
=>0 dochost_object_available+0x42(This=(nil), doc=0x683470)
[dlls/shdocvw/dochost.c:210] in shdocvw
1 BindStatusCallback_OnObjectAvailable+0x95(iface=0x1cf5a8, riid=0x1d003c,
punk=0x683470) [dlls/shdocvw/navigate.c:280] in shdocvw
2 BindStatusCallback_OnObjectAvailable+0xa4(iface=0x1d01c8, riid=0x1d003c,
punk=0x683470) [dlls/urlmon/bindctx.c:220] in urlmon
3 create_mime_object+0x233(binding=0x1cffa8, clsid=0x135ba0c,
clsid_str=0x1ea3208) [dlls/urlmon/binding.c:307] in urlmon
4 create_object+0x194(binding=0x1cffa8) [dlls/urlmon/binding.c:331] in urlmon
The download URL is still valid, you can try it yourself.
--
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=9012
--- Comment #18 from Sven <septim.dt(a)gmail.com> 2009-11-27 14:04:53 ---
Bug 14692 has been marked as fixed, and seems to be related to this bug (if not
a duplicate). Can this be marked as fixed too?
--
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=7698
Emmanuel Pelado <emmaguarda(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |emmaguarda(a)gmail.com
--- Comment #181 from Emmanuel Pelado <emmaguarda(a)gmail.com> 2009-11-27 13:45:23 ---
same problem.... in my pc happends only in some servers, when I press tab key,
to see stats of the game.
--
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=15977
Summary: MS Money 2007 crashes on startup
Product: Wine
Version: 1.1.8
Platform: Other
URL: http://www.microsoft.com/money/freetrial_info.mspx
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Created an attachment (id=17167)
--> (http://bugs.winehq.org/attachment.cgi?id=17167)
WINEDEBUG=+tid,shdocvw,urlmon
After a successful install, running ms money crashes in
0x6121ac69 BindStatusCallback_OnObjectAvailable+0x99(iface=0x21d1b8, riid=0x
7cfb70, punk=0x683c40) [/home/alesliehughes/wine/dlls/shdocvw/navigate.c:289]
in
shdocvw (0x7de59108)
Since This->doc_host is null and its being used.
Doing a check for null before its used works around the issue, but properly
isn't the best fix.
--
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=9012
--- Comment #17 from Austin English <austinenglish(a)gmail.com> 2009-11-27 13:08:04 ---
*** Bug 15977 has been marked as a duplicate of this 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=6775
--- Comment #10 from Austin English <austinenglish(a)gmail.com> 2009-11-27 13:04:00 ---
(In reply to comment #9)
> > Is WMVCore.DLL a windows dll?
>
> Yes it is. I got it here in Windows XP.
Not quite. It's from windows media player. You can use 'winetricks wmp9' or
'winetricks wmp10' to get 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.