Re: [Gtk-gnutella-devel] Re: Segfaulting in GTK zn_cram

2004-08-29 Thread alex
On Sun, 2004-08-29 at 23:32 +0200, Christian Biere wrote: > alex wrote: > > Do you want to expand on that? I mean glib is a dependency of GTKG so > > surely we should take advantage of its facilities > > GLib is used because it's required by GTK+. This dependency might be > removed in the future f

Re: [Gtk-gnutella-devel] Re: Segfaulting in GTK zn_cram

2004-08-29 Thread Christian Biere
alex wrote: > Do you want to expand on that? I mean glib is a dependency of GTKG so > surely we should take advantage of its facilities GLib is used because it's required by GTK+. This dependency might be removed in the future from the core. GLib is nice to get something started quickly but it doe

[Gtk-gnutella-devel] Re: Segfaulting in GTK zn_cram

2004-08-29 Thread Raphael Manfredi
Quoting alex <[EMAIL PROTECTED]> from ml.softs.gtk-gnutella.devel: :> Quoting alex <[EMAIL PROTECTED]> from ml.softs.gtk-gnutella.devel: :> I try to stay away of glib as much as I can. : :Do you want to expand on that? I mean glib is a dependency of GTKG so :surely we should take advantage of its f

Re: [Gtk-gnutella-devel] Re: Segfaulting in GTK zn_cram

2004-08-29 Thread alex
On Sun, 2004-08-29 at 15:55 +, Raphael Manfredi wrote: > Quoting alex <[EMAIL PROTECTED]> from ml.softs.gtk-gnutella.devel: > :But my main question would be, what is zalloc for? If memory > :fragmentation is a problem with lots of small allocations isn't this the > :point of using glib's GAlloc

[Gtk-gnutella-devel] Re: Segfaulting in GTK zn_cram

2004-08-29 Thread Raphael Manfredi
Quoting alex <[EMAIL PROTECTED]> from ml.softs.gtk-gnutella.devel: :I'm trying to run the latest GTKG from CVS and I'm seeing a segfault: Try with zalloc.c 1.3. The 1.2 version had a bug, which I fixed almost immediately after submitting 1.2.. :But my main question would be, what is zalloc for?