Jens Berg wrote on 20.07.2010 07:54: > I think, the problem might be the component 'gsize slice_remaining' of > 'struct slab_source_state'. As I'm running a 32-bit system, gsize is a > 32-bit value as far as I know. I'm currently running a test with > slice_remaining defined as guint64 but it will take a few hours until > the first tape change occurs and I see any results.
Changing slice_remaining in struct slab_source_state from type gsize to type guint64 together with the fix you suggested solves the problem. Thanks again for your help! Jens
