* Eric Grivel <gegl@xxxxxxxxxxxxxxxxxxx> [060609 12:25]: > > > >I did, after hard-coding the output filename so I didn't get all that > >stuff on standard out and didn't have to deal with redirecting. The result: > > > >#0 0x4002bbb7 in void_tile () from /opt/gimp-2.3.4/lib/libgegl-1.0.so.2 > > Looked a little bit closer. It turns out that the tile parameter passed > to void_tile() is NULL, which causes the segmentation violation when > trying to access tile->data. If I add a NULL check at the top of the > void_tile function: > if (tile == NULL) { > return TRUE; > } Try to update from CVS now, I moved the "voiding of buffers" to the finalize instead of the dispose handler. (if void_tile still gets NULL tiles now it needs to be looked further into.) There is already counters for the buffers, and I know I am leaking buffers (the cached copies in the png and jpg loaders at least). /Øyvind K. -- «The future is already here. It's just not very evenly distributed» -- William Gibson http://pippin.gimp.org/ http://ffii.org/ _______________________________________________ Gegl-developer@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer