#11116: Pynac module not initialized before being used. This causes a crash on
64-bit OpenSolaris.
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: new
Priority: major | Milestone: sage-4.7
Component: solaris | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by drkirkby):
Just to confirm, creating a 64-bit ''hello world'' program with ''gcc''
and using 'ldd' to find what libraries are linked.
{{{
drkirkby@hawk:~$ gcc -m64 test.c
drkirkby@hawk:~$ ldd a.out
libc.so.1 => /lib/64/libc.so.1
libm.so.2 => /lib/64/libm.so.2
drkirkby@hawk:~$
}}}
so only the Sun libraries are being used.
I'm hoping Robert or Bucin can come up with a reliable fix for this at the
Python level. At least I know that will solve the problem on !OpenSolaris.
As with many things, if the behavior is not defined, one can get
mysterious and not necessarily reproducible bugs. It sounds like there are
a couple of things which are not defined fully.
Dave
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11116#comment:9>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.