Bugs item #2909779, was opened at 2009-12-07 00:20 Message generated for change (Settings changed) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=507079&aid=2909779...
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: None
Status: Pending Resolution: Fixed
Priority: 5 Private: No Submitted By: Cyrille Henry (nusmuk) Assigned to: Nobody/Anonymous (nobody) Summary: pix_data somtime crash when loading new image
Initial Comment: The crash could append : - if pix_image use thread - when sending a open message to pix_image - when the old and new image have different size - when pix_data coordinate are high (near 1).
it did not append with every image size it did not crash everytime.
attachement is a patch + images that make pd to segfault
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-12-14 11:44
Message: i believe this to be fixed with r3028 in TRUNK. backport for 0.92 is still pending till someone can confirm that it is really fixed.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=507079&aid=2909779...
i've got an error compiling this new version...
Cyrille
g++ -c -I/usr/include/lqt -fopenmp -I/usr/include/ImageMagick -I/usr/include/lqt -I/usr/include/avifile-0.7 -I/usr/include/FTGL -I/usr/include/freetype2 -I.. -I/usr/include/FTGL -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -fPIC -freg-struct-return -O3 -falign-loops=32 -falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx filmAVIPLAY.cpp -o ../Objects/filmAVIPLAY.o filmAVIPLAY.cpp: In member function ‘virtual bool filmAVIPLAY::open(char*, int)’: filmAVIPLAY.cpp:97: error: reference to ‘StreamInfo’ is ambiguous /usr/include/avifile-0.7/StreamInfo.h:98: error: candidates are: typedef class avm::StreamInfo StreamInfo /usr/include/avifile-0.7/StreamInfo.h:25: error: class avm::StreamInfo filmAVIPLAY.cpp:97: error: reference to ‘StreamInfo’ is ambiguous /usr/include/avifile-0.7/StreamInfo.h:98: error: candidates are: typedef class avm::StreamInfo StreamInfo /usr/include/avifile-0.7/StreamInfo.h:25: error: class avm::StreamInfo filmAVIPLAY.cpp:97: error: ‘m_info’ was not declared in this scope make[1]: *** [filmAVIPLAY.o] Erreur 1 make[1]: quittant le répertoire « /home/nusmuk/pd/Gem/src/Pixes » make: *** [Pixes] Erreur 2
SourceForge.net a écrit :
Bugs item #2909779, was opened at 2009-12-07 00:20 Message generated for change (Settings changed) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=507079&aid=2909779...
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: None
Status: Pending Resolution: Fixed
Priority: 5 Private: No Submitted By: Cyrille Henry (nusmuk) Assigned to: Nobody/Anonymous (nobody) Summary: pix_data somtime crash when loading new image
Initial Comment: The crash could append :
- if pix_image use thread
- when sending a open message to pix_image
- when the old and new image have different size
- when pix_data coordinate are high (near 1).
it did not append with every image size it did not crash everytime.
attachement is a patch + images that make pd to segfault
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-12-14 11:44
Message: i believe this to be fixed with r3028 in TRUNK. backport for 0.92 is still pending till someone can confirm that it is really fixed.
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=507079&aid=2909779...
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev
hello,
the good news is that gem bug #2909779 look to be fixed thanks to Iohannes.
the bad is that i don't understand why i've now have a problem with aviplay. but that is not important...
Cyrille
cyrille henry a écrit :
i've got an error compiling this new version...
Cyrille
g++ -c -I/usr/include/lqt -fopenmp -I/usr/include/ImageMagick -I/usr/include/lqt -I/usr/include/avifile-0.7 -I/usr/include/FTGL -I/usr/include/freetype2 -I.. -I/usr/include/FTGL -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -fPIC -freg-struct-return -O3 -falign-loops=32 -falign-functions=32 -falign-jumps=32 -funroll-loops -ffast-math -mmmx filmAVIPLAY.cpp -o ../Objects/filmAVIPLAY.o filmAVIPLAY.cpp: In member function ‘virtual bool filmAVIPLAY::open(char*, int)’: filmAVIPLAY.cpp:97: error: reference to ‘StreamInfo’ is ambiguous /usr/include/avifile-0.7/StreamInfo.h:98: error: candidates are: typedef class avm::StreamInfo StreamInfo /usr/include/avifile-0.7/StreamInfo.h:25: error: class avm::StreamInfo filmAVIPLAY.cpp:97: error: reference to ‘StreamInfo’ is ambiguous /usr/include/avifile-0.7/StreamInfo.h:98: error: candidates are: typedef class avm::StreamInfo StreamInfo /usr/include/avifile-0.7/StreamInfo.h:25: error: class avm::StreamInfo filmAVIPLAY.cpp:97: error: ‘m_info’ was not declared in this scope make[1]: *** [filmAVIPLAY.o] Erreur 1 make[1]: quittant le répertoire « /home/nusmuk/pd/Gem/src/Pixes » make: *** [Pixes] Erreur 2
SourceForge.net a écrit :
Bugs item #2909779, was opened at 2009-12-07 00:20 Message generated for change (Settings changed) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=507079&aid=2909779...
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: None
Status: Pending Resolution: Fixed
Priority: 5 Private: No Submitted By: Cyrille Henry (nusmuk) Assigned to: Nobody/Anonymous (nobody) Summary: pix_data somtime crash when loading new image
Initial Comment: The crash could append : - if pix_image use thread
- when sending a open message to pix_image
- when the old and new image have different size
- when pix_data coordinate are high (near 1).
it did not append with every image size it did not crash everytime.
attachement is a patch + images that make pd to segfault
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-12-14 11:44
Message: i believe this to be fixed with r3028 in TRUNK. backport for 0.92 is still pending till someone can confirm that it is really fixed.
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=507079&aid=2909779...
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
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
cyrille henry wrote:
hello,
the good news is that gem bug #2909779 look to be fixed thanks to Iohannes.
cool
the bad is that i don't understand why i've now have a problem with aviplay. but that is not important...
not so cool. i tried to fix the problem peter was reporting just recently (libavfile on an uptodate debian (sid?) not having StreamInfo outside of a namespace... i suppose you are on ubuntu. which version of libavifile is that? I'll try to fix it..
fgmasr IOhannes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
IOhannes m zmölnig wrote:
i tried to fix the problem peter was reporting just recently (libavfile on an uptodate debian (sid?) not having StreamInfo outside of a namespace... i suppose you are on ubuntu. which version of libavifile is that? I'll try to fix it..
just for the record: on debian, which has libavifile-0.7-dev 1:0.7.48~20090503.ds-2, it compiles fine.
fmsadr IOhannes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
IOhannes m zmölnig wrote:
IOhannes m zmölnig wrote:
i tried to fix the problem peter was reporting just recently (libavfile on an uptodate debian (sid?) not having StreamInfo outside of a namespace... i suppose you are on ubuntu. which version of libavifile is that? I'll try to fix it..
ok should be fixed now, even with libavifile 0.7.47 (which is in debian/lenny and ubuntu/karmic)
fmasdr IOhannes
IOhannes m zmölnig a écrit :
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
IOhannes m zmölnig wrote:
IOhannes m zmölnig wrote:
i tried to fix the problem peter was reporting just recently (libavfile on an uptodate debian (sid?) not having StreamInfo outside of a namespace... i suppose you are on ubuntu. which version of libavifile is that? I'll try to fix it..
ok should be fixed now, even with libavifile 0.7.47 (which is in debian/lenny and ubuntu/karmic)
yep, it did compile in KK, thanks Cyrille
fmasdr IOhannes
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAksmsQ4ACgkQkX2Xpv6ydvRaowCfb0pOY/KbZFqjq1rL/8/cTkpy f2gAoIYFp1A5n0ZOeDVDO0gmD904ws/R =nL5X -----END PGP SIGNATURE-----
GEM-dev mailing list GEM-dev@iem.at http://lists.puredata.info/listinfo/gem-dev