Hi,
I'm getting this error message very often:
"error: GEM: Someone sent a bogus pointer to copy2Image" and "error: GEM: Someone sent a bogus pointer to copy2ImageStruct"
It has started to appear with a rather complex patch which didn't use to trigger this error, so i don't know where to start from in order to track the issue down (by the way the patch works perfecly).
Does anybody know what the message exactly means or if it is specific to some particular object?
I'm using Pd Extended 0.42.5 with gem 0.92.3 on Ubuntu.
Thanks m.
Do you have separator or pix_separator in the patch?
On Fri, Mar 4, 2011 at 3:18 PM, Matteo Sisti Sette < matteosistisette@gmail.com> wrote:
Hi,
I'm getting this error message very often:
"error: GEM: Someone sent a bogus pointer to copy2Image" and "error: GEM: Someone sent a bogus pointer to copy2ImageStruct"
It has started to appear with a rather complex patch which didn't use to trigger this error, so i don't know where to start from in order to track the issue down (by the way the patch works perfecly).
Does anybody know what the message exactly means or if it is specific to some particular object?
I'm using Pd Extended 0.42.5 with gem 0.92.3 on Ubuntu.
Thanks m.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 03/04/2011 09:23 PM, chris clepper wrote:
Do you have separator or pix_separator in the patch?
I have 2 pix_separators and no separator.
(instead of separator I use an abstraction that pushes and pops the matrix, because separator has or used to have a bug that sometimes would underflow the transformation stack. Of these I do have quite a few)
On Fri, Mar 4, 2011 at 3:18 PM, Matteo Sisti Sette <matteosistisette@gmail.com mailto:matteosistisette@gmail.com> wrote:
Hi, I'm getting this error message very often: "error: GEM: Someone sent a bogus pointer to copy2Image" and "error: GEM: Someone sent a bogus pointer to copy2ImageStruct" It has started to appear with a rather complex patch which didn't use to trigger this error, so i don't know where to start from in order to track the issue down (by the way the patch works perfecly). Does anybody know what the message exactly means or if it is specific to some particular object? I'm using Pd Extended 0.42.5 with gem 0.92.3 on Ubuntu. Thanks m. _______________________________________________ Pd-list@iem.at <mailto:Pd-list@iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 03/04/2011 09:18 PM, Matteo Sisti Sette wrote:
Hi,
I'm getting this error message very often:
"error: GEM: Someone sent a bogus pointer to copy2Image" and "error: GEM: Someone sent a bogus pointer to copy2ImageStruct"
It has started to appear with a rather complex patch which didn't use to trigger this error, so i don't know where to start from in order to track the issue down (by the way the patch works perfecly).
Does anybody know what the message exactly means or if it is specific to some particular object?
the message means that an object tried to duplicate a non-existing image.
given, that things don't start "out of a sudden" and you haven't upgraded to a newer (protentially buggy) version, what else did you change?
mfgasdr IOhannes