works for me
---
** [bugs:#162] gem help crashes Pd for any pix_* opened a second time**
**Status:** open-works-for-me
**OS:** linux
**Release:** 0.93
**Labels:** Pixes (pix_ objects) crash
**Created:** Sat Oct 29, 2011 08:24 PM UTC by Ricardo Fabbri
**Last Updated:** Tue Jul 08, 2014 03:58 PM UTC
**Owner:** nobody
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.
---
Sent from sourceforge.net because gem-dev(a)lists.iem.at is subscribed to https://sourceforge.net/p/pd-gem/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pd-gem/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
it work here
---
** [bugs:#193] gemlist and separator may crash**
**Status:** pending-works-for-me
**OS:** any
**Release:** 0.94
**Labels:** crash gemlist separator
**Created:** Fri May 04, 2012 01:05 PM UTC by Cyrille Henry
**Last Updated:** Thu Aug 28, 2014 02:20 PM UTC
**Owner:** IOhannes m zmölnig
gemlist and separator did not work well together.
here are 2 example that can lead to a pd crash.
\- gemlist flow by a separator and a pix\_image is manually banged
\- gemlist follow by a separator is not update by a valid gemlist at every frame
both are "incorrect" use of gemlist, but it should not crash.
so, i suggest to limit bang action on gemlist only if both condition occur :
\- bang happend during gem rendering
\- a valid gemlist is received on it's right inlet at this frame
i don't think of any restriction imposes by this limitation, but I may be wrong.
attachement are 2 crasher patch
---
Sent from sourceforge.net because gem-dev(a)lists.iem.at is subscribed to https://sourceforge.net/p/pd-gem/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pd-gem/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
- **status**: open --> closed-fixed
---
** [bugs:#181] graphicsmagick compat isn't**
**Status:** closed-fixed
**OS:** any
**Release:** 0.94
**Labels:** build-system
**Created:** Mon Mar 19, 2012 09:48 AM UTC by Anonymous
**Last Updated:** Thu Aug 28, 2014 03:41 PM UTC
**Owner:** IOhannes m zmölnig
Version: Gem fresh from Git earlier today.
Actual behaviour: Debian Testing with 'graphicsmagick-libmagick-dev-compat' fails to 'make' after successful './configure'.
Expected behaviour: either './configure' to fail, or both './configure and 'make' to succeed \(possibly with reduced functionality at runtime\).
Workaround: install 'libmagickcore-dev' which removes the problematic alternative magick
---
Sent from sourceforge.net because gem-dev(a)lists.iem.at is subscribed to https://sourceforge.net/p/pd-gem/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pd-gem/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
- **OS**: --> any
- **Comment**:
fixed with [ae4e29]
---
** [bugs:#181] graphicsmagick compat isn't**
**Status:** open
**OS:** any
**Release:** 0.94
**Labels:** build-system
**Created:** Mon Mar 19, 2012 09:48 AM UTC by Anonymous
**Last Updated:** Thu Aug 28, 2014 01:53 PM UTC
**Owner:** IOhannes m zmölnig
Version: Gem fresh from Git earlier today.
Actual behaviour: Debian Testing with 'graphicsmagick-libmagick-dev-compat' fails to 'make' after successful './configure'.
Expected behaviour: either './configure' to fail, or both './configure and 'make' to succeed \(possibly with reduced functionality at runtime\).
Workaround: install 'libmagickcore-dev' which removes the problematic alternative magick
---
Sent from sourceforge.net because gem-dev(a)lists.iem.at is subscribed to https://sourceforge.net/p/pd-gem/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pd-gem/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
- **status**: open --> closed-fixed
- **OS**: --> any
---
** [bugs:#208] pix_share* bogus on shmem error**
**Status:** closed-fixed
**OS:** any
**Release:** 0.94
**Labels:** linux pix_share_*
**Created:** Wed Mar 27, 2013 12:35 PM UTC by Anonymous
**Last Updated:** Thu Aug 28, 2014 01:53 PM UTC
**Owner:** nobody
hi
pix_share* objects doesn't create if getShm() returns an error
it could be better to create the object and return the error both in the pd console and trough the right outlet so that we can choose a working id
antoine
---
Sent from sourceforge.net because gem-dev(a)lists.iem.at is subscribed to https://sourceforge.net/p/pd-gem/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pd-gem/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
- **status**: open --> closed-fixed
- **Comment**:
fixed with [ddb94f]
---
** [bugs:#187] imageMAGICK plugin Inverted Colors on file read**
**Status:** closed-fixed
**OS:** OSX
**Release:** 0.94
**Labels:** Pixes (pix_ objects) imageMagick plugins
**Created:** Thu Mar 29, 2012 11:55 PM UTC by megrimm
**Last Updated:** Thu Aug 28, 2014 01:53 PM UTC
**Owner:** IOhannes m zmölnig
pd-extended 64bit osx 10.7.3
When opening a file the Red channel and the Green channel were inverted.
FIX:
Line 54: GL\_RGB
Line 60: "BGR"
...that fix took me half the day to figure out. anyway, i know i should be submitting a patch but im not too illiterate yet on the git systems and was failing quite miserably in my attempts to create a suitable patch....
m
---
Sent from sourceforge.net because gem-dev(a)lists.iem.at is subscribed to https://sourceforge.net/p/pd-gem/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pd-gem/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
- **labels**: --> crash, gemlist, separator
- **status**: open --> pending-works-for-me
- **assigned_to**: IOhannes m zmölnig
- **OS**: --> any
- **Release**: --> 0.94
- **Comment**:
seems like i cannot reproduce these bugs any more (at least on linux).
can you confirm that this somehow got fixed?
---
** [bugs:#193] gemlist and separator may crash**
**Status:** pending-works-for-me
**OS:** any
**Release:** 0.94
**Labels:** crash gemlist separator
**Created:** Fri May 04, 2012 01:05 PM UTC by Cyrille Henry
**Last Updated:** Fri May 04, 2012 01:05 PM UTC
**Owner:** IOhannes m zmölnig
gemlist and separator did not work well together.
here are 2 example that can lead to a pd crash.
\- gemlist flow by a separator and a pix\_image is manually banged
\- gemlist follow by a separator is not update by a valid gemlist at every frame
both are "incorrect" use of gemlist, but it should not crash.
so, i suggest to limit bang action on gemlist only if both condition occur :
\- bang happend during gem rendering
\- a valid gemlist is received on it's right inlet at this frame
i don't think of any restriction imposes by this limitation, but I may be wrong.
attachement are 2 crasher patch
---
Sent from sourceforge.net because gem-dev(a)lists.iem.at is subscribed to https://sourceforge.net/p/pd-gem/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pd-gem/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
---
** [bugs:#224] pix_multitexture crash when destroyed**
**Status:** open
**Group:** linux
**Created:** Tue Jun 24, 2014 02:29 PM UTC by Anonymous
**Last Updated:** Tue Jun 24, 2014 02:29 PM UTC
**Owner:** nobody
pix_multitexture crash when destroyed.
this is tested on 2 diferent linux (ubuntu 14.04) computer, 1 using an intel HD 4000 GPU, the other a NVIDIA GeForce9650GT.
to reproduce : open pix_multitexture help file, create the Gem rendering window, check that some images are loaded. Then delet pix_multitexture.
pd crash with a coredump.
gdb backtrace :
#0 0x000000000046ff80 in inlet_free ()
#1 0x00007ffff4196fa1 in pix_multitexture::~pix_multitexture (this=0xc55860,
__in_chrg=<optimized out>) at pix_multitexture.cpp:72
#2 0x00007ffff4196ff9 in pix_multitexture::~pix_multitexture (this=0xc55860,
__in_chrg=<optimized out>) at pix_multitexture.cpp:76
#3 0x000000000046d0f9 in pd_free ()
#4 0x000000000041723d in glist_delete ()
#5 0x000000000044e4ae in canvas_doclear ()
#6 0x00000000004531fd in canvas_cut ()
#7 0x000000000046f065 in pd_typedmess ()
#8 0x000000000046ee0b in pd_typedmess ()
#9 0x00000000004788bc in binbuf_eval ()
#10 0x000000000048295c in socketreceiver_read ()
#11 0x0000000000481d0d in sys_domicrosleep.constprop ()
#12 0x000000000047ec6d in m_mainloop ()
#13 0x00007ffff6df5ec5 in __libc_start_main (main=0x4118f0 <main>, argc=1,
argv=0x7fffffffdf78, init=<optimized out>, fini=<optimized out>,
rtld_fini=<optimized out>, stack_end=0x7fffffffdf68) at libc-start.c:287
#14 0x000000000041191e in _start ()
---
Sent from sourceforge.net because gem-dev(a)lists.iem.at is subscribed to http://sourceforge.net/p/pd-gem/bugs/
To unsubscribe from further messages, a project admin can change settings at http://sourceforge.net/p/pd-gem/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
---
** [bugs:#231] pix_multitexture crash pd when destroyed after gemwin creation**
**Status:** open
**OS:** any
**Release:** 0.93-git
**Created:** Fri Aug 22, 2014 01:50 PM UTC by Cyrille Henry
**Last Updated:** Fri Aug 22, 2014 01:50 PM UTC
**Owner:** nobody
using exemple Gem/examples/10.glsl/05.multitexture_bis.pd
create the gemwin
remove pix_multitexture to crash pd.
---
Sent from sourceforge.net because gem-dev(a)lists.iem.at is subscribed to https://sourceforge.net/p/pd-gem/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pd-gem/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.