#16777: Track pyx files in citation modules/ reorganize it
-------------------------------------+-------------------------------------
       Reporter:  mraum              |        Owner:
           Type:  enhancement        |       Status:  needs_info
       Priority:  major              |    Milestone:  sage-6.4
      Component:  misc               |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Martin Raum        |    Reviewers:  Volker Braun
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/mraum/ticket/16777               |  ddc10e4f206aafcba05292c75c69d6b034f6afae
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by vbraun):

 Pprof probably mucks with the signals. Assuming that it temporarily
 changes the signal mask, there would be a window where SIGTTOU would come
 from a subprocess. Just redirecting stdin/out doesn't change the fact that
 there is flow control. One might try to disable TOSTOP but I think that'll
 just leave the race open for other signals. IMHO a better solution would
 be to (re-)compile Sage with Cython profiling turned on and then use
 CProfiler.

--
Ticket URL: <http://trac.sagemath.org/ticket/16777#comment:17>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to