http://bugs.winehq.com/show_bug.cgi?id=720
*** shadow/720 Tue May 28 19:44:47 2002
--- shadow/720.tmp.23600 Wed May 29 03:35:47 2002
***************
*** 123,125 ****
--- 123,130 ----
files, usually located in the system directory, into your wine system
directory, and in the config add those files to the dlloverrides with native,
builtin as the order...see if that improves anything...
+
+ ------- Additional Comments From maxx2(a)veneto.com 2002-05-29 03:35 -------
+ Not too useful, 'cause Autocad installs its own mfc version....
+ I'll try to trace it in windows to see whith calls are involved in redraws,
+ in next days I'll post them.
\ No newline at end of file
I downloaded the Wine source from today's CVS and applied the patch and
found the memory leak still exists in all tested programs including
AbiWord. I then downloaded the 20020310 source code and applied the
patch. This time I found that all the other programs no longer
exhibited this memory leak. Great job, Andreas, and many thanks!
On 2002.05.27 13:46 wine-bugs(a)winehq.com wrote:
> http://bugs.winehq.com/show_bug.cgi?id=590
>
> *** shadow/590 Mon May 20 21:38:06 2002
> --- shadow/590.tmp.6901 Mon May 27 13:46:05 2002
> ***************
> *** 2,8 ****
> | Memory leak: When running any program under Wine, the memory usage
> increas |
>
> +----------------------------------------------------------------------------+
> | Bug #: 590 Product: Wine
> |
> ! | Status: ASSIGNED Version: 20020310
> |
> | Resolution: Platform:
> |
> | Severity: major OS/Version: All
> |
> | Priority: P1 Component: wine-kernel
> |
> --- 2,8 ----
> | Memory leak: When running any program under Wine, the memory usage
> increas |
>
> +----------------------------------------------------------------------------+
> | Bug #: 590 Product: Wine
> |
> ! | Status: RESOLVED Version: 20020310
> |
> | Resolution: Platform:
> |
> | Severity: major OS/Version: All
> |
> | Priority: P1 Component: wine-kernel
> |
> ***************
> *** 58,60 ****
> --- 58,71 ----
> Another program you could try is AOL Instant Messenger. Again, try
> moving the
> cursor quickly and continuously over the buttons, allowing time for
> the
> tooltips to show.
> +
> + ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de
> 2002-05-27 13:46 -------
> + OK, I just submitted a patch to wine-patches that fixes a major
> memleak in
> + windows/winpos.c/find_child_from_point() (several return cases
> didn't free the
> + window list).
> + This cures AbiWord eating memory when over the toolbar.
> + See http://wine.codeweavers.com/fom-meta/cache/230.html for a
> description
> + of how to debug such things.
> + Robert, could you try the various other problematic apps with this
> patch ?
> + I'm just assuming it's resolved now :-)
> + (feel free to reopen in case of remaining memleaks with the other
> apps mentioned)
> \ No newline at end of file
>
>
>
http://bugs.winehq.com/show_bug.cgi?id=720
*** shadow/720 Tue May 28 17:58:36 2002
--- shadow/720.tmp.3259 Tue May 28 19:44:47 2002
***************
*** 117,119 ****
--- 117,125 ----
bug spotting, limiting the trace output around the problem without the need of parsing
huge trace logs. I'd code it by myself but I've not enough skills in linux programming
(nor in where to hook it into wine!) to do it....
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-28 19:44 -------
+ Hmm, now that you mention it, try putting the windows versions of the MFC
+ files, usually located in the system directory, into your wine system
+ directory, and in the config add those files to the dlloverrides with native,
+ builtin as the order...see if that improves anything...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=721
*** shadow/721 Tue May 28 16:08:30 2002
--- shadow/721.tmp.2796 Tue May 28 19:35:38 2002
***************
*** 133,135 ****
--- 133,141 ----
If you have made any TTF available to Wine then it totally ignores the aliases
in the config file. This is only read by the old x11drv font code which is
bypassed when using client side fonts.
+
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-28 19:35 -------
+ That is actually the point, if the windows version of the fonts in the aliases
+ are not available, then it will use the aliases, and if they are then the
+ windows version will be used...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=720
*** shadow/720 Tue May 28 15:03:22 2002
--- shadow/720.tmp.30289 Tue May 28 17:58:36 2002
***************
*** 105,107 ****
--- 105,119 ----
That is definitely not what is supposed to happen... We would need a debug
output, but I have no clue which one you should attach, I want to say x11drv,
but that may not help anything... Anyone else want to comment?
+
+ ------- Additional Comments From maxx2(a)veneto.com 2002-05-28 17:58 -------
+ I don't have any idea too.... AutoCAD is the only app I tested that shows such a
+ behaviour.
+ I know it's based on MFC, but I guess it has some optimizations to speed up display
+ that make problem to appear. I did try a relay trace, but it's huge and I can't locate
+ where the problem happens.... And I don't think it would be useful to post it :)
+ In windows I've some gui apps that can trace api calls, allowing me to start and stop
+ traces on the fly.... I'd like to see something like it in wine, I think it would ease
+ bug spotting, limiting the trace output around the problem without the need of parsing
+ huge trace logs. I'd code it by myself but I've not enough skills in linux programming
+ (nor in where to hook it into wine!) to do it....
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=721
*** shadow/721 Tue May 28 14:05:28 2002
--- shadow/721.tmp.23502 Tue May 28 16:08:30 2002
***************
*** 128,130 ****
--- 128,135 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-28 14:05 -------
Submitting patch a little later today, watch wine-patches...
+
+ ------- Additional Comments From h.davies1(a)physics.ox.ac.uk 2002-05-28 16:08 -------
+ If you have made any TTF available to Wine then it totally ignores the aliases
+ in the config file. This is only read by the old x11drv font code which is
+ bypassed when using client side fonts.
http://bugs.winehq.com/show_bug.cgi?id=657
*** shadow/657 Tue May 28 14:55:54 2002
--- shadow/657.tmp.22712 Tue May 28 15:53:51 2002
***************
*** 116,118 ****
--- 116,124 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-28 14:55 -------
The resolution is clear - WONTFIX :-)
+
+ ------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2002-05-28 15:53 -------
+ MS Visual C++ comes with the source of MFC. You may redistribute it, so on I386
+ there is no sense in a rewrite. Recompiling the MFC source is however daunting,
+ but has been achieved before.
+
http://bugs.winehq.com/show_bug.cgi?id=440
*** shadow/440 Mon May 27 14:58:09 2002
--- shadow/440.tmp.19813 Tue May 28 15:12:30 2002
***************
*** 114,116 ****
--- 114,127 ----
greetings,
thorsten
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-28 15:12 -------
+ Thorsten, could you try doing rpm --rebuild on the dataparty one and then look
+ for a line at the end like Wrote: /usr/src/RPM/RPMS/wine-cvs-unstripped-
+ XXXXXXXX.rpm
+
+ and run rpm -Uvh on that 2nd one?
+
+ and then try to run your application again?
+
+ Thanks
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=720
*** shadow/720 Sun May 26 17:10:59 2002
--- shadow/720.tmp.19203 Tue May 28 15:03:22 2002
***************
*** 99,101 ****
--- 99,107 ----
------- Additional Comments From maxx2(a)veneto.com 2002-05-26 17:10 -------
Created an attachment (id=134)
Shot 3 of 3, toolbar removed, repainted image corrupted....
+
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-28 15:03 -------
+ That is definitely not what is supposed to happen... We would need a debug
+ output, but I have no clue which one you should attach, I want to say x11drv,
+ but that may not help anything... Anyone else want to comment?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=735
*** shadow/735 Tue May 28 08:41:52 2002
--- shadow/735.tmp.19016 Tue May 28 15:01:07 2002
***************
*** 2,8 ****
| The WM_INPUTLANGCHANGE message is not send when switching layouts |
+----------------------------------------------------------------------------+
| Bug #: 735 Product: Wine |
! | Status: UNCONFIRMED Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
--- 2,8 ----
| The WM_INPUTLANGCHANGE message is not send when switching layouts |
+----------------------------------------------------------------------------+
| Bug #: 735 Product: Wine |
! | Status: NEW Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
***************
*** 22,24 ****
--- 22,28 ----
At the moment, there is no code that knows how to generate this message at all,
and after a layout switch in X11 or KDE in particular.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-28 15:01 -------
+ Shashar, I gave you privileges to confirm and edit bugs, so in future you can
+ confirm your bugs.
\ No newline at end of file