On Sun, 27 Aug 2006 22:37:16 +0200 souvarine <[EMAIL PROTECTED]> wrote:
> The more I make experiment with Soya the more I have segfault problems, > and not only when I modify camera.back :( > It only append on my Mac, not on my PC (both on Linux) so now I think > there must be something like an endian problem somewhere in the core of > Soya. > I would like to track it down. Do you know if I can use Pyrex with gdb ? Yes, you can ! I use it as following : gdb python run your_python_program.py [wait until it segfaults] bt [gdb give a stack trace] That's all i know about GDB :-) Jiba _______________________________________________ Soya-user mailing list [email protected] https://mail.gna.org/listinfo/soya-user
