hu
i have a fresh install of pyext using latest cvs, built with g++-3.3 on python-2.3.
somehow every outlet operation results in stackoverflow stackoverflow stackoverflow stackoverflow
even with the example scripts ..
any hintsch?
_xj
Hi Joe (right?), which version of PD are you using? Right now i can't reproduce it but i try my best.....
best greetings, Thomas
----- Original Message ----- From: "d.lj" jdl@xdv.org To: "pd-dev" pd-dev@iem.at Sent: Thursday, October 16, 2003 10:33 AM Subject: [PD-dev] py / python 2.3
hu
i have a fresh install of pyext using latest cvs, built with g++-3.3 on python-2.3.
somehow every outlet operation results in stackoverflow stackoverflow stackoverflow stackoverflow
even with the example scripts ..
any hintsch?
_xj
Hi all, i found the symptom, but it's my impression that this is somehow caused by the hardly portable method of PD checking for stack overflows (in m_obj.c). As a solution i introduced a different method (into devel_0_37) which simply counts the recursions. Please check if this works ok.
There seems to be a remaining problem of pyext crashing when threads are used... i'll look into it shortly.
As another point, i wonder why "./configure CC=gcc-3.2 CFLAGS=-Dsomething" doesn't change the settings in the makefile. Maybe someone experienced with autoconf could fix that... And recently, i always get the console printout "recv: Bad file descriptor (9)" when i quit PD. Any ideas?
best greetings, Thomas
d.lj wrote:
hu
i have a fresh install of pyext using latest cvs, built with g++-3.3 on python-2.3.
somehow every outlet operation results in stackoverflow stackoverflow stackoverflow stackoverflow
even with the example scripts ..
any hintsch?
_xj