http://bugs.winehq.org/show_bug.cgi?id=9157
------- Additional Comments From cnstar9988(a)gmail.com 2007-03-08 21:07 -------
I have installed valgrind 3.2.3 before wine 0.9.42, ./configure --prefix=/usr.
I have found that wine 0.9.42 knows about Valgrind, because
$WINE_SRC/include/config.h says "#define HAVE_VALGRIND_MEMCHECK_H 1"
ls -lta /usr/include/valgrind/valgrind.h
-rw-r--r-- 1 root root 146801 Aug 2
22:17 /usr/include/valgrind/valgrind.h
So I think my valgrind+wine is very well installed.
But when wine translate my winapp into elf, lost the backtrace of function.
Your can build the following app on windows(mulithread support), and use
wine+valgrind on Linux, but can't find any memory leak,,,.
#include "string.h"
#include "stdlib.h"
#include "stdio.h"
int main(int argc, char* argv[])
{
char *x, *y;
x = (char *)malloc(32);
y = (char *)malloc(16);
x[30] = '\0';
y[15] = '\0';
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=9179
austinenglish(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |enhancement
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From austinenglish(a)gmail.com 2007-03-08 20:20 -------
Is there a program that breaks without it?
--
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=9180
------- Additional Comments From dank(a)kegel.com 2007-03-08 19:36 -------
Aw, foo, the ^M probably doesn't matter, I bet it was added by
the test harness. I'll try to boil this down to an example
that doesn't have that ^M confusion.
--
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=9180
Summary: Mauve test fails:
gnu.testlet.java.io.BufferedWriter.Test
Product: Wine
Version: 0.9.42.
Platform: Other
URL: http://sourceware.org/mauve/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
When run with wine from git and latest Sun windows JRE,
this test outputs the following:
FAIL: java.io.BufferedWriter.Test^M
line 60: Did all chars make it through? [1] --
got I used to live right behind this super-cool bar in
Chicago called Lounge Ax. They have the best music of pretty
much anyplace in town with a great atmosphere and $1 Huber
on tap. I go to tons of shows there, even though I moved.
but expected I used to live right behind this super-cool bar in
Chicago called Lounge Ax. They have the best music of pretty
much anyplace in town with a great atmosphere and $1 Huber
on tap. I go to tons of shows there, even though I moved.^M
Evidently on Wine, the trailing carriage return (^M) is missing.
The source for the test is at
http://sourceware.org/cgi-bin/cvsweb.cgi/mauve/gnu/testlet/java/io/Buffered…
To repeat, see the instructions at
http://wiki.winehq.org/LanguageTestSuites
for downloading and setting up the test suite,
then run it with
echo gnu.testlet.java.io.BufferedWriter.Test > tests
wine .wine/drive_c/jre16/bin/java.exe -classpath mauve.jar RunnerProcess -debug
< tests > log
and look at log with vi or cat -v. The source
for this test is at
http://sourceware.org/cgi-bin/cvsweb.cgi/mauve/gnu/testlet/java/io/Buffered…
I'll try to boil this down further...
--
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=7394
------- Additional Comments From truiken(a)gmail.com 2007-03-08 19:21 -------
Can someone send me the .msi file for this installer? Make sure that the
installer fails for you in the same way, because, for example, my copy does not
fail.
--
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=9168
------- Additional Comments From weed_richard(a)hotmail.com 2007-03-08 19:06 -------
I did read the bug you linked to prior to posting mine.
I run Halo from an icon on my X desktop. The focus remains on my desktop, so it may be similar.
I found a work-around for 0.9.42 which is to start another Wine app like regedit and then I can alt-tab back and forth giving Halo the focus.
--
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=9178
austinenglish(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From austinenglish(a)gmail.com 2007-03-08 19:04 -------
Running the binary in wine 0.9.42, issues this warning:
Warning: unprotecting memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
Then, after letting it hang for while, killing it with CTRL + C issues:
*** glibc detected *** winevdm.exe: corrupted double-linked list: 0x7c04f148 ***
======= Backtrace: =========
/lib/tls/i686/cmov/libc.so.6[0xb7d085f9]
/lib/tls/i686/cmov/libc.so.6(cfree+0x90)[0xb7d0be30]
/usr/bin/../lib/libGL.so.1[0x7e7de50c]
======= Memory map: ========
err:seh:raise_exception Unhandled exception code 80000101 flags 1 addr 0xffffe410
I'm confirming the bug, I didn't run the regression test to confirm it, but this
should be helpful in fixing this bug, as something similar affects a few old dos
programs.
--
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=9179
Summary: WTSLogoffSession() from wtsapi32.dll not defined
Product: Wine
Version: unspecified
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frode(a)enkelt.no
The WTSLogoffSession function is not defined. Please add it to wtsapi32.h and
wtsapi32.c.
--
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=4729
------- Additional Comments From mikolaj.zalewski(a)gmail.com 2007-03-08 18:18 -------
The bug is easy to reproduce. Use File > New, draw a shape with a brush and
change the width of the history palette. After the first or second change Wine
will lock. Locking of other apps ocures maybe because when resizing we grab the
mouse. After one minute there is a timeout on the critical section and Pohtoshop
is killed.
The other thread is executing XQueryPointer in X11DRV_GetCursorPos. Adding
timestamps show that this is one call that doesn't return. On the stack traces
of other threads I haven't notived any X11 activity.
--
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.