Csound Csound-dev Csound-tekno Search About

Re: [Cs-dev] csound.load segfault

Date2005-04-08 01:23
From"Michael Gogins"
SubjectRe: [Cs-dev] csound.load segfault
boost python is not used, SWIG is used, to make Python wrappers. The 
CsoundVST does use boost::numeric::ublas, which has the fastest C/C++ linear 
algebra routines around.

That should not affect what is happening to you, however.

I just repeated your procedure and it worked for me (on Windows). The 
likeliest explanation that you did not set PYTHONPATH to include the 
directory containing _CsoundVST.so and Csound.py.

I will repeat this experiment on Linux in the near future...

----- Original Message ----- 
From: "Jeremiah Benham" 
To: 
Sent: Thursday, April 07, 2005 1:13 PM
Subject: [Cs-dev] csound.load segfault


>I tried to do the example listed at:
> http://csounds.com/manual/html/ch07s02s04.html
>
> I just compiled csound5 around 11AM today Thu Apr 7 CDT 2005
>
> I am running debian unstable on x86.
> ii  python         2.3.5-2
> ii  swig           1.3.24-1
> ii  libfltk1.1c102 1.1.6-2
> ii  libboost-python1.32.0                  1.32.0-5
>
> I have libboost-python and libboost-python-dev installed. Do I need
> anymore that that?
>
> I type in the python interpreter:
>
> import CsoundVST
>
> It importis it successfully. When I type:
> csound.load("/home/jjbenham/music/csound/csoundvst/trapped.csd")
>
> Python exits and writes:
> Segmentation fault
>
>
> What should I do?
>
> Thanks,
> Jeremiah
>
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
> 




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2005-04-08 05:15
Fromjjbenham@chicagoguitar.com (Jeremiah Benham)
SubjectRe: [Cs-dev] csound.load segfault
AttachmentsNone