aMule Forum

English => en_Bugs => Topic started by: nachbarnebenan on August 03, 2004, 02:45:42 PM

Title: cvs 20040803
Post by: nachbarnebenan on August 03, 2004, 02:45:42 PM
The search result tabs stay empty, no matter how many results - see attached screenshot (sorry, german version).
Title: RE: cvs 20040803
Post by: Xaignar on August 03, 2004, 04:40:16 PM
Thanks for the heads up. I'll take a look at it.
Title: RE: cvs 20040803
Post by: nachbarnebenan on August 03, 2004, 10:36:51 PM
And there seems to be a small memleak...

Quote
amule@computer1:~> ps u -C amule && date
USER       PID %CPU %MEM   VSZ  RSS TTY      STAT START   TIME COMMAND
amule    20619  4.8  6.5 118208 102608 pts/1 S+   16:50  16:40 /home/amule/temp/BUILD/bin/amule
Di Aug  3 22:37:49 CEST 2004
amule@computer1:~>
Title: Re: cvs 20040803
Post by: Xaignar on August 03, 2004, 10:54:12 PM
Hm, interesting. Will look at that as well...
Title: Re: cvs 20040803
Post by: deltaHF on August 03, 2004, 11:51:26 PM
u'll always get more mem usage when u use gtk2 .. gtk2 support in wxwidgets is still experimental :/
at least, amule doesn't crash anymore but the memleaks cos of gtk2 are still there

greets
Title: Re: cvs 20040803
Post by: Gusar on August 04, 2004, 12:06:25 AM
The search window is a wxWidgets issue I believe. On my computer, when aMule is compiled with wx 2.5.1, the search window is filled with the toolbar-background pixmap of my gtk theme. when aMule is compiled with wx 2.5.2, the search windows works ok but there are other gui bugs.
Title: Re: cvs 20040803
Post by: nachbarnebenan on August 04, 2004, 12:37:07 AM
Even if the memleak is wx fault, using gtk2 is the only way to enable unicode support, right? Well, I guess I have to start setting ulimits for amule...

Quote
amule@computer1:~> ps u -C amule && date
USER       PID %CPU %MEM   VSZ  RSS TTY      STAT START   TIME COMMAND
amule    20619  4.8  7.9 138704 123152 pts/1 S+   Aug03  22:25 /home/amule/temp/BUILD/bin/amule
Mi Aug  4 00:36:29 CEST 2004
amule@computer1:~>
Title: Re: cvs 20040803
Post by: nachbarnebenan on August 04, 2004, 11:47:59 AM
aMule keeps eating mem, but besides this it is stable. No probs with ul or dl, no locks and files are correctly finished.

Quote
amule@computer1:~> ps u -C amule && date
USER       PID %CPU %MEM   VSZ  RSS TTY      STAT START   TIME COMMAND
amule    20619  4.6 15.1 251992 236508 pts/1 S+   Aug03  53:10 /home/amule/temp/BUILD/bin/amule
Mi Aug  4 11:43:45 CEST 2004
amule@computer1:~>

Title: Re: cvs 20040803
Post by: black_jesus on August 18, 2004, 01:16:22 PM
I found that keeping aMule in the tray while not using it is making it a LOT faster.
Title: Re: cvs 20040803
Post by: Kry on August 19, 2004, 03:57:40 PM
#define faster
Title: Re: cvs 20040803
Post by: codewarrior2 on August 20, 2004, 06:43:16 AM
I imagine it has something to do with the wx code where if you put it in the try it releases some of the GUI resources and such.. probably making it a LOT more efficient.