#13889: Better automatic backtrace
----------------------------------+-----------------------------------------
Reporter: vbraun | Owner: jdemeyer
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-5.6
Component: build | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Volker Braun | Merged in:
Dependencies: #13881, #13866 | Stopgaps:
----------------------------------+-----------------------------------------
Comment (by vbraun):
I've added the full path name since it can't hurt.
Upon reflection, I think this is the reason why it does not and cannot
work on OSX. In order to protect their precious DRM, Apple has disabled
much of the ptrace API. A consequence is that /usr/bin/gdb needs special
permissions (it is setgid on OSX, but a normal program on Linux) to fully
function. And the dynamic linker disallows library interposition for
setgid binaries. In fact, /usr/bin/gdb on osx is a shell script that
unsets `DYLD_*` variables before the dynamic linker even gets a chance to
complain about them.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13889#comment:39>
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.