Hi there! I've been reviewing the bugtrack and receiving a lot of emails with regard to problems with solaris. There were several issues, some solved in CVS and others that escape our scope (Solaris is so inconsistent that some versions require certain libraries that others not, some fail, some work...) If someone has the patience to tweak configure.in to detect the different subversions of Solaris and add the magical options, I'd put it in. Just read the ChangeLog for a brief of the fixes. --------------------------------------------------- NOTE: There're lots of fixes, not just for Solaris. --------------------------------------------------- Please send me feedback about how it went. Sadly I just received _one_ mail report. Andreas: Please test the flock patch. It should work with *BSD as it defines flock(). Sebastian: Please review BUG#424, Keith says it's a trivial fix. Ah, can anyone reproduce/not_reproduce bug 406? Has anyone with a 64bit machine had NO trouble at all? :-) Cheers Jorge.-
On Tue, 4 Mar 2003 18:22:27 -0300 (CLST) Jorge Arellano Cid <jcid@softhome.net> wrote:
Sebastian: Please review BUG#424, Keith says it's a trivial fix.
for reference: BUG#: 424 Impact: soft error At: run time Type: memory leak Comments: Version 0.7.0 pixmap leak on resize. Dw_gtk_viewport_paint calls gdk_pixmap_ref instead of gdk_pixmap_unref. Fix is trivial. HTReproduce: Resize dillo repeatedly and note X server memory size increase WorkedBy: keithp@keithp.com this looks interesting. i noticed problems with *excessive* X resource leaks (=growth of the server's memory usage), and this might be a possible fix, i'm going to test that. diff -r1.22 dw_gtk_viewport.c 263c263 < gdk_pixmap_ref (viewport->back_pixmap); ---
gdk_pixmap_unref (viewport->back_pixmap);
Ah, can anyone reproduce/not_reproduce bug 406?
i could never reproduce that... maybe you should ask people to at least include a gdb backtrace for crashes? Greetings, Thorben Thuermer
On Tue, Mar 04, Jorge Arellano Cid wrote:
Sebastian: Please review BUG#424, Keith says it's a trivial fix.
Yes, this is correct. Committed.
Ah, can anyone reproduce/not_reproduce bug 406?
I can't. I've tried severals ways to circumvent the internationalization, but could not confirm this bug. Sebastian
participants (3)
-
Jorge Arellano Cid
-
Sebastian Geerken
-
Thorben Thuermer