#4792: Sage 3.2.1 + interactive gdb or valgrind are broken
----------------------+-----------------------------------------------------
Reporter: mabshoff | Owner: mabshoff
Type: defect | Status: new
Priority: critical | Milestone: sage-3.2.2
Component: packages | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Changes (by mabshoff):
* summary: Sage 3.2.1+ interactive valgrind is completely broken => Sage
3.2.1 + interactive gdb or valgrind are broken
Comment:
The same applies to Sage+gdb. Note:
{{{
mabsh...@sage:/scratch/mabshoff/release-cycle/sage-3.2.2.alpha2$ ./sage
-gdb
----------------------------------------------------------------------
| Sage Version 3.2.2.alpha2, Release Date: 2008-12-13 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
/scratch/mabshoff/release-cycle/sage-3.2.2.alpha2/local/bin/sage-ipython
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for
details.
This GDB was configured as "x86_64-linux-gnu"...Using host libthread_db
library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 47877213499232 (LWP 27640)]
Python 2.5.2 (r252:60911, Dec 13 2008, 22:51:49)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
sage: r
No previous input matching `` found.
sage: P.<x,z>=ZZ[]
------------------------------------------------------------
File "<ipython console>", line 1
P.<x,z>=ZZ[]
^
SyntaxError: invalid syntax
sage:
Program exited normally.
mabsh...@sage:/scratch/mabshoff/release-cycle/sage-3.2.2.alpha2$ ./sage
----------------------------------------------------------------------
| Sage Version 3.2.2.alpha2, Release Date: 2008-12-13 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: P.<x,z>=ZZ[]
sage:
Exiting SAGE (CPU time 0m0.07s, Wall time 0m4.16s).
}}}
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4792#comment:2>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---