hi,
with attached patch, pd crashes when gemlist is banged (after gemwin creation of course)
on ubuntu 12.04, Gem build today from git
can anyone reproduce that ?
cheers
a.
Le 03/05/2012 18:02, Antoine Villeret a écrit :
hi,
with attached patch, pd crashes when gemlist is banged (after gemwin creation of course)
on ubuntu 12.04, Gem build today from git
can anyone reproduce that ?
cheers
a.
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
Hello,
Yes, same crash here on a fresh build. Ubuntu 11.10, pd 0.42test2, Gem ver: 0.93.git 4f5db6d. I have often crash with [gemlist] in certain circumstance. Here a patch that solve this crash (if i am right). ++
Jack
Le 03/05/2012 18:19, Jack a écrit :
Hello,
Yes, same crash here on a fresh build. Ubuntu 11.10, pd 0.42test2, Gem ver: 0.93.git 4f5db6d. I have often crash with [gemlist] in certain circumstance.
which circumstance? crash should be reported to be fixed.
Here a patch that solve this crash (if i am right).
your patch did only remove anything from gemlist right inlet. ++ c
Le 03/05/2012 18:33, Cyrille Henry a écrit :
Le 03/05/2012 18:19, Jack a écrit :
Hello,
Yes, same crash here on a fresh build. Ubuntu 11.10, pd 0.42test2, Gem ver: 0.93.git 4f5db6d. I have often crash with [gemlist] in certain circumstance.
which circumstance? crash should be reported to be fixed.
I have isolated the problem. You can open the patch attached to this mail. All instructions are inside. Hope it will help.
Here a patch that solve this crash (if i am right).
your patch did only remove anything from gemlist right inlet.
Abslolutely, sorry for the wrong noise, i didn't verify if the patch worked. ++
Jack
++ c
Le 04/05/2012 14:37, Jack a écrit :
Le 03/05/2012 18:33, Cyrille Henry a écrit :
Le 03/05/2012 18:19, Jack a écrit :
Hello,
Yes, same crash here on a fresh build. Ubuntu 11.10, pd 0.42test2, Gem ver: 0.93.git 4f5db6d. I have often crash with [gemlist] in certain circumstance.
which circumstance? crash should be reported to be fixed.
I have isolated the problem. You can open the patch attached to this mail. All instructions are inside. Hope it will help.
ok, thanks for the example. i remove the pmpd part that have nothing to do with the crash and submit a bug report. i also submit yesterdays patch by antoine.
cheers C
Here a patch that solve this crash (if i am right).
your patch did only remove anything from gemlist right inlet.
Abslolutely, sorry for the wrong noise, i didn't verify if the patch worked. ++
Jack
++ c
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
Hello Iohannes,
all of this look to be related to the fact that i never really finished the gemlist object.
in the source file, one can read this :
void gemlist :: postrender(GemState *) { // m_validState=false;
// this is to early to reset the m_validState // when should we call this??? // TODO : fix this. }
if m_validState could be set to false at the end of the render of the last gemhead, then all problem would disappear. but postrender is trigged only at the end of the render of this gemhead if i am correct. Is there a way for this object to know when last gemhead render is finish?
thanks Cyrille
Le 04/05/2012 15:07, Cyrille Henry a écrit :
Le 04/05/2012 14:37, Jack a écrit :
Le 03/05/2012 18:33, Cyrille Henry a écrit :
Le 03/05/2012 18:19, Jack a écrit :
Hello,
Yes, same crash here on a fresh build. Ubuntu 11.10, pd 0.42test2, Gem ver: 0.93.git 4f5db6d. I have often crash with [gemlist] in certain circumstance.
which circumstance? crash should be reported to be fixed.
I have isolated the problem. You can open the patch attached to this mail. All instructions are inside. Hope it will help.
ok, thanks for the example. i remove the pmpd part that have nothing to do with the crash and submit a bug report. i also submit yesterdays patch by antoine.
cheers C
Here a patch that solve this crash (if i am right).
your patch did only remove anything from gemlist right inlet.
Abslolutely, sorry for the wrong noise, i didn't verify if the patch worked. ++
Jack
++ c
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
hello, since i did not find a way yet to protect gemlist code, you can use this abstraction so that gemlist can not be badlly use and it should then never crash. cheers C
Le 04/05/2012 14:37, Jack a écrit :
Le 03/05/2012 18:33, Cyrille Henry a écrit :
Le 03/05/2012 18:19, Jack a écrit :
Hello,
Yes, same crash here on a fresh build. Ubuntu 11.10, pd 0.42test2, Gem ver: 0.93.git 4f5db6d. I have often crash with [gemlist] in certain circumstance.
which circumstance? crash should be reported to be fixed.
I have isolated the problem. You can open the patch attached to this mail. All instructions are inside. Hope it will help.
Here a patch that solve this crash (if i am right).
your patch did only remove anything from gemlist right inlet.
Abslolutely, sorry for the wrong noise, i didn't verify if the patch worked. ++
Jack
++ c
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
oups, forget the attachment. cheers c
Le 09/05/2012 10:55, Cyrille Henry a écrit :
hello, since i did not find a way yet to protect gemlist code, you can use this abstraction so that gemlist can not be badlly use and it should then never crash. cheers C
Le 04/05/2012 14:37, Jack a écrit :
Le 03/05/2012 18:33, Cyrille Henry a écrit :
Le 03/05/2012 18:19, Jack a écrit :
Hello,
Yes, same crash here on a fresh build. Ubuntu 11.10, pd 0.42test2, Gem ver: 0.93.git 4f5db6d. I have often crash with [gemlist] in certain circumstance.
which circumstance? crash should be reported to be fixed.
I have isolated the problem. You can open the patch attached to this mail. All instructions are inside. Hope it will help.
Here a patch that solve this crash (if i am right).
your patch did only remove anything from gemlist right inlet.
Abslolutely, sorry for the wrong noise, i didn't verify if the patch worked. ++
Jack
++ c
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
hello,
i made few test with your patch.
-it did not crash if the gemlist is banged with a gemhead. -it can crash without the pix_image, but not at every bang -if the pix_image receive a gemlist first, then it load the image and banging the gemlist did not crash every time (just like without pix_image)
So, the main problem is that gemlist is banged when gem is not rendering an image.
is there any application that need gemlist to be manually banged, or should we restrict it's usage so that it can only be banged during a rendering?
Cyrille
Le 03/05/2012 18:02, Antoine Villeret a écrit :
hi,
with attached patch, pd crashes when gemlist is banged (after gemwin creation of course)
on ubuntu 12.04, Gem build today from git
can anyone reproduce that ?
cheers
a.
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev