Bugs item #3431293, was opened at 2011-10-31 15:46
Message generated for change (Tracker Item Submitted) made by ricardofabbri
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3431293&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix-video-help.pd: create/destroy gemwin: device busy
Initial Comment:
When opening the help, then create->destroy->create, the video doesn't open anymore and I get the messages:
v4l2: VIDIOC_S_FMT(fmt): Invalid argument
v4l2: VIDIOC_REQBUFS: Device or resource busy
I am using a 64bit Ubuntu linux, Gem from git, pd-extended from svn and pd-extended core from git
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3431293&group_…
Bugs item #3430199, was opened at 2011-10-29 18:26
Message generated for change (Settings changed) made by ricardofabbri
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
>Status: Closed
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_kaleidoscope help crashes Pd (64bit)
Initial Comment:
By clicking on "Create Window" in the pix_kaleidoscope help, Pd crashes.
I am using the latest gem git with pd-extended svn under Linux with the mesa drivers (Ubuntu 11.10).
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 15:12
Message:
Your fix works. thanks!!!
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 12:42
Message:
Hi,
yes, my system is 64bit. I will do a git pull and test your fix.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-31 11:26
Message:
i think i found the culprit
in src/Utils/PetesPlugins.h there is a "typedef unsigned long U32", which
is definitely wrong on LP64 architectures (e.g. linux/64bit)
i replaced that to use "int32_t", which should fix this bug.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-31 11:00
Message:
i can now reproduce the bug on 64bit debian/squeeze
unfortunately, it seems to be unrelated to the "memory problem thread"
pointed to in my other comment.
instead, all ports of Pete's Plugins seem to be affected, here's the list
(i haven't tested all of them, though)
- pix_backlight
- pix_colorreduce
- pix_halftone
- pix_kaleidoscope
- pix_levels
- pix_lumaoffset
- pix_metaimage
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-31 07:50
Message:
is this a 64bit system?
there seems to be a nasty memory problem somewhere.
see also the gem-dev thread starting at
http://lists.puredata.info/pipermail/gem-dev/2011-10/005504.html
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 01:00
Message:
pix_luma_offset also crashes ...
I can help trace this tomorrow.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 00:58
Message:
pix_metaimage-help.pd also crashes in the same way, upon creating the
gemwin.
I tried opening another image file as you mentioned. For most images, the
crash occurs directly. For a specific png file I opened, I get the
following assersion error followed by the watchdog messages:
$ pd-extended
open: /etc/pd/gem.conf: No such file or directory
open: /home/rfabbri/.pd/gem.conf: No such file or directory
open: ./gem.conf: No such file or directory
load plugins 'image' in '/usr/lib/pd-extended/extra/Gem/'
pattern : /usr/lib/pd-extended/extra/Gem/gem_image*.so
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageJPEG.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageMAGICK.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageSGI.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageTIFF.so'!
pd-extended: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr)
(((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct
malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >=
(unsigned long)((((__builtin_offsetof (struct malloc_chunk,
fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) -
1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) ==
0)' failed.
Pd: signal 6
watchdog: signaling pd...
watchdog: signaling pd...
watchdog: signaling pd...
watchdog: signaling pd...
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-30 22:52
Message:
This also happens with pix_refraction-help.pd.
I will investigate later.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-30 18:35
Message:
unable to reproduce (on debian wheezy/sid with mesa)
can this be related to the image not being found?
does it work if you add the path to the Gem binary manually
e.g.
$ cd .../Gem
$ pd -lib ./Gem -path . help/pix_kaleidoscope.pd
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Bugs item #3430199, was opened at 2011-10-29 18:26
Message generated for change (Comment added) made by ricardofabbri
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_kaleidoscope help crashes Pd (64bit)
Initial Comment:
By clicking on "Create Window" in the pix_kaleidoscope help, Pd crashes.
I am using the latest gem git with pd-extended svn under Linux with the mesa drivers (Ubuntu 11.10).
----------------------------------------------------------------------
>Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 15:12
Message:
Your fix works. thanks!!!
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 12:42
Message:
Hi,
yes, my system is 64bit. I will do a git pull and test your fix.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-31 11:26
Message:
i think i found the culprit
in src/Utils/PetesPlugins.h there is a "typedef unsigned long U32", which
is definitely wrong on LP64 architectures (e.g. linux/64bit)
i replaced that to use "int32_t", which should fix this bug.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-31 11:00
Message:
i can now reproduce the bug on 64bit debian/squeeze
unfortunately, it seems to be unrelated to the "memory problem thread"
pointed to in my other comment.
instead, all ports of Pete's Plugins seem to be affected, here's the list
(i haven't tested all of them, though)
- pix_backlight
- pix_colorreduce
- pix_halftone
- pix_kaleidoscope
- pix_levels
- pix_lumaoffset
- pix_metaimage
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-31 07:50
Message:
is this a 64bit system?
there seems to be a nasty memory problem somewhere.
see also the gem-dev thread starting at
http://lists.puredata.info/pipermail/gem-dev/2011-10/005504.html
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 01:00
Message:
pix_luma_offset also crashes ...
I can help trace this tomorrow.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 00:58
Message:
pix_metaimage-help.pd also crashes in the same way, upon creating the
gemwin.
I tried opening another image file as you mentioned. For most images, the
crash occurs directly. For a specific png file I opened, I get the
following assersion error followed by the watchdog messages:
$ pd-extended
open: /etc/pd/gem.conf: No such file or directory
open: /home/rfabbri/.pd/gem.conf: No such file or directory
open: ./gem.conf: No such file or directory
load plugins 'image' in '/usr/lib/pd-extended/extra/Gem/'
pattern : /usr/lib/pd-extended/extra/Gem/gem_image*.so
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageJPEG.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageMAGICK.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageSGI.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageTIFF.so'!
pd-extended: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr)
(((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct
malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >=
(unsigned long)((((__builtin_offsetof (struct malloc_chunk,
fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) -
1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) ==
0)' failed.
Pd: signal 6
watchdog: signaling pd...
watchdog: signaling pd...
watchdog: signaling pd...
watchdog: signaling pd...
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-30 22:52
Message:
This also happens with pix_refraction-help.pd.
I will investigate later.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-30 18:35
Message:
unable to reproduce (on debian wheezy/sid with mesa)
can this be related to the image not being found?
does it work if you add the path to the Gem binary manually
e.g.
$ cd .../Gem
$ pd -lib ./Gem -path . help/pix_kaleidoscope.pd
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Bugs item #3431181, was opened at 2011-10-31 13:42
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3431181&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: win32
>Status: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Pierre-Olivier Boulant (po-b)
Assigned to: Nobody/Anonymous (nobody)
Summary: GEM image loading - failure if Quicktime absent
Initial Comment:
When loading a jpg, if gem_imageQT.dll is present in the GEM directory, but Quicktime has not been installed on the system and eventhough gem_imageJPEG.dll is present in the GEM directory as well, the jpg fails to load.
Removing gem_imageQT.dll allows the image to load correctly with gem_imageJPEG.dll.
GEM ver: 0.93.1 - compiled: Aug 28 2011
OS: Windows 7 64bit - 32bit application
Pd ext 0.42.5 - GEM installed the the zip archive
Pd ext 0.43.1 latest (GEM included)
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-31 15:49
Message:
thanks, this is somehow related to SF#3412354 [1], and should be fixed in
current git.
[1]
https://sourceforge.net/tracker/?func=detail&aid=3412354&group_id=64325&ati…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3431181&group_…
Bugs item #3412354, was opened at 2011-09-21 17:30
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3412354&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: win32
>Status: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_film/pix_image fail to create on w32 if plugins fail
Initial Comment:
this is with Gem-0.93.1 on win7 (from the installer)
QuickTime is NOT installed
creating a [pix_image data/bla.jpg] fails to create:
- plugins installed: all but imageMAGICK (which crashes)
- i think that imageQT throws an error which is caught only by the object creator (which fails creation)
creating [pix_film] fails as well (because QuickTime is not installed)
- plugins installed: default
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-31 15:43
Message:
should be fixed with revs.0c9830451f0,c4ff30add0b
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3412354&group_…
Bugs item #3430199, was opened at 2011-10-29 18:26
Message generated for change (Comment added) made by ricardofabbri
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
>Status: Open
Resolution: Fixed
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_kaleidoscope help crashes Pd (64bit)
Initial Comment:
By clicking on "Create Window" in the pix_kaleidoscope help, Pd crashes.
I am using the latest gem git with pd-extended svn under Linux with the mesa drivers (Ubuntu 11.10).
----------------------------------------------------------------------
>Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 12:42
Message:
Hi,
yes, my system is 64bit. I will do a git pull and test your fix.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-31 11:26
Message:
i think i found the culprit
in src/Utils/PetesPlugins.h there is a "typedef unsigned long U32", which
is definitely wrong on LP64 architectures (e.g. linux/64bit)
i replaced that to use "int32_t", which should fix this bug.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-31 11:00
Message:
i can now reproduce the bug on 64bit debian/squeeze
unfortunately, it seems to be unrelated to the "memory problem thread"
pointed to in my other comment.
instead, all ports of Pete's Plugins seem to be affected, here's the list
(i haven't tested all of them, though)
- pix_backlight
- pix_colorreduce
- pix_halftone
- pix_kaleidoscope
- pix_levels
- pix_lumaoffset
- pix_metaimage
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-31 07:50
Message:
is this a 64bit system?
there seems to be a nasty memory problem somewhere.
see also the gem-dev thread starting at
http://lists.puredata.info/pipermail/gem-dev/2011-10/005504.html
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 01:00
Message:
pix_luma_offset also crashes ...
I can help trace this tomorrow.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 00:58
Message:
pix_metaimage-help.pd also crashes in the same way, upon creating the
gemwin.
I tried opening another image file as you mentioned. For most images, the
crash occurs directly. For a specific png file I opened, I get the
following assersion error followed by the watchdog messages:
$ pd-extended
open: /etc/pd/gem.conf: No such file or directory
open: /home/rfabbri/.pd/gem.conf: No such file or directory
open: ./gem.conf: No such file or directory
load plugins 'image' in '/usr/lib/pd-extended/extra/Gem/'
pattern : /usr/lib/pd-extended/extra/Gem/gem_image*.so
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageJPEG.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageMAGICK.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageSGI.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageTIFF.so'!
pd-extended: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr)
(((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct
malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >=
(unsigned long)((((__builtin_offsetof (struct malloc_chunk,
fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) -
1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) ==
0)' failed.
Pd: signal 6
watchdog: signaling pd...
watchdog: signaling pd...
watchdog: signaling pd...
watchdog: signaling pd...
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-30 22:52
Message:
This also happens with pix_refraction-help.pd.
I will investigate later.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-30 18:35
Message:
unable to reproduce (on debian wheezy/sid with mesa)
can this be related to the image not being found?
does it work if you add the path to the Gem binary manually
e.g.
$ cd .../Gem
$ pd -lib ./Gem -path . help/pix_kaleidoscope.pd
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Bugs item #3430199, was opened at 2011-10-29 22:26
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
>Status: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_kaleidoscope help crashes Pd (64bit)
Initial Comment:
By clicking on "Create Window" in the pix_kaleidoscope help, Pd crashes.
I am using the latest gem git with pd-extended svn under Linux with the mesa drivers (Ubuntu 11.10).
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-31 14:26
Message:
i think i found the culprit
in src/Utils/PetesPlugins.h there is a "typedef unsigned long U32", which
is definitely wrong on LP64 architectures (e.g. linux/64bit)
i replaced that to use "int32_t", which should fix this bug.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-31 14:00
Message:
i can now reproduce the bug on 64bit debian/squeeze
unfortunately, it seems to be unrelated to the "memory problem thread"
pointed to in my other comment.
instead, all ports of Pete's Plugins seem to be affected, here's the list
(i haven't tested all of them, though)
- pix_backlight
- pix_colorreduce
- pix_halftone
- pix_kaleidoscope
- pix_levels
- pix_lumaoffset
- pix_metaimage
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-31 10:50
Message:
is this a 64bit system?
there seems to be a nasty memory problem somewhere.
see also the gem-dev thread starting at
http://lists.puredata.info/pipermail/gem-dev/2011-10/005504.html
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 04:00
Message:
pix_luma_offset also crashes ...
I can help trace this tomorrow.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 03:58
Message:
pix_metaimage-help.pd also crashes in the same way, upon creating the
gemwin.
I tried opening another image file as you mentioned. For most images, the
crash occurs directly. For a specific png file I opened, I get the
following assersion error followed by the watchdog messages:
$ pd-extended
open: /etc/pd/gem.conf: No such file or directory
open: /home/rfabbri/.pd/gem.conf: No such file or directory
open: ./gem.conf: No such file or directory
load plugins 'image' in '/usr/lib/pd-extended/extra/Gem/'
pattern : /usr/lib/pd-extended/extra/Gem/gem_image*.so
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageJPEG.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageMAGICK.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageSGI.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageTIFF.so'!
pd-extended: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr)
(((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct
malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >=
(unsigned long)((((__builtin_offsetof (struct malloc_chunk,
fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) -
1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) ==
0)' failed.
Pd: signal 6
watchdog: signaling pd...
watchdog: signaling pd...
watchdog: signaling pd...
watchdog: signaling pd...
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 01:52
Message:
This also happens with pix_refraction-help.pd.
I will investigate later.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-30 21:35
Message:
unable to reproduce (on debian wheezy/sid with mesa)
can this be related to the image not being found?
does it work if you add the path to the Gem binary manually
e.g.
$ cd .../Gem
$ pd -lib ./Gem -path . help/pix_kaleidoscope.pd
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Bugs item #3430199, was opened at 2011-10-29 22:26
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: Nobody/Anonymous (nobody)
>Summary: pix_kaleidoscope help crashes Pd (64bit)
Initial Comment:
By clicking on "Create Window" in the pix_kaleidoscope help, Pd crashes.
I am using the latest gem git with pd-extended svn under Linux with the mesa drivers (Ubuntu 11.10).
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-31 14:00
Message:
i can now reproduce the bug on 64bit debian/squeeze
unfortunately, it seems to be unrelated to the "memory problem thread"
pointed to in my other comment.
instead, all ports of Pete's Plugins seem to be affected, here's the list
(i haven't tested all of them, though)
- pix_backlight
- pix_colorreduce
- pix_halftone
- pix_kaleidoscope
- pix_levels
- pix_lumaoffset
- pix_metaimage
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-31 10:50
Message:
is this a 64bit system?
there seems to be a nasty memory problem somewhere.
see also the gem-dev thread starting at
http://lists.puredata.info/pipermail/gem-dev/2011-10/005504.html
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 04:00
Message:
pix_luma_offset also crashes ...
I can help trace this tomorrow.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 03:58
Message:
pix_metaimage-help.pd also crashes in the same way, upon creating the
gemwin.
I tried opening another image file as you mentioned. For most images, the
crash occurs directly. For a specific png file I opened, I get the
following assersion error followed by the watchdog messages:
$ pd-extended
open: /etc/pd/gem.conf: No such file or directory
open: /home/rfabbri/.pd/gem.conf: No such file or directory
open: ./gem.conf: No such file or directory
load plugins 'image' in '/usr/lib/pd-extended/extra/Gem/'
pattern : /usr/lib/pd-extended/extra/Gem/gem_image*.so
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageJPEG.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageMAGICK.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageSGI.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageTIFF.so'!
pd-extended: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr)
(((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct
malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >=
(unsigned long)((((__builtin_offsetof (struct malloc_chunk,
fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) -
1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) ==
0)' failed.
Pd: signal 6
watchdog: signaling pd...
watchdog: signaling pd...
watchdog: signaling pd...
watchdog: signaling pd...
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 01:52
Message:
This also happens with pix_refraction-help.pd.
I will investigate later.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-30 21:35
Message:
unable to reproduce (on debian wheezy/sid with mesa)
can this be related to the image not being found?
does it work if you add the path to the Gem binary manually
e.g.
$ cd .../Gem
$ pd -lib ./Gem -path . help/pix_kaleidoscope.pd
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Bugs item #3431181, was opened at 2011-10-31 13:42
Message generated for change (Tracker Item Submitted) made by po-b
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3431181&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: win32
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Pierre-Olivier Boulant (po-b)
Assigned to: Nobody/Anonymous (nobody)
Summary: GEM image loading - failure if Quicktime absent
Initial Comment:
When loading a jpg, if gem_imageQT.dll is present in the GEM directory, but Quicktime has not been installed on the system and eventhough gem_imageJPEG.dll is present in the GEM directory as well, the jpg fails to load.
Removing gem_imageQT.dll allows the image to load correctly with gem_imageJPEG.dll.
GEM ver: 0.93.1 - compiled: Aug 28 2011
OS: Windows 7 64bit - 32bit application
Pd ext 0.42.5 - GEM installed the the zip archive
Pd ext 0.43.1 latest (GEM included)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3431181&group_…
Bugs item #3430199, was opened at 2011-10-29 22:26
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_kaleidoscope help crashes Pd
Initial Comment:
By clicking on "Create Window" in the pix_kaleidoscope help, Pd crashes.
I am using the latest gem git with pd-extended svn under Linux with the mesa drivers (Ubuntu 11.10).
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-31 10:50
Message:
is this a 64bit system?
there seems to be a nasty memory problem somewhere.
see also the gem-dev thread starting at
http://lists.puredata.info/pipermail/gem-dev/2011-10/005504.html
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 04:00
Message:
pix_luma_offset also crashes ...
I can help trace this tomorrow.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 03:58
Message:
pix_metaimage-help.pd also crashes in the same way, upon creating the
gemwin.
I tried opening another image file as you mentioned. For most images, the
crash occurs directly. For a specific png file I opened, I get the
following assersion error followed by the watchdog messages:
$ pd-extended
open: /etc/pd/gem.conf: No such file or directory
open: /home/rfabbri/.pd/gem.conf: No such file or directory
open: ./gem.conf: No such file or directory
load plugins 'image' in '/usr/lib/pd-extended/extra/Gem/'
pattern : /usr/lib/pd-extended/extra/Gem/gem_image*.so
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageJPEG.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageMAGICK.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageSGI.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageTIFF.so'!
pd-extended: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr)
(((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct
malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >=
(unsigned long)((((__builtin_offsetof (struct malloc_chunk,
fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) -
1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) ==
0)' failed.
Pd: signal 6
watchdog: signaling pd...
watchdog: signaling pd...
watchdog: signaling pd...
watchdog: signaling pd...
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 01:52
Message:
This also happens with pix_refraction-help.pd.
I will investigate later.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-30 21:35
Message:
unable to reproduce (on debian wheezy/sid with mesa)
can this be related to the image not being found?
does it work if you add the path to the Gem binary manually
e.g.
$ cd .../Gem
$ pd -lib ./Gem -path . help/pix_kaleidoscope.pd
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Patches item #3430885, was opened at 2011-10-31 03:40
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507081&aid=3430885&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pd patch
Group: None
>Status: Pending
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: Nobody/Anonymous (nobody)
Summary: minor fixes to help files (typos, etc)
Initial Comment:
I am sending very tiny fixes to many help files. The attached patch can be applied in full, but if you need to cherrypick it should be straightforward, given the simplicity of the changes involved.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-31 10:47
Message:
thanks, applied
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507081&aid=3430885&group_…
Patches item #3430884, was opened at 2011-10-31 03:38
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507081&aid=3430884&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pd patch
Group: None
>Status: Deleted
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: minor fixes to help files (typos, etc)
Initial Comment:
IOhannes, I am sending very tiny fixes to many help files. The attached patch can be applied in full, but if you need to cherrypick it should be straightforward, given the simplicity of the changes involved.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 03:42
Message:
This is a duplicate of 3430885. Sorry, I wasn't logged in at first..
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507081&aid=3430884&group_…
Bugs item #3430199, was opened at 2011-10-29 18:26
Message generated for change (Comment added) made by ricardofabbri
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_kaleidoscope help crashes Pd
Initial Comment:
By clicking on "Create Window" in the pix_kaleidoscope help, Pd crashes.
I am using the latest gem git with pd-extended svn under Linux with the mesa drivers (Ubuntu 11.10).
----------------------------------------------------------------------
>Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 01:00
Message:
pix_luma_offset also crashes ...
I can help trace this tomorrow.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 00:58
Message:
pix_metaimage-help.pd also crashes in the same way, upon creating the
gemwin.
I tried opening another image file as you mentioned. For most images, the
crash occurs directly. For a specific png file I opened, I get the
following assersion error followed by the watchdog messages:
$ pd-extended
open: /etc/pd/gem.conf: No such file or directory
open: /home/rfabbri/.pd/gem.conf: No such file or directory
open: ./gem.conf: No such file or directory
load plugins 'image' in '/usr/lib/pd-extended/extra/Gem/'
pattern : /usr/lib/pd-extended/extra/Gem/gem_image*.so
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageJPEG.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageMAGICK.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageSGI.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageTIFF.so'!
pd-extended: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr)
(((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct
malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >=
(unsigned long)((((__builtin_offsetof (struct malloc_chunk,
fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) -
1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) ==
0)' failed.
Pd: signal 6
watchdog: signaling pd...
watchdog: signaling pd...
watchdog: signaling pd...
watchdog: signaling pd...
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-30 22:52
Message:
This also happens with pix_refraction-help.pd.
I will investigate later.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-30 18:35
Message:
unable to reproduce (on debian wheezy/sid with mesa)
can this be related to the image not being found?
does it work if you add the path to the Gem binary manually
e.g.
$ cd .../Gem
$ pd -lib ./Gem -path . help/pix_kaleidoscope.pd
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Bugs item #3430199, was opened at 2011-10-29 18:26
Message generated for change (Comment added) made by ricardofabbri
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_kaleidoscope help crashes Pd
Initial Comment:
By clicking on "Create Window" in the pix_kaleidoscope help, Pd crashes.
I am using the latest gem git with pd-extended svn under Linux with the mesa drivers (Ubuntu 11.10).
----------------------------------------------------------------------
>Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 00:58
Message:
pix_metaimage-help.pd also crashes in the same way, upon creating the
gemwin.
I tried opening another image file as you mentioned. For most images, the
crash occurs directly. For a specific png file I opened, I get the
following assersion error followed by the watchdog messages:
$ pd-extended
open: /etc/pd/gem.conf: No such file or directory
open: /home/rfabbri/.pd/gem.conf: No such file or directory
open: ./gem.conf: No such file or directory
load plugins 'image' in '/usr/lib/pd-extended/extra/Gem/'
pattern : /usr/lib/pd-extended/extra/Gem/gem_image*.so
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageJPEG.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageMAGICK.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageSGI.so'!
dylib loading file '/usr/lib/pd-extended/extra/Gem/gem_imageTIFF.so'!
pd-extended: malloc.c:3096: sYSMALLOc: Assertion `(old_top == (((mbinptr)
(((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct
malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >=
(unsigned long)((((__builtin_offsetof (struct malloc_chunk,
fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) -
1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) ==
0)' failed.
Pd: signal 6
watchdog: signaling pd...
watchdog: signaling pd...
watchdog: signaling pd...
watchdog: signaling pd...
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-30 22:52
Message:
This also happens with pix_refraction-help.pd.
I will investigate later.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-30 18:35
Message:
unable to reproduce (on debian wheezy/sid with mesa)
can this be related to the image not being found?
does it work if you add the path to the Gem binary manually
e.g.
$ cd .../Gem
$ pd -lib ./Gem -path . help/pix_kaleidoscope.pd
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Patches item #3430884, was opened at 2011-10-31 00:38
Message generated for change (Comment added) made by ricardofabbri
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507081&aid=3430884&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pd patch
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: minor fixes to help files (typos, etc)
Initial Comment:
IOhannes, I am sending very tiny fixes to many help files. The attached patch can be applied in full, but if you need to cherrypick it should be straightforward, given the simplicity of the changes involved.
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-31 00:42
Message:
This is a duplicate of 3430885. Sorry, I wasn't logged in at first..
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507081&aid=3430884&group_…
Patches item #3430885, was opened at 2011-10-31 00:40
Message generated for change (Tracker Item Submitted) made by ricardofabbri
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507081&aid=3430885&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pd patch
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: Nobody/Anonymous (nobody)
Summary: minor fixes to help files (typos, etc)
Initial Comment:
I am sending very tiny fixes to many help files. The attached patch can be applied in full, but if you need to cherrypick it should be straightforward, given the simplicity of the changes involved.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507081&aid=3430885&group_…
Patches item #3430884, was opened at 2011-10-31 02:38
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507081&aid=3430884&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pd patch
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: minor fixes to help files (typos, etc)
Initial Comment:
IOhannes, I am sending very tiny fixes to many help files. The attached patch can be applied in full, but if you need to cherrypick it should be straightforward, given the simplicity of the changes involved.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507081&aid=3430884&group_…
Bugs item #3430199, was opened at 2011-10-29 18:26
Message generated for change (Comment added) made by ricardofabbri
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_kaleidoscope help crashes Pd
Initial Comment:
By clicking on "Create Window" in the pix_kaleidoscope help, Pd crashes.
I am using the latest gem git with pd-extended svn under Linux with the mesa drivers (Ubuntu 11.10).
----------------------------------------------------------------------
>Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-30 22:52
Message:
This also happens with pix_refraction-help.pd.
I will investigate later.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-30 18:35
Message:
unable to reproduce (on debian wheezy/sid with mesa)
can this be related to the image not being found?
does it work if you add the path to the Gem binary manually
e.g.
$ cd .../Gem
$ pd -lib ./Gem -path . help/pix_kaleidoscope.pd
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Bugs item #3430198, was opened at 2011-10-29 22:24
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430198&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: Nobody/Anonymous (nobody)
Summary: gem help crashes Pd for any pix_* opened a second time
Initial Comment:
By clicking on any pix_ help file a second time, after closing the one opened the first time, Pd will crash.
To reproduce:
click on a pix_ help in the help browser
close it
now open it again
I can try to debug this later.
This happens for the latest gem from git using pd-extended svn.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-30 21:40
Message:
btw, when you close the patch while rendering is turned on, you should get
a "GEM: stopped rendering"
(this will only work if the closed patch contains the last [gemwin]
instance)
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-30 21:38
Message:
unable to repoduce (though i'm using pd-vanilla 0.43.0)
i can open any pix-help files multiple times with rendering turned on or
off and closing the help-patches by closing the window via [X]
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-29 22:30
Message:
Note that this happens when you lick on the "x" of the window manager,
closing the help patch, then open another patch. It seems that if you
create+destroy a Gem window in the help patch prior to clicking 'x' and
opening a new one, then the crash does not happen.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430198&group_…
Bugs item #3430198, was opened at 2011-10-29 22:24
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430198&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
>Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: Nobody/Anonymous (nobody)
Summary: gem help crashes Pd for any pix_* opened a second time
Initial Comment:
By clicking on any pix_ help file a second time, after closing the one opened the first time, Pd will crash.
To reproduce:
click on a pix_ help in the help browser
close it
now open it again
I can try to debug this later.
This happens for the latest gem from git using pd-extended svn.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-30 21:38
Message:
unable to repoduce (though i'm using pd-vanilla 0.43.0)
i can open any pix-help files multiple times with rendering turned on or
off and closing the help-patches by closing the window via [X]
----------------------------------------------------------------------
Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-29 22:30
Message:
Note that this happens when you lick on the "x" of the window manager,
closing the help patch, then open another patch. It seems that if you
create+destroy a Gem window in the help patch prior to clicking 'x' and
opening a new one, then the crash does not happen.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430198&group_…
Bugs item #3430199, was opened at 2011-10-29 22:26
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
>Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_kaleidoscope help crashes Pd
Initial Comment:
By clicking on "Create Window" in the pix_kaleidoscope help, Pd crashes.
I am using the latest gem git with pd-extended svn under Linux with the mesa drivers (Ubuntu 11.10).
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-30 21:35
Message:
unable to reproduce (on debian wheezy/sid with mesa)
can this be related to the image not being found?
does it work if you add the path to the Gem binary manually
e.g.
$ cd .../Gem
$ pd -lib ./Gem -path . help/pix_kaleidoscope.pd
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Bugs item #3430181, was opened at 2011-10-29 20:33
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430181&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: documentation
Group: linux
>Status: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: Nobody/Anonymous (nobody)
Summary: examples/04.pix/05.film.pd references non-existing pix_rgba
Initial Comment:
using latest Gem.git with pd extended from svn.
----------------------------------------------------------------------
>Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2011-10-30 21:32
Message:
took me a while to understand that you meant, that [pix_rgba] is mentioned
in the comment but there is no such object in the patch (rather than a
[pix_rgba] instance that couldn't be created)
fixed in git
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430181&group_…
Bugs item #3430198, was opened at 2011-10-29 18:24
Message generated for change (Comment added) made by ricardofabbri
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430198&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Pixes (pix_ objects)
Group: linux
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: Nobody/Anonymous (nobody)
Summary: gem help crashes Pd for any pix_* opened a second time
Initial Comment:
By clicking on any pix_ help file a second time, after closing the one opened the first time, Pd will crash.
To reproduce:
click on a pix_ help in the help browser
close it
now open it again
I can try to debug this later.
This happens for the latest gem from git using pd-extended svn.
----------------------------------------------------------------------
>Comment By: Ricardo Fabbri (ricardofabbri)
Date: 2011-10-29 18:30
Message:
Note that this happens when you lick on the "x" of the window manager,
closing the help patch, then open another patch. It seems that if you
create+destroy a Gem window in the help patch prior to clicking 'x' and
opening a new one, then the crash does not happen.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430198&group_…
Bugs item #3430199, was opened at 2011-10-29 18:26
Message generated for change (Settings changed) made by ricardofabbri
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: Pixes (pix_ objects)
>Group: linux
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_kaleidoscope help crashes Pd
Initial Comment:
By clicking on "Create Window" in the pix_kaleidoscope help, Pd crashes.
I am using the latest gem git with pd-extended svn under Linux with the mesa drivers (Ubuntu 11.10).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Bugs item #3430199, was opened at 2011-10-29 18:26
Message generated for change (Tracker Item Submitted) made by ricardofabbri
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ricardo Fabbri (ricardofabbri)
Assigned to: Nobody/Anonymous (nobody)
Summary: pix_kaleidoscope help crashes Pd
Initial Comment:
By clicking on "Create Window" in the pix_kaleidoscope help, Pd crashes.
I am using the latest gem git with pd-extended svn under Linux with the mesa drivers (Ubuntu 11.10).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=507079&aid=3430199&group_…