Hi,
I am creating a little game for android in kivy and buildozer, and I am relying on Clock.schedule and Animation.on_complete to do animation sequences. But I have been getting the error:
*** Error in `/usr/bin/python': free(): invalid next size (fast): 0x00000000027ac620 ***
Aborted (core dumped)
It doesn't happen all the time, but it is bound to happen sooner or later when I start the game - and it only started happening after included animation sequences. Since I could not find problems within the python code, I tried debbuging with gdb, as proposed
here, which gave me the answer...
*** Error in `/usr/bin/python': free(): invalid next size (fast): 0x0000000002107060 ***
Program received signal SIGABRT, Aborted.
0x00007ffff782cf89 in __GI_raise (sig=sig@entry=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
...which did not help me much. Does anyone have an insight on how to deal with this problem? I'm using Python 2.7.5-5ubuntu3, Cython 0.20.1+git90-g0e6e38e-1ubuntu2 and Kivy 1.8.0-stable0+2014013011617^pkg23^ubuntu13.10.