#6599: hidden markov models are completely broken on OS X 64-bit
---------------------+------------------------------------------------------
Reporter: was | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-4.1.1
Component: porting | Keywords:
Reviewer: | Author:
Merged: |
---------------------+------------------------------------------------------
{{{
w...@bsd:~/build/64bit/sage-4.1.rc1$ ./sage
----------------------------------------------------------------------
| Sage Version 4.1, Release Date: 2009-07-09 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: A = [[0.5,0.5],[0.5,0.5]]
sage: B = [[(0.5,(0.0,1.0)), (0.1,(1,10000))],[(1,(1,1)), (0,(0,0.1))]]
sage: pi = [1,0]
sage: hmm.GaussianMixtureHiddenMarkovModel(A, B, pi)
------------------------------------------------------------
Unhandled SIGSEGV: A segmentation fault occured in SAGE.
This probably occured because a *compiled* component
of SAGE has a bug in it (typically accessing invalid memory)
or is not properly wrapped with _sig_on, _sig_off.
You might want to run SAGE under gdb with 'sage -gdb' to debug this.
SAGE will now terminate (sorry).
------------------------------------------------------------
}}}
Note that a long time ago we stupidly turned off doctesting of HMM's so
that tests would pass on itanium. We were lazy and never turned them back
on, which is why this never got caught before.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6599>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---