Bill Pringlemeir wrote:
> I finally have a good trace of a crash when searching.  I think this
> is a high load situation.

Were you close to any memory limit?

> I had copied a file name from the download pane to the search box.  GTKG was
> inactive for a long period of time prior to this.  I still have the core and
> binary.  What is a good GMT time for using IRC?

A good guess is between 16:00 UTC and 0:00 UTC.

> My source is current from approx. Nov 11th.
 
> #0  slab_allocator_alloc_chunk (chunk_size=Variable "chunk_size" is not 
> available.
> ) at gslice.c:987
> 987       allocator->slab_stack[ix]->chunks = chunk->next;

Well, it looks a bit useless to me. There are two possible explanations:
Either GLib's slice allocator is buggy or there's some memory corruption. I 
don't
think it has anything to do with code path it crashed at in general.

If those crashes are reproducible you could try

        export G_SLICE=always-malloc

and if that doesn't help try

        #define USE_MALLOC 1

in src/lib/halloc.c.

-- 
Christian

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Gtk-gnutella-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to