Hello list,
i'm trying to create an object processing the gemlist. everything works fine, but when i'm tryibg to delete object, it causes a segfault.
here is the gdb output: Program received signal SIGSEGV, Segmentation fault. outlet_free (x=0x81ac558) at m_obj.c:401 401 if (y->ob_outlet == x) y->ob_outlet = x->o_next;
i'm confused a bit. any idea where to start and look for an error? thanks,
hi
Pepa Henzl wrote:
Hello list,
i'm trying to create an object processing the gemlist. everything works fine, but when i'm tryibg to delete object, it causes a segfault.
here is the gdb output: Program received signal SIGSEGV, Segmentation fault. outlet_free (x=0x81ac558) at m_obj.c:401 401 if (y->ob_outlet == x) y->ob_outlet = x->o_next;
i'm confused a bit. any idea where to start and look for an error? thanks,
could you post more information?
which object? which OS (linux i guess; but which one?)
is the bug reproducible with a small test-patch? which you could post?
gfmasd.r IOhannes