aMule Forum
English => en_Bugs => Topic started 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).
-
Thanks for the heads up. I'll take a look at it.
-
And there seems to be a small memleak...
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:~>
-
Hm, interesting. Will look at that as well...
-
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
-
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.
-
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...
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:~>
-
aMule keeps eating mem, but besides this it is stable. No probs with ul or dl, no locks and files are correctly finished.
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:~>
-
I found that keeping aMule in the tray while not using it is making it a LOT faster.
-
#define faster
-
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.