Re: [cgkit-user] yet another segmentation fault on Ubuntu
Brought to you by:
mbaas
|
From: Matthias B. <mat...@gm...> - 2010-06-13 14:49:41
|
Hi Alex, alex dragulescu wrote: > I am trying cgkit as a utility for generating procedural scenes with Aqsis. > > I've built it from the git repository > on Ubuntu Lucid 10.04 x86_64 > > with: > python 2.6 > python-boost 1.40 > > supportlib/_core builds and imports fine. > > however when I create a new FreeCamera() > I get the dreaded cgkit+Ubuntu combo segmentation fault! Can you post the error message (if there is one) and the exact steps you did to trigger the error? (so that I can try to reproduce it here (even though I still don't have access to a Ubuntu system)) > Any tips or ideas on how to further debug this? You would probably have to use a (C/C++) debugger or add trace outputs to the C++ code to see which line failed. Cheers, - Matthias - |