On Fri, Jan 20, 2012 at 4:57 PM, Joseph Javier Perla
<[email protected]> wrote:
> I wrote several other missing methods (np.log, np.diag, np.concatenate) and
> now I have the full program working.  I would like to add these other
> features as well.  (Also, np.sum() should be able to do element-wise sum of
> a generator of n-dimensional arrays.)
>
>
> But, now I get a segfault.  I was wondering how I could investigate the
> segfault issue.  There is no error message or traceback, and I cannot catch
> the error with pdb. Thank you.

You either use gdb or try to run it step by step or try on
untranslated pypy. Without more info I have absolutely no idea

>
> j
>
>
>
>
> _______________________________________________
> pypy-dev mailing list
> [email protected]
> http://mail.python.org/mailman/listinfo/pypy-dev
>
_______________________________________________
pypy-dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to