http://bugs.winehq.org/show_bug.cgi?id=5322
------- Additional Comments From hans(a)it.vu.nl 2007-02-08 04:13 -------
I made some progress trying to fool pslist. You were right Dan,
it does use this registry key. I got distracted while implementing
more of PDH but I will revisit this bug at some point.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9157
------- Additional Comments From dank(a)kegel.com 2007-02-08 04:08 -------
Maybe we need to sprinkle valgrind annotations throughout
our heap implementation, or something.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5322
------- Additional Comments From dank(a)kegel.com 2007-02-08 03:51 -------
Hans has been implementing PDH lately, which is similar.
I mailed him on July 10th pointing to this bug, and he said
"I'll have a look at that bug now that I'm up to speed with
performance counters. Perhaps we can get away with an implementation
of HKEY_PERFORMANCE_DATA\230 on top of NtQueryInformationProcess,
if Alexandre accepts a hack like that."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9157
Summary: can't find memory leak in Wine, win32 binary executabe
file
Product: Wine
Version: unspecified
Platform: PC
URL: http://bugs.kde.org/show_bug.cgi?id=148441
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cnstar9988(a)gmail.com
Windows program being run under wine.
I want to use wine+valgrind, check my windows app for memory check.
Myabe wine can configure with an option, so I can use wine+valgrind to debug
my windows application.
Thanks.
//the following sourcecode has memory leak,but valgrind 3.3.SVN can't check it
on wine 0.9.42.
#include "string.h"
#include "stdlib.h"
#include "stdio.h"
int main(int argc, char* argv[])
{
char *x;
x = (char *)malloc(32);
printf("Hello World!\n");
return 0;
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9156
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://nederland.softpicks.n
| |et/software/Network-
| |Assistant_nl-1343.htm
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-02-08 03:00 -------
In future please provide download link to the appllication! Confirming, and
native comctl32 doesn't help.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=9156
Summary: images on buttons are drawn incorrectly (Network
Assistant)
Product: Wine
Version: 0.9.42.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ogldelphi(a)mail.ru
Network Assistant program.
Here is a screenshot http://appdb.winehq.org/appimage.php?iId=12416
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.