[sage-support] Sage crash report

2018-08-26 Thread Maxim Leyenson
Dear friends,

I would appreciate help with the following crash report (in the attachment)

a few details:

* first run of Sage;

* System: Fedora 28, 64 bit

* Sage source: Fedora repository,
Sage 8.0-2.fc28

* $ uname -a

Linux toucan 4.17.3-200.fc28.x86_64 #1 SMP Tue Jun 26 14:17:07 UTC
2018 x86_64 x86_64 x86_64 GNU/Linux

Thank you

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'033ab93c7',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/usr/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.8.0',
 'os_name': 'posix',
 'platform': 'Linux-4.17.3-200.fc28.x86_64-x86_64-with-fedora-28-Twenty_Eight',
 'sys_executable': '/usr/lib64/sagemath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.15 (default, May 16 2018, 17:50:09) \n[GCC 8.1.1 20180502 
(Red Hat 8.1.1-1)]'}

***



***

Crash traceback:

---
---
ImportError Python 2.7.15: /usr/lib64/sagemath/local/bin/python
   Fri Aug 24 13:47:52 2018
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/lib64/sagemath/local/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/usr/lib/python2.7/site-packages/traitlets/config/application.pyc in 
catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/usr/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc in 
initialize(self=, argv=None)
300 
301 return super(TerminalIPythonApp, self).parse_command_line(argv)
302 
303 @catch_config_error
304 def initialize(self, argv=None):
305 """Do actions after construct, but before starting the app."""
306 super(TerminalIPythonApp, self).initialize(argv)
307 if self.subapp is not None:
308 # don't bother initializing further, starting subapp
309 return
310 # print self.extra_args
311 if self.extra_args and not self.something_to_run:
312 self.file_to_run = self.extra_args[0]
313 self.init_path()
314 # create the shell
--> 315 self.init_shell()
self.init_shell = >
316 # and draw the banner
317 self.init_banner()
318 # Now a variety of things that happen after the banner is 
printed.
319 self.init_gui_pylab()
320 self.init_extensions()
321 sel

[sage-support] Sage Crash Report

2018-08-27 Thread katsu95i
mail -s 'Sage Crash Report' sage-support@googlegroups.com <
/home/katsu95i/.sage/ipython-5.0.0/Sage_crash_report.txt

 information about:
- The operating system: Ubuntu 18.04 64-bit
- How Sage was installed: conda isntall -c conda-forge sage
- How to reproduce the crash: $ sage

***

IPython post-mortem report

{'commit_hash': '033ab93c7',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/home/katsu95i/anaconda3/lib/python3.6/site-packages/IPython',
 'ipython_version': '5.8.0',
 'os_name': 'posix',
 'platform': 'Linux-4.16.12-041612-generic-x86_64-with-debian-buster-sid',
 'sys_executable': '/home/katsu95i/anaconda3/bin/sage-python23',
 'sys_platform': 'linux',
 'sys_version': '3.6.6 |Anaconda custom (64-bit)| (default, Jun 28 2018, '
'17:14:51) \n'
'[GCC 7.2.0]'}

***



***

Crash traceback:

---
---
ImportErrorPython 3.6.6: /home/katsu95i/anaconda3/bin/sage-python23
   Mon Aug 27 21:45:26 2018
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/katsu95i/anaconda3/bin/sage-ipython in ()
  1 #!/usr/bin/env sage-python23
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6
  7 # Display startup banner. Do this before anything else to give the user
  8 # early feedback that Sage is starting.
  9 from sage.misc.banner import banner
 10 banner()
 11
 12 from sage.repl.interpreter import SageTerminalApp
 13
 14 app = SageTerminalApp.instance()
---> 15 app.initialize()
global app.initialize = >
 16 app.start()

 in
initialize(self=,
argv=None)

/home/katsu95i/anaconda3/lib/python3.6/site-packages/traitlets/config/application.py
in catch_config_error(method=,
app=, *args=(None,),
**kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment
variable: 'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to
'%s' which is none of  {'0', '1', 'false', 'true', ''}."% _envvar )
 75
 76
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config
(Trait/ArgumentErrors) during init.
 80
 81 On a TraitError (generally caused by bad config), this
will print the trait's
 82 message, and exit the app.
 83
 84 For use on init methods, to prevent invoking excepthook on
invalid input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94
 95
 96 class ApplicationError(Exception):
 97 pass
 98
 99
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102

/home/katsu95i/anaconda3/lib/python3.6/site-packages/IPython/terminal/ipapp.py
in initialize(self=,
argv=None)
301
302 return super(TerminalIPythonApp, self).parse_command_line(argv)
303
304 @catch_config_error
305 def initialize(self, argv=None):
306 """Do actions after construct, but before starting the app."""
307 super(TerminalIPythonApp, self).initialize(argv)
308 if self.subapp is not None:
309 # don't bother initializing further, starting subapp
310 return
311 # print self.extra_args
312 if self.extra_args and not self.something_to_run:
313 self.file_to_run = self.extra_args[0]
314 self.init_path()
315 # create the shell
--> 316 self.init_shell()
self.init_shell = >
317 # and draw the banner
318 self.init_banner()
319 # Now a variety of things that happen after the banner
is printed.
320 self.init_gui_pylab()
321 self.init_extensions()
322 self.init_code()
323
324 def init_shell(self):
325 """initialize the InteractiveShell instance"""
326 # Create an InteractiveShell instance.
327 # shell.display_banne

[sage-support] Sage Crash Report

2018-09-12 Thread Herli Joaquim de Menezes
Herli Menezes

*Amor, trabalho e conhecimento são as fontes da nossa vida. Deveriam,
também, governá-la.*

*(Wilhelm Reich)*

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/usr/lib64/sagemath/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.17.17-100.fc27.x86_64-x86_64-with-fedora-27-Twenty_Seven',
 'sys_executable': '/usr/lib64/sagemath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.15 (default, May 15 2018, 15:37:31) \n[GCC 7.3.1 20180303 
(Red Hat 7.3.1-5)]'}

***



***

Crash traceback:

---
---
KeyboardInterrupt   Python 2.7.15: /usr/lib64/sagemath/local/bin/python
   Wed Sep 12 11:33:25 2018
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/lib64/sagemath/local/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/usr/lib/python2.7/site-packages/traitlets/config/application.pyc in 
catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/usr/lib64/sagemath/site-packages/IPython/terminal/ipapp.pyc in 
initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318 """initialize the InteractiveShell instance"""
319 # Create an InteractiveShell instance.
320 # shell.display_banne

[sage-support] Sage Crash Report

2018-11-17 Thread Kolen Cheung


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


sage-environment.yml
Description: Binary data
***

IPython post-mortem report

{'commit_hash': '033ab93c7',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/sage/.conda/envs/sage/lib/python3.6/site-packages/IPython',
 'ipython_version': '5.8.0',
 'os_name': 'posix',
 'platform': 'Linux-4.18.16-arch1-1-ARCH-x86_64-with-arch',
 'sys_executable': '/home/sage/.conda/envs/sage/bin/sage-python23',
 'sys_platform': 'linux',
 'sys_version': '3.6.5 |Intel Corporation| (default, Aug  3 2018, 14:28:11) \n'
'[GCC 4.8.2 20140120 (Red Hat 4.8.2-15)]'}

***



***

Crash traceback:

---
---
ImportErrorPython 3.6.5: /home/sage/.conda/envs/sage/bin/sage-python23
   Sat Nov 17 14:57:11 2018
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/sage/.conda/envs/sage/bin/sage-ipython in ()
  1 #!/usr/bin/env sage-python23
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Display startup banner. Do this before anything else to give the user
  8 # early feedback that Sage is starting.
  9 from sage.misc.banner import banner
 10 banner()
 11 
 12 from sage.repl.interpreter import SageTerminalApp
 13 
 14 app = SageTerminalApp.instance()
---> 15 app.initialize()
global app.initialize = >
 16 app.start()

 in initialize(self=, argv=None)

/home/sage/.conda/envs/sage/lib/python3.6/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/home/sage/.conda/envs/sage/lib/python3.6/site-packages/IPython/terminal/ipapp.py
 in initialize(self=, argv=None)
301 
302 return super(TerminalIPythonApp, self).parse_command_line(argv)
303 
304 @catch_config_error
305 def initialize(self, argv=None):
306 """Do actions after construct, but before starting the app."""
307 super(TerminalIPythonApp, self).initialize(argv)
308 if self.subapp is not None:
309 # don't bother initializing further, starting subapp
310 return
311 # print self.extra_args
312 if self.extra_args and not self.something_to_run:
313 self.file_to_run = self.extra_args[0]
314 self.init_path()
315 # create the shell
--> 316 self.init_shell()
self.init_shell = >
317 # and draw the banner
318 self.init_banner()
319 # Now a variety of things that happen after the banner is 
printed.
320 self.init_gui_pylab()
321 self.init_extensions()
322  

[sage-support] Sage Crash Report

2019-03-11 Thread Jacques Avigdor
Thanks
Jacques

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'b467d487e',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/usr/lib/python2.7/dist-packages/IPython',
 'ipython_version': '5.5.0',
 'os_name': 'posix',
 'platform': 'Linux-4.18.0-16-generic-x86_64-with-Ubuntu-18.04-bionic',
 'sys_executable': '/usr/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.15rc1 (default, Nov 12 2018, 14:31:15) \n[GCC 7.3.0]'}

***



***

Crash traceback:

---
---
ImportError   Python 2.7.15rc1: /usr/bin/python
   Mon Mar 11 16:56:11 2019
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/share/sagemath/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/usr/lib/python2.7/dist-packages/traitlets/config/application.pyc in 
catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/usr/lib/python2.7/dist-packages/IPython/terminal/ipapp.pyc in 
initialize(self=, argv=None)
301 
302 return super(TerminalIPythonApp, self).parse_command_line(argv)
303 
304 @catch_config_error
305 def initialize(self, argv=None):
306 """Do actions after construct, but before starting the app."""
307 super(TerminalIPythonApp, self).initialize(argv)
308 if self.subapp is not None:
309 # don't bother initializing further, starting subapp
310 return
311 # print self.extra_args
312 if self.extra_args and not self.something_to_run:
313 self.file_to_run = self.extra_args[0]
314 self.init_path()
315 # create the shell
--> 316 self.init_shell()
self.init_shell = >
317 # and draw the banner
318 self.init_banner()
319 # Now a variety of things that happen after the banner is 
printed.
320 self.init_gui_pylab()
321 self.init_extensions()
322 self.init_code()
323 
324 def init_shell(self):
325 """initialize the InteractiveShell instance"""
326 # Create an InteractiveShell instance.
327 # shell.display_banner should always be False for the terminal
328 # based app, because we call shell.show_banner() by hand below
329 # so the banner shows *before* all

[sage-support] Sage Crash Report

2019-04-22 Thread Erik Wallace
Hello,
   I am submitting this crash report. I downloaded sage from the Ubuntu
repo. Please let me know, how I can fix this. Thanks.
Sincerely,

Erik

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'b467d487e',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/usr/lib/python2.7/dist-packages/IPython',
 'ipython_version': '5.5.0',
 'os_name': 'posix',
 'platform': 'Linux-4.15.0-46-generic-x86_64-with-Ubuntu-18.04-bionic',
 'sys_executable': '/usr/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.15rc1 (default, Nov 12 2018, 14:31:15) \n[GCC 7.3.0]'}

***



***

Crash traceback:

---
---
ImportError   Python 2.7.15rc1: /usr/bin/python
   Mon Apr 22 16:07:58 2019
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/share/sagemath/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/usr/lib/python2.7/dist-packages/traitlets/config/application.pyc in 
catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/usr/lib/python2.7/dist-packages/IPython/terminal/ipapp.pyc in 
initialize(self=, argv=None)
301 
302 return super(TerminalIPythonApp, self).parse_command_line(argv)
303 
304 @catch_config_error
305 def initialize(self, argv=None):
306 """Do actions after construct, but before starting the app."""
307 super(TerminalIPythonApp, self).initialize(argv)
308 if self.subapp is not None:
309 # don't bother initializing further, starting subapp
310 return
311 # print self.extra_args
312 if self.extra_args and not self.something_to_run:
313 self.file_to_run = self.extra_args[0]
314 self.init_path()
315 # create the shell
--> 316 self.init_shell()
self.init_shell = >
317 # and draw the banner
318 self.init_banner()
319 # Now a variety of things that happen after the banner is 
printed.
320 self.init_gui_pylab()
321 self.init_extensions()
322 self.init_code()
323 
324 def init_shell(self):
325 """initialize the InteractiveShell instance"""
326 # Create an InteractiveShell instance.
327 # shell.display_banner should always be False for the ter

[sage-support] Sage Crash Report

2019-05-10 Thread Clemens
OS: macOS 10.14
Installed from: sage-8.7-OSX_10.13.6-x86_64.dmg (Extracted to ~/SageMath)

How to reproduce:
I wanted to use zeta_zeros(). The help documents the dependency 
"database_odlyzko_zeta", which I then tried to install as follows:
./sage -i database_odlyzko_zeta

However, this failed with the following error:

ImportError: 
dlopen(/Users/clemens/SageMath/local/lib/python2.7/site-packages/sage/symbolic/ring.so,
 2): Symbol not found: 
__ZNSt3__16vectorIN5GiNaC2exENS_9allocatorIS2_EEE11__vallocateEm
 Referenced from: 
/Users/clemens/SageMath/local/lib/python2.7/site-packages/sage/symbolic/ring.so
 Expected in: flat namespace
in 
/Users/clemens/SageMath/local/lib/python2.7/site-packages/sage/symbolic/ring.so

See crash report attached to this mail for more details.

Thanks and best regards,
Clemens

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/EE213D24-09A8-42DB-AAE2-22B7FF8F1D63%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'033ab93c7',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/Users/clemens/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.8.0',
 'os_name': 'posix',
 'platform': 'Darwin-18.6.0-x86_64-i386-64bit',
 'sys_executable': '/Users/clemens/SageMath/local/bin/python2',
 'sys_platform': 'darwin',
 'sys_version': '2.7.15 (default, Mar 27 2019, 20:29:00) \n[GCC 4.2.1 
Compatible Apple LLVM 9.1.0 (clang-902.0.39.2)]'}

***



***

Crash traceback:

---
---
ImportErrorPython 2.7.15: /Users/clemens/SageMath/local/bin/python2
   Sat May 11 03:22:49 2019
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/Users/clemens/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env sage-python23
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Display startup banner. Do this before anything else to give the user
  8 # early feedback that Sage is starting.
  9 from sage.misc.banner import banner
 10 banner()
 11 
 12 from sage.repl.interpreter import SageTerminalApp
 13 
 14 app = SageTerminalApp.instance()
---> 15 app.initialize()
global app.initialize = >
 16 app.start()

 in initialize(self=, argv=None)

/Users/clemens/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/Users/clemens/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
 in initialize(self=, argv=None)
301 
302 return super(TerminalIPythonApp, self).parse_command_line(argv)
303 
304 @catch

[sage-support] Sage Crash Report

2019-08-17 Thread Carlos Mauricio Silva
Hi,
I would like to report a crash:

Operating System: Debian Linux Testing
carlos@arroway:~$ uname -a
Linux arroway 4.19.0-5-amd64 #1 SMP Debian 4.19.37-6 (2019-07-18) x86_64
GNU/Linux

SageMath was installed from Debian Repositories:
apt-get install sagemath

SageMath crashes right after intitialize:
carlos@arroway:~$ sage
┌┐
│ SageMath version 8.6, Release Date: 2019-01-15 │
│ Using Python 2.7.16. Type "help()" for help.   │
└┘

**

Oops, Sage crashed. We do our best to make it stable, but...

Best Regards,
Carlos


-- 
Carlos Mauricio Silva
Departamento de Física
Instituto Politécnico Superior "Gral. San Martín"
Universidad Nacional de Rosario ~ República Argentina

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CALgKwyrf%3D6GJ4x%2BH41HmrhHspf-tk02Zu1MtSj8qo5_TAMWg8g%40mail.gmail.com.
***

IPython post-mortem report

{'commit_hash': u'033ab93c7',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/usr/lib/python2.7/dist-packages/IPython',
 'ipython_version': '5.8.0',
 'os_name': 'posix',
 'platform': 'Linux-4.19.0-5-amd64-x86_64-with-debian-bullseye-sid',
 'sys_executable': '/usr/bin/python2',
 'sys_platform': 'linux2',
 'sys_version': '2.7.16+ (default, Jul  8 2019, 09:45:29) \n[GCC 8.3.0]'}

***



***

Crash traceback:

---
---
ImportErrorPython 2.7.16+: /usr/bin/python2
   Sat Aug 17 12:13:21 2019
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/share/sagemath/bin/sage-ipython in ()
  1 #!/usr/bin/env sage-python23
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Display startup banner. Do this before anything else to give the user
  8 # early feedback that Sage is starting.
  9 from sage.misc.banner import banner
 10 banner()
 11 
 12 from sage.repl.interpreter import SageTerminalApp
 13 
 14 app = SageTerminalApp.instance()
---> 15 app.initialize()
global app.initialize = >
 16 app.start()

 in initialize(self=, argv=None)

/usr/lib/python2.7/dist-packages/traitlets/config/application.pyc in 
catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/usr/lib/python2.7/dist-packages/IPython/terminal/ipapp.pyc in 
initialize(self=, argv=None)
301 
302 return super(TerminalIPythonApp, self).parse_command_line(argv)
303 
304 @catch_config_error
305 def initialize(self, argv=None):
306 """Do actions after construct, but before starting the app."""
307 super(TerminalIPythonApp, self).initialize(arg

[sage-support] sage crash report

2019-09-02 Thread o.castillo.felis...@gmail.com
Dear community,

I've worked extensively with Sage on Debian, either source compiled or
installed from the repository. Last month I update my system to Debian
Bullseye, and since then I've been unable of using sage!

I'm attaching the automatically generated crash report.

I thank you in advance all possible help, since this is one of the programs
I use in my daily work.

-- 
_
Oscar Castillo-Felisola.
Grupo de Fisica Teorica.
UTFSM -- CCTVal.
Av. Espana, 1680, Valparaiso-Chile.
__

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAJj91e652Cx1yHhB%2B_HESGvb8eMYOGocYO9FNR_6d6QGHLh%2Bw%40mail.gmail.com.
***

IPython post-mortem report

{'commit_hash': u'64a584802',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/usr/local/lib/python2.7/dist-packages/IPython',
 'ipython_version': '5.6.0',
 'os_name': 'posix',
 'platform': 'Linux-5.2.0-2-amd64-x86_64-with-debian-bullseye-sid',
 'sys_executable': '/usr/bin/python2',
 'sys_platform': 'linux2',
 'sys_version': '2.7.16+ (default, Jul  8 2019, 09:45:29) \n[GCC 8.3.0]'}

***



***

Crash traceback:

---
---
ImportErrorPython 2.7.16+: /usr/bin/python2
   Mon Sep  2 14:33:00 2019
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/share/sagemath/bin/sage-ipython in ()
  1 #!/usr/bin/env sage-python23
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Display startup banner. Do this before anything else to give the user
  8 # early feedback that Sage is starting.
  9 from sage.misc.banner import banner
 10 banner()
 11 
 12 from sage.repl.interpreter import SageTerminalApp
 13 
 14 app = SageTerminalApp.instance()
---> 15 app.initialize()
global app.initialize = >
 16 app.start()

 in initialize(self=, argv=None)

/usr/local/lib/python2.7/dist-packages/traitlets/config/application.pyc in 
catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/usr/local/lib/python2.7/dist-packages/IPython/terminal/ipapp.pyc in 
initialize(self=, argv=None)
301 
302 return super(TerminalIPythonApp, self).parse_command_line(argv)
303 
304 @catch_config_error
305 def initialize(self, argv=None):
306 """Do actions after construct, but before starting the app."""
307 super(TerminalIPythonApp, self).initialize(argv)
308 if self.subapp is not None:
309 # don't bother initializing further, starting subapp
310 return
311 # print self.extra_args
312 if self.extra_args and not self.something_to_run:
313 self.file_to_run = self.extra_args[0]
314 self.init_path()
  

[sage-support] Sage Crash Report

2019-10-13 Thread dave dobbs
OS: Xubuntu 18.04.1 64-bit
downloaded from SAGE: sage-8.9-Ubuntu_16.04-x86_64.tar.bz2
decompressed with tar -xjf sage-8.9...

I did a cd to the uncompressed folder, SageMath, and issued the command:
./sage

It then went thru a long sequence of patches, put up the following msg box:
┌┐
│ SageMath version 8.9, Release Date: 2019-09-29
  │
│ Using Python 2.7.15. Type "help()" for help.
  │
└┘
and then issued the Oops message.

As I recall I went through the very same sequence with SAGE 8.8 & it's
worked just fine...Dave

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CADw54_ZY-wZjmYoUTeTvnjx7OCzP7yrR0d7HyeRRXVYzTFT94g%40mail.gmail.com.
***

IPython post-mortem report

{'commit_hash': u'033ab93c7',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/dave/sage-8.9/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.8.0',
 'os_name': 'posix',
 'platform': 'Linux-5.0.0-31-generic-x86_64-with-debian-buster-sid',
 'sys_executable': '/home/dave/sage-8.9/local/bin/python2',
 'sys_platform': 'linux2',
 'sys_version': '2.7.15 (default, Oct  4 2019, 05:22:55) \n[GCC 7.4.0]'}

***



***

Crash traceback:

---
---
ImportErrorPython 2.7.15: /home/dave/sage-8.9/local/bin/python2
   Sun Oct 13 16:50:08 2019
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/dave/sage-8.9/src/bin/sage-ipython in ()
  1 #!/usr/bin/env sage-python23
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Display startup banner. Do this before anything else to give the user
  8 # early feedback that Sage is starting.
  9 from sage.misc.banner import banner
 10 banner()
 11 
 12 from sage.repl.interpreter import SageTerminalApp
 13 
 14 app = SageTerminalApp.instance()
---> 15 app.initialize()
global app.initialize = >
 16 app.start()


 in initialize(self=, argv=None)

/home/dave/sage-8.9/local/lib/python2.7/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/home/dave/sage-8.9/local/lib/python2.7/site-packages/IPython/terminal/ipapp.py 
in initialize(self=, argv=None)
301 
302 return super(TerminalIPythonApp, self).parse_command_line(argv)
303 
304 @catch_config_error
305 def initialize(self, argv=None):
306 """Do actions after construct, but before starting the app."""
307 super(TerminalIPythonApp, self).initialize(argv)
308 if self.subapp is not Non

[sage-support] Sage Crash Report

2019-10-18 Thread Sinan Kapçak
*on Linux Ubuntu 19.10 - *
*Sage installed by binaries downloaded by a torrent.*
*Downloaded and extracted and ./sage.*




***

IPython post-mortem report

{'commit_hash': u'033ab93c7',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path':
'/home/kapcak/Documents/Sage89/sage-8.9-Ubuntu_16.04-x86_64/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.8.0',
 'os_name': 'posix',
 'platform': 'Linux-5.3.0-18-generic-x86_64-with-debian-buster-sid',
 'sys_executable':
'/home/kapcak/Documents/Sage89/sage-8.9-Ubuntu_16.04-x86_64/SageMath/local/bin/python2',
 'sys_platform': 'linux2',
 'sys_version': '2.7.15 (default, Oct  4 2019, 05:22:55) \n[GCC 7.4.0]'}

***



***

Crash traceback:

---
---
ImportErrorPython 2.7.15:
/home/kapcak/Documents/Sage89/sage-8.9-Ubuntu_16.04-x86_64/SageMath/local/bin/python2
   Sat Oct 19 01:57:57 2019
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/kapcak/Documents/Sage89/sage-8.9-Ubuntu_16.04-x86_64/SageMath/src/bin/sage-ipython
in ()
  1 #!/usr/bin/env sage-python23
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6
  7 # Display startup banner. Do this before anything else to give the
user
  8 # early feedback that Sage is starting.
  9 from sage.misc.banner import banner
 10 banner()
 11
 12 from sage.repl.interpreter import SageTerminalApp
 13
 14 app = SageTerminalApp.instance()
---> 15 app.initialize()
global app.initialize = >
 16 app.start()


in initialize(self=,
argv=None)

/home/kapcak/Documents/Sage89/sage-8.9-Ubuntu_16.04-x86_64/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.py
in catch_config_error(method=,
app=, *args=(None,),
**kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable:
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is
none of  {'0', '1', 'false', 'true', ''}."% _envvar )
 75
 76
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config
(Trait/ArgumentErrors) during init.
 80
 81 On a TraitError (generally caused by bad config), this will
print the trait's
 82 message, and exit the app.
 83
 84 For use on init methods, to prevent invoking excepthook on
invalid input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during
initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94
 95
 96 class ApplicationError(Exception):
 97 pass
 98
 99
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102

/home/kapcak/Documents/Sage89/sage-8.9-Ubuntu_16.04-x86_64/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.py
in initialize(self=,
argv=None)
301
302 return super(TerminalIPythonApp,
self).parse_command_line(argv)
303
304 @catch_config_error
305 def initialize(self, argv=None):
306 """Do actions after construct, but before starting the
app."""
307 super(TerminalIPythonApp, self).initialize(argv)
308 if self.subapp is not None:
309 # don't bother initializing further, starting subapp
310 return
311 # print self.extra_args
312 if self.extra_args and not self.something_to_run:
313 self.file_to_run = self.extra_args[0]
314 self.init_path()
315 # create the shell
--> 316 self.init_shell()
self.init_shell = >
317 # and draw the banner
318 self.init_banner()
319 # Now a variety of things that happen after the banner is
printed.
320 self.init_gui_pylab()
321 self.init_extensions()
322 self.init_code()
323
324 def init_shell(self):
325 """initialize the InteractiveShell instance"""
326 # Create an InteractiveShel

[sage-support] Sage Crash Report

2020-01-02 Thread Artemis Heller
Hi,

Here is the crash report from a freshly installed sagemath 9.0.1 from
pacman on manjaro linux with python 3.8.

I've been trying to install sage 9.0 all day, sage library crashes the
build from source, I've tried installing 8.9 from pacman with a pyenv of
3.7.4 in case python 3.8 is the problem, but somehow pacman still installs
in the system python which is 3.8.1 for me.

Let me know if you'd need any more info from my part!

Best

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAA3%2Bp72qzOVgYuCp1_eryRWxSOaqQooP62yiCeUyg_NPqdUhQQ%40mail.gmail.com.
***

IPython post-mortem report

{'commit_hash': '',
 'commit_source': '(none found)',
 'default_encoding': 'utf-8',
 'ipython_path': '/usr/lib/python3.8/site-packages/IPython',
 'ipython_version': '7.10.2',
 'os_name': 'posix',
 'platform': 'Linux-5.3.18-1-MANJARO-x86_64-with-glibc2.2.5',
 'sys_executable': '/usr/bin/python3',
 'sys_platform': 'linux',
 'sys_version': '3.8.1 (default, Dec 21 2019, 20:57:38) \n[GCC 9.2.0]'}

***



***

Crash traceback:

---
---
ImportError  Python 3.8.1: /usr/bin/python3
   Fri Jan  3 01:44:08 2020
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/bin/sage-ipython in 
  1 #!/usr/bin/env sage-python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Display startup banner. Do this before anything else to give the user
  8 # early feedback that Sage is starting.
  9 from sage.misc.banner import banner
 10 banner()
 11 
 12 from sage.repl.interpreter import SageTerminalApp
 13 
 14 app = SageTerminalApp.instance()
---> 15 app.initialize()
global app.initialize = >
 16 app.start()

 in 
initialize(self=, argv=None)

/usr/lib/python3.8/site-packages/traitlets/config/application.py in 
catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/usr/lib/python3.8/site-packages/IPython/terminal/ipapp.py in 
initialize(self=, argv=None)
302 
303 return super(TerminalIPythonApp, self).parse_command_line(argv)
304 
305 @catch_config_error
306 def initialize(self, argv=None):
307 """Do actions after construct, but before starting the app."""
308 super(TerminalIPythonApp, self).initialize(argv)
309 if self.subapp is not None:
310 # don't bother initializing further, starting subapp
311 return
312 # print self.extra_args
313 if self.extra_args and not self.something_to_run:
314 self.file_to_run = self.extra_args[0]
315 self.init_path()
316 # create the shell
--> 317 self.init_shell()
self.init_shell = >
318 # and draw the banner
319 self.init_banner()
320 

[sage-support] Sage Crash report

2020-01-08 Thread Malcolm MacCallum
This is from Ubuntu 18.04 Linux 64-bit
Sage built from source. The build had an error as follows
=
The following package(s) may have failed to build (not necessarily
during this run of 'make all-start'):

* package: r-3.6.2
  log file: /usr/local/CA/sage-9.0/logs/pkgs/r-3.6.2.log
  build directory: /usr/local/CA/sage-9.0/local/var/tmp/sage/build/r-3.6.2

The build directory may contain configuration files and other potentially
helpful information. WARNING: if you now run 'make' again, the build
directory will, by default, be deleted. Set the environment variable
SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.

Makefile:31: recipe for target 'all-start' failed
make[1]: *** [all-start] Error 1
make[1]: Leaving directory '/usr/local/CA/sage-9.0'
Makefile:13: recipe for target 'all' failed

I then tried to run sage, getting the following error log.

***

IPython post-mortem report

{'commit_hash': u'033ab93c7',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/usr/local/CA/sage-8.8/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.8.0',
 'os_name': 'posix',
 'platform': 'Linux-5.0.0-37-generic-x86_64-with-debian-buster-sid',
 'sys_executable': '/usr/local/CA/sage-8.8/local/bin/python2',
 'sys_platform': 'linux2',
 'sys_version': '2.7.15 (default, Sep  4 2019, 11:48:34) \n[GCC 4.8.5 20150623 
(Red Hat 4.8.5-39)]'}

***



***

Crash traceback:

---
---
ImportError Python 2.7.15: /usr/local/CA/sage-8.8/local/bin/python2
   Wed Jan  8 16:34:13 2020
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/local/CA/sage-8.8/src/bin/sage-ipython in ()
  1 #!/usr/bin/env sage-python23
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Display startup banner. Do this before anything else to give the user
  8 # early feedback that Sage is starting.
  9 from sage.misc.banner import banner
 10 banner()
 11 
 12 from sage.repl.interpreter import SageTerminalApp
 13 
 14 app = SageTerminalApp.instance()
---> 15 app.initialize()
global app.initialize = >
 16 app.start()

 in initialize(self=, argv=None)

/usr/local/CA/sage-8.8/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/usr/local/CA/sage-8.8/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
 in initialize(self=, argv=None)
301 
302 return super(TerminalIPythonApp, self).parse_command_line(argv)
303 
304 @catch_config_error
305 def initialize(self, argv=None):
306 """Do actions after construct, but before starting the app."""
307 super(TerminalIPythonApp, self).initialize(argv)
308 if self.subapp is not None:
309 # don't bother initializing further, starting subapp
310 return
311 # print self.extra_args
312 if self.extra_args and not self.something_to_run:
313 self.file_to_run = self.extra_args[

[sage-support] Sage Crash Report

2020-03-18 Thread Kashif Bari
I am trying to install Sage version 8.9 on the High performance cluster at 
my university, which runs Linux (CentOS 7). I am installing to my local 
"scratch" folder since I do not have administrative permissions. I am 
trying to install from source code as the pre-built binaries are for Ubuntu 
and Debian and did not work for me and I was unsure if they would work on 
CentOS 7. I was able to run ./configure without any issues and then when i 
did make, I received the following log file (attached) and error: 

Error building Sage.

The following package(s) may have failed to build (not necessarily
during this run of 'make all-start'):

* package: mpfr-4.0.1.p0
  log file: /scratch/user/kbari/sage-8.9/logs/pkgs/mpfr-4.0.1.p0.log
  build directory: 
/scratch/user/kbari/sage-8.9/local/var/tmp/sage/build/mpfr-4.0.1.p0

The build directory may contain configuration files and other potentially
helpful information. WARNING: if you now run 'make' again, the build
directory will, by default, be deleted. Set the environment variable
SAGE_KEEP_BUILT_SPKGS to 'yes' to prevent this.

make[1]: *** [all-start] Error 1
make[1]: Leaving directory `/scratch/user/kbari/sage-8.9'
make: *** [all] Error 2


 I have tried to contact the help and support for the cluster, but they do 
not know much about Sage. Any help would be greatly appreciated! Thank you 
for your time!

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/9d94553b-f5b0-435b-93c5-7724c3422cc3%40googlegroups.com.
Found local metadata for mpfr-4.0.1.p0
Using cached file /scratch/user/kbari/sage-8.9/upstream/mpfr-4.0.1.tar.bz2
mpfr-4.0.1.p0

Setting up build directory for mpfr-4.0.1.p0
Finished extraction
No patch files found in ../patches

Host system:
Linux tlogin-0501.cluster 3.10.0-1062.12.1.el7.x86_64 #1 SMP Tue Feb 4 23:02:59 
UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

C compiler: gcc
C compiler version:
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla 
--enable-bootstrap --enable-shared --enable-threads=posix 
--enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-gnu-unique-object 
--enable-linker-build-id --with-linker-hash-style=gnu 
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin 
--enable-initfini-array --disable-libgcj 
--with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install
 
--with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install
 --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 
--build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) 

Checking what CC and CFLAGS MPFR would use if they were empty...
Settings chosen by MPFR when configuring with CC and CFLAGS unset:
  CC:  gcc -std=gnu99
  CFLAGS:  -Wall -Wmissing-prototypes -Wpointer-arith -m64 -O2 
-march=corei7-avx -mtune=corei7-avx  -g
Settings required to properly build MPFR, taking into account SAGE_DEBUG etc.:
  CFLAGS:  
  LDFLAGS: -L/scratch/user/kbari/sage-8.9/local/lib 
-Wl,-rpath,/scratch/user/kbari/sage-8.9/local/lib 
  ABI: 
Settings from the "global" environment:
  CC:  gcc
  CFLAGS:  
  (CPPFLAGS, CXX and CXXFLAGS are listed below; these don't get modified.)
Using MPFR's settings (plus mandatory ones).
Finally using the following settings:
  CC=gcc
  CFLAGS=-Wall -Wmissing-prototypes -Wpointer-arith -m64 -O2 -march=corei7-avx 
-mtune=corei7-avx  -g 
  CPP=
  CPPFLAGS=
  CXX=g++ -std=gnu++11
  CXXFLAGS=
  LDFLAGS=-L/scratch/user/kbari/sage-8.9/local/lib 
-Wl,-rpath,/scratch/user/kbari/sage-8.9/local/lib 
  ABI=
(These settings may still get overridden by 'configure' or Makefiles.)

Configuring MPFR with the following options:
  --prefix="/scratch/user/kbari/sage-8.9/local"
  --libdir="/scratch/user/kbari/sage-8.9/local/lib"
  --with-gmp="/scratch/user/kbari/sage-8.9/local"
  --disable-thread-safe
You can set MPFR_CONFIGURE to pass additional parameters.
Configuring mpfr-4.0.1.p0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes

[sage-support] Sage Crash report

2020-04-04 Thread Lance Edward Miller
After install on Linux Mint 19.3, I got the following crash report. Any
help is appreciated.

***

IPython post-mortem report

{'commit_hash': u'b467d487e',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/usr/lib/python2.7/dist-packages/IPython',
 'ipython_version': '5.5.0',
 'os_name': 'posix',
 'platform': 'Linux-5.3.0-40-generic-x86_64-with-LinuxMint-19.3-tricia',
 'sys_executable': '/usr/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.17 (default, Nov  7 2019, 10:07:09) \n[GCC 7.4.0]'}

***



***

Crash traceback:

---
---
ImportError  Python 2.7.17: /usr/bin/python
   Sat Apr  4 18:39:09 2020
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/share/sagemath/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6
  7 from sage.repl.interpreter import SageTerminalApp
  8
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in
initialize(self=, argv=None)

/usr/lib/python2.7/dist-packages/traitlets/config/application.pyc in
catch_config_error(method=,
app=, *args=(None,),
**kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable:
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is
none of  {'0', '1', 'false', 'true', ''}."% _envvar )
 75
 76
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config
(Trait/ArgumentErrors) during init.
 80
 81 On a TraitError (generally caused by bad config), this will
print the trait's
 82 message, and exit the app.
 83
 84 For use on init methods, to prevent invoking excepthook on
invalid input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during
initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94
 95
 96 class ApplicationError(Exception):
 97 pass
 98
 99
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102

/usr/lib/python2.7/dist-packages/IPython/terminal/ipapp.pyc in
initialize(self=, argv=None)
301
302 return super(TerminalIPythonApp,
self).parse_command_line(argv)
303
304 @catch_config_error
305 def initialize(self, argv=None):
306 """Do actions after construct, but before starting the
app."""
307 super(TerminalIPythonApp, self).initialize(argv)
308 if self.subapp is not None:
309 # don't bother initializing further, starting subapp
310 return
311 # print self.extra_args
312 if self.extra_args and not self.something_to_run:
313 self.file_to_run = self.extra_args[0]
314 self.init_path()
315 # create the shell
--> 316 self.init_shell()
self.init_shell = >
317 # and draw the banner
318 self.init_banner()
319 # Now a variety of things that happen after the banner is
printed.
320 self.init_gui_pylab()
321 self.init_extensions()
322 self.init_code()
323
324 def init_shell(self):
325 """initialize the InteractiveShell instance"""
326 # Create an InteractiveShell instance.
327 # shell.display_banner should always be False for the
terminal
328 # based app, because we call shell.show_banner() by hand
below
329 # so the banner shows *before* all extension loading stuff.
330 self.shell =
self.interactive_shell_class.instance(parent=self,
331 profile_dir=self.profile_dir,

/usr/lib/python2.7/dist-packages/sage/repl/interpreter.pyc in
init_shell(self=)
730 This code is based on
731 :meth:`TerminalIPythonApp.init_shell`.
732
733

[sage-support] Sage Crash Report

2020-04-23 Thread Soufiane Lakhlifi
Hello,

Here is the report of a crash that happened while trying to lunch sage:

-Operating system: Ubuntu 20.04 beta, upgraded from 19.10.
-Sage (8.9) was build  from the source under Ubuntu 19.10 and by following
 the instructions in this page
http://doc.sagemath.org/html/en/installation/source.html.
 No special flags were used except to change the build directory.
-The crash happened by lunching sage (with no arguments) from the terminal,
 it is worth noting that the crash happened just after I upgraded my Ubuntu
from
 19.10 to 20.10.

Best regards,
Soufiane Lakhlifi.
Zone contenant les pièces jointes

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAMfxRDRJJCkX22cu8zpmXgBbW1VXSzCShbHYU3csELdqPZAyA%40mail.gmail.com.
***

IPython post-mortem report

{'commit_hash': '033ab93c7',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/soufiane/.SageMath/local/lib/python3.7/site-packages/IPython',
 'ipython_version': '5.8.0',
 'os_name': 'posix',
 'platform': 'Linux-5.4.0-26-generic-x86_64-with-debian-bullseye-sid',
 'sys_executable': '/home/soufiane/.SageMath/local/bin/python3',
 'sys_platform': 'linux',
 'sys_version': '3.7.3 (default, Oct 27 2019, 20:34:53) \n[GCC 9.2.1 20191008]'}

***



***

Crash traceback:

---
---
ImportErrorPython 3.7.3: /home/soufiane/.SageMath/local/bin/python3
   Thu Apr 23 12:33:02 2020
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/soufiane/.SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env sage-python23
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Display startup banner. Do this before anything else to give the user
  8 # early feedback that Sage is starting.
  9 from sage.misc.banner import banner
 10 banner()
 11 
 12 from sage.repl.interpreter import SageTerminalApp
 13 
 14 app = SageTerminalApp.instance()
---> 15 app.initialize()
global app.initialize = >
 16 app.start()


 in initialize(self=, argv=None)

/home/soufiane/.SageMath/local/lib/python3.7/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/home/soufiane/.SageMath/local/lib/python3.7/site-packages/IPython/terminal/ipapp.py
 in initialize(self=, argv=None)
301 
302 return super(TerminalIPythonApp, self).parse_command_line(argv)
303 
304 @catch_config_error
305 def initialize(self, argv=None):
306 """Do actions after construct, but before starting the app."""
307 super(TerminalIPythonApp, self).initialize(argv)
308 if self.subapp is not None:
309 # don't bother initializing further, starting subapp
310 return
311 # print self.extra_args
312

[sage-support] Sage Crash Report

2020-10-14 Thread Foivos Guant
Hello,

I would appreciate your feedback on a Sage crash that I'm facing after
several trials. Please find attached the associated report along with some
potentially relevant information below:

- Which operating system: MacOS Mojave
*$ sw_vers*

ProductName: Mac OS X

ProductVersion: 10.14.6

BuildVersion: 18G95


*$ gcc --version*

Configured with: --prefix=/Library/Developer/CommandLineTools/usr
--with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1

Apple LLVM version 10.0.1 (clang-1001.0.46.4)

Target: x86_64-apple-darwin18.7.0

Thread model: posix

InstalledDir: /Library/Developer/CommandLineTools/usr/bin



- How Sage was installed + How to reproduce the crash:
Step 0: Downloading *sage-9.1-OSX_10.11.6-x86_64.tar.bz2* (tried also .dmg
and .app.dmg, same results) from
http://www-ftp.lip6.fr/pub/math/sagemath/osx/intel/index.html , then moving
the *Sagemath* folder into /Applications/.
Step 1: Running /Applications/SageMath/sage and adding sudo ln -s
/Applications/SageMath/sage /usr/local/bin/sage
*Results*: running sage in terminal launches sage which operates correctly.
Step 2: (Note: CPLEX is already installed and correctly configured)
 Running *sage -i sage_numerical_backends_cplex* as described for Sage 9.1
in https://github.com/mkoeppe/sage-numerical-backends-cplex
*Results: *The installation is successful but now running sage yields an
error (more details in the crash report attached):

ImportError:
dlopen(/Applications/SageMath/local/lib/python3.7/site-packages/sage/symbolic/
ring.cpython-37m-darwin.so, 2): Symbol not found:
__ZNSt3__16vectorIN5GiNaC2exENS_9allocatorIS2_EEE11__vallocateEm

  Referenced from:
/Applications/SageMath/local/lib/python3.7/site-packages/sage/symbolic/
ring.cpython-37m-darwin.so

  Expected in: flat namespace

 in /Applications/SageMath/local/lib/python3.7/site-packages/sage/symbolic/
ring.cpython-37m-darwin.so



Thank you and best regards,
H.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CANmzTwZ5uqTbrj2skMouCR4CG%2B7GkgogidZ70PKc0iYBbR_TKQ%40mail.gmail.com.
***

IPython post-mortem report

{'commit_hash': '033ab93c7',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/Applications/SageMath/local/lib/python3.7/site-packages/IPython',
 'ipython_version': '5.8.0',
 'os_name': 'posix',
 'platform': 'Darwin-18.7.0-x86_64-i386-64bit',
 'sys_executable': '/Applications/SageMath/local/bin/python3',
 'sys_platform': 'darwin',
 'sys_version': '3.7.3 (default, May 23 2020, 09:48:14) \n'
'[Clang 7.3.0 (clang-703.0.31)]'}

***



***

Crash traceback:

---
---
ImportError  Python 3.7.3: /Applications/SageMath/local/bin/python3
   Wed Oct 14 18:05:59 2020
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/Applications/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env sage-python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Display startup banner. Do this before anything else to give the user
  8 # early feedback that Sage is starting.
  9 from sage.misc.banner import banner
 10 banner()
 11 
 12 from sage.repl.interpreter import SageTerminalApp
 13 
 14 app = SageTerminalApp.instance()
---> 15 app.initialize()
global app.initialize = >
 16 app.start()


 in initialize(self=, argv=None)

/Applications/SageMath/local/lib/python3.7/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to pre

[sage-support] Sage Crash Report

2021-01-04 Thread Maciej Dołęga
Hi,

I encountered the following problems with sage:

1. It crashes when I am using tab auto completion - report attached.
2. Each time I want to use sage (by command 'sage') after restarting the
system I need to type 'conda activate sage'. Otherwise command sage is not
recognized ('-bash: sage: command not found').

I run Sage 9.2 on MacOS Big Sur 11.1 (Macbook Pro) which was installed by
Conda.

Best,
Maciek

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CABdAJe%2BGEhGwML%2BO%2BVVqKsNkCPNBt5pmqPMssETzUnif__8q5Q%40mail.gmail.com.
***

IPython post-mortem report

{'commit_hash': '223e783c4',
 'commit_source': 'installation',
 'default_encoding': 'utf-8',
 'ipython_path': 
'/opt/miniconda3/envs/sage/lib/python3.8/site-packages/IPython',
 'ipython_version': '7.19.0',
 'os_name': 'posix',
 'platform': 'macOS-10.16-x86_64-i386-64bit',
 'sys_executable': '/opt/miniconda3/envs/sage/bin/python',
 'sys_platform': 'darwin',
 'sys_version': '3.8.5 | packaged by conda-forge | (default, Sep 24 2020, '
'16:37:41) \n'
'[Clang 10.0.1 ]'}

***



***

Crash traceback:

---
---
TypeErrorPython 3.8.5: /opt/miniconda3/envs/sage/bin/python
   Mon Jan  4 14:16:47 2021
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/opt/miniconda3/envs/sage/lib/python3.8/site-packages/IPython/terminal/ptutils.py
 in get_completions(self=, 
document=Document('cd Do', 5), 
complete_event=CompleteEvent(text_inserted=False, completion_requested=True))
112 try:
--> 113 yield from self._get_completions(body, offset, 
cursor_position, self.ipy_completer)
self._get_completions = 
body = 'cd Do'
offset = 5
cursor_position = 5
self.ipy_completer = 
114 except Exception as e:

/opt/miniconda3/envs/sage/lib/python3.8/site-packages/IPython/terminal/ptutils.py
 in _get_completions(body='cd Do', offset=5, cursor_position=5, 
ipyc=)
128 body, ipyc.completions(body, offset))
--> 129 for c in completions:
c = undefined
completions = 
130 if not c.text:

/opt/miniconda3/envs/sage/lib/python3.8/site-packages/IPython/core/completer.py 
in _deduplicate_completions(text='cd Do', completions=)
437 """
--> 438 completions = list(completions)
completions = 
global list = undefined
439 if not completions:

/opt/miniconda3/envs/sage/lib/python3.8/site-packages/IPython/core/completer.py 
in completions(self=, text='cd Do', 
offset=5)
   1817 try:
-> 1818 for c in self._completions(text, offset, 
_timeout=self.jedi_compute_type_timeout/1000):
c = undefined
self._completions = >
text = 'cd Do'
offset = 5
global _timeout = undefined
self.jedi_compute_type_timeout = 400
   1819 if c and (c in seen):

/opt/miniconda3/envs/sage/lib/python3.8/site-packages/IPython/core/completer.py 
in _completions(self=, full_text='cd 
Do', offset=5, _timeout=0.4)
   1860 
-> 1861 matched_text, matches, matches_origin, jedi_matches = 
self._complete(
matched_text = undefined
matches = undefined
matches_origin = undefined
jedi_matches = undefined
self._complete = >
full_text = 'cd Do'
cursor_line = 0
global cursor_pos = undefined
cursor_column = 5
   1862 full_text=full_text, cursor_line=cursor_line, 
cursor_pos=cursor_column)

/opt/miniconda3/envs/sage/lib/python3.8/site-packages/IPython/core/completer.py 
in _complete(self=, cursor_line=0, 
cursor_pos=5, line_buffer='cd Do', text='Do', full_text='cd Do')
   2028 full_text = line_buffer
-> 2029 completions = self._jedi_matches(
completions = ()
self._jedi_matches = >
cursor_pos = 5
cursor_line = 0
full_text = 'cd Do'
   2030 cursor_pos, cursor_line, full_text)

/opt/miniconda3/envs/sage/lib/python3.8/site-packages/IPython/core/completer.py 
in _jedi_matches(self=, 
cursor_column=5, cursor_line=0, text='cd Do')
   1372 
-> 1373 interpreter = jedi.Interpreter(
interpreter = undefined
 

[sage-support] Sage Crash Report

2021-01-24 Thread Mathieu Dutour


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CADm_teOrk03gf8bzyUxtvt9m16wEAP3%2BOsfkzxbjSjz4VN9bKw%40mail.gmail.com.
***

IPython post-mortem report

{'commit_hash': 'd0b255042',
 'commit_source': 'installation',
 'default_encoding': 'utf-8',
 'ipython_path': 
'/home/mathieu/opt/SageMath/local/lib/python3.8/site-packages/IPython',
 'ipython_version': '7.13.0',
 'os_name': 'posix',
 'platform': 'Linux-5.8.0-38-generic-x86_64-with-glibc2.2.5',
 'sys_executable': '/home/mathieu/opt/SageMath/local/bin/python3',
 'sys_platform': 'linux',
 'sys_version': '3.8.5 (default, Oct 25 2020, 14:39:21) \n[GCC 9.2.0]'}

***



***

Crash traceback:

---
---
ImportError  Python 3.8.5: /home/mathieu/opt/SageMath/local/bin/python3
   Sun Jan 24 17:19:52 2021
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
~/opt/SageMath/src/bin/sage-ipython in 
  1 #!/usr/bin/env sage-python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Display startup banner. Do this before anything else to give the user
  8 # early feedback that Sage is starting.
  9 from sage.misc.banner import banner
 10 banner()
 11 
 12 from sage.repl.interpreter import SageTerminalApp
 13 
 14 app = SageTerminalApp.instance()
---> 15 app.initialize()
global app.initialize = >
 16 app.start()


 in initialize(self=, argv=None)

~/opt/SageMath/local/lib/python3.8/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

~/opt/SageMath/local/lib/python3.8/site-packages/IPython/terminal/ipapp.py in 
initialize(self=, argv=None)
302 
303 return super(TerminalIPythonApp, self).parse_command_line(argv)
304 
305 @catch_config_error
306 def initialize(self, argv=None):
307 """Do actions after construct, but before starting the app."""
308 super(TerminalIPythonApp, self).initialize(argv)
309 if self.subapp is not None:
310 # don't bother initializing further, starting subapp
311 return
312 # print self.extra_args
313 if self.extra_args and not self.something_to_run:
314 self.file_to_run = self.extra_args[0]
315 self.init_path()
316 # create the shell
--> 317 self.init_shell()
self.init_shell = >
318 # and draw the banner
319 self.init_banner()
320 # Now a variety of things that happen after the banner is 
printed.
321 self.init_gui_pylab()
322 self.init_extensions()
323 self.init_code()
324 
325 def init_shell(self):
326 """initialize the InteractiveShell instance"""
327 # Create an Interact

[sage-support] Sage Crash Report

2021-08-16 Thread Gaël Cousin

Ubuntu 20.04 Focal Fossa


Dear all,

Here follows attached a sage crash report. I think the sage install was 
broken by installation of Blender.



Sage was installed this way on my fresh Ubuntu 20.04 Focal Fossa:

sudo apt install sagemath sagetex- texlive-latex-base- sagemath-jupyter- 
pari-doc- sagemath-doc-

(afterwards I did

sudo apt install jupyter

and

sudo apt install sagemath-jupyter

everything was working fine)


Today I installed Blender

  sudo add-apt-repository ppa:savoury1/ffmpeg4

  sudo add-apt-repository ppa:savoury1/blender

  sudo apt-get update

  sudo apt-get upgrade && sudo apt-get dist-upgrade

  sudo apt-get install blender


Afterwards

I tried the command

|maxima('plotdf([-y,-x],[x,y],[x,-2,2],[y,-2,2])') |

in the jupyter notebook and I got a missing Kernel error

afterwards the kernel would not restart successfully and I restarted my 
computer.



Then I run

sage

in the terminal, which generated this crash report.

Currently, Sage is not working anymore on my computer.


There are strange things about python and numpy written in Blender's ppa 
description. I attach this description too (see lines 23 and 43).


I checked the result of python3 --version in the terminal and got

Python 3.8.10


Any hint towards the resolution of this sad situation is welcome.

Thanks fo your work on Sage.


Best,

Gaël Cousin.




--
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/4600086d-51fa-f96c-c725-08ad013ab42c%40gmail.com.
***

IPython post-mortem report

{'commit_hash': '',
 'commit_source': '(none found)',
 'default_encoding': 'utf-8',
 'ipython_path': '/usr/lib/python3/dist-packages/IPython',
 'ipython_version': '7.13.0',
 'os_name': 'posix',
 'platform': 'Linux-5.10.0-1038-oem-x86_64-with-glibc2.29',
 'sys_executable': '/usr/bin/python3',
 'sys_platform': 'linux',
 'sys_version': '3.8.10 (default, Jun  2 2021, 10:49:15) \n[GCC 9.4.0]'}

***



***

Crash traceback:

---
---
ImportError Python 3.8.10: /usr/bin/python3
   Mon Aug 16 16:37:37 2021
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/share/sagemath/bin/sage-ipython in 
  1 #!/usr/bin/env sage-python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Display startup banner. Do this before anything else to give the user
  8 # early feedback that Sage is starting.
  9 from sage.misc.banner import banner
 10 banner()
 11 
 12 from sage.repl.interpreter import SageTerminalApp
 13 
 14 app = SageTerminalApp.instance()
---> 15 app.initialize()
global app.initialize = >
 16 app.start()

 in initialize(self=, argv=None)

/usr/lib/python3/dist-packages/traitlets/config/application.py in 
catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/usr/lib/python3/dis

[sage-support] Sage Crash Report

2021-08-28 Thread Lance Edward Miller
To whom it may concern,

 I'm installing sage from the synaptic package manager on Linux Mint 20.1.
The package is for Sage 9.0, but the app does not run. Following is the
crash report, any advice on how to best resolve (uninstall and install from
source?) is appreciated:


***

IPython post-mortem report

{'commit_hash': '',
 'commit_source': '(none found)',
 'default_encoding': 'utf-8',
 'ipython_path': '/usr/lib/python3/dist-packages/IPython',
 'ipython_version': '7.13.0',
 'os_name': 'posix',
 'platform': 'Linux-5.4.0-81-generic-x86_64-with-glibc2.29',
 'sys_executable': '/usr/bin/python3',
 'sys_platform': 'linux',
 'sys_version': '3.8.10 (default, Jun  2 2021, 10:49:15) \n[GCC 9.4.0]'}

***



***

Crash traceback:

---
---
ImportError Python 3.8.10: /usr/bin/python3
   Sat Aug 28 16:48:31 2021
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/share/sagemath/bin/sage-ipython in 
  1 #!/usr/bin/env sage-python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6
  7 # Display startup banner. Do this before anything else to give the
user
  8 # early feedback that Sage is starting.
  9 from sage.misc.banner import banner
 10 banner()
 11
 12 from sage.repl.interpreter import SageTerminalApp
 13
 14 app = SageTerminalApp.instance()
---> 15 app.initialize()
global app.initialize = >
 16 app.start()

 in
initialize(self=, argv=None)

/usr/lib/python3/dist-packages/traitlets/config/application.py in
catch_config_error(method=,
app=, *args=(None,),
**kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable:
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is
none of  {'0', '1', 'false', 'true', ''}."% _envvar )
 75
 76
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config
(Trait/ArgumentErrors) during init.
 80
 81 On a TraitError (generally caused by bad config), this will
print the trait's
 82 message, and exit the app.
 83
 84 For use on init methods, to prevent invoking excepthook on
invalid input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during
initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94
 95
 96 class ApplicationError(Exception):
 97 pass
 98
 99
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102

/usr/lib/python3/dist-packages/IPython/terminal/ipapp.py in
initialize(self=, argv=None)
302
303 return super(TerminalIPythonApp,
self).parse_command_line(argv)
304
305 @catch_config_error
306 def initialize(self, argv=None):
307 """Do actions after construct, but before starting the
app."""
308 super(TerminalIPythonApp, self).initialize(argv)
309 if self.subapp is not None:
310 # don't bother initializing further, starting subapp
311 return
312 # print self.extra_args
313 if self.extra_args and not self.something_to_run:
314 self.file_to_run = self.extra_args[0]
315 self.init_path()
316 # create the shell
--> 317 self.init_shell()
self.init_shell = >
318 # and draw the banner
319 self.init_banner()
320 # Now a variety of things that happen after the banner is
printed.
321 self.init_gui_pylab()
322 self.init_extensions()
323 self.init_code()
324
325 def init_shell(self):
326 """initialize the InteractiveShell instance"""
327 # Create an InteractiveShell instance.
328 # shell.display_banner should always be False for the
terminal
329 # based app, because we call shell.show_banner() by hand
below
330 # so the banner shows *before* all extension loading st

[sage-support] Sage crash report

2022-01-10 Thread Alba Carrodeguas
Sage crashed when logging in through virtual machine

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAAYgug8_g6%2BR3wqLdhFCYjKceqjOqstPLWLJNPSuReNZoT6a9w%40mail.gmail.com.


[sage-support] Sage Crash Report

2022-01-16 Thread 'Bharathwaj Palvannan' via sage-support
Dear developers,

I have been trying to install Sage on my macOS (Version 12.1 Monterey). I tried 
installing it via the .tar and the .dmg files, but both methods failed for 
various reasons. I am attaching the crash report that was generated when I 
tried using the dmg file.

Thanks
Best regards

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/PN3PR01MB774291BC0556E56BBA2E0168F7569%40PN3PR01MB7742.INDPRD01.PROD.OUTLOOK.COM.
***

IPython post-mortem report

{'commit_hash': '3da1b22c25',
 'commit_source': 'installation',
 'default_encoding': 'utf-8',
 'ipython_path': 
'/Applications/SageMath-9-5.app/Contents/Frameworks/Sage.framework/Versions/9.5/local/var/lib/sage/venv-python3.9.9/lib/python3.9/site-packages/IPython',
 'ipython_version': '7.29.0',
 'os_name': 'posix',
 'platform': 'macOS-12.1-arm64-arm-64bit',
 'sys_executable': 
'/var/tmp/sage-9.5-current/local/var/lib/sage/venv-python3.9.9/bin/python3',
 'sys_platform': 'darwin',
 'sys_version': '3.9.9 (main, Jan 14 2022, 15:48:20) \n'
'[Clang 13.0.0 (clang-1300.0.29.30)]'}

***



***

Crash traceback:

---
---
ImportErrorPython 3.9.9: 
/var/tmp/sage-9.5-current/local/var/lib/sage/venv-python3.9.9/bin/python3
   Sun Jan 16 22:21:19 2022
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/var/tmp/sage-9.5-current/local/var/lib/sage/venv-python3.9.9/bin/sage-ipython 
in 
  1 
#!/var/tmp/sage-9.5-current/local/var/lib/sage/venv-python3.9.9/bin/python3
  2 
  3 # -*- coding: utf-8 -*-
  4 """
  5 Sage IPython startup script.
  6 """
  7 
  8 # Display startup banner. Do this before anything else to give the user
  9 # early feedback that Sage is starting.
 10 from sage.misc.banner import banner
 11 banner()
 12 
 13 from sage.repl.interpreter import SageTerminalApp
 14 
 15 app = SageTerminalApp.instance()
---> 16 app.initialize()
global app.initialize = >
 17 app.start()

/var/tmp/sage-9.5-current/local/var/lib/sage/venv-python3.9.9/lib/python3.9/site-packages/traitlets/config/application.py
 in inner(app=, *args=(), 
**kwargs={})
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 def catch_config_error(method):
 78 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 79 
 80 On a TraitError (generally caused by bad config), this will print 
the trait's
 81 message, and exit the app.
 82 
 83 For use on init methods, to prevent invoking excepthook on invalid 
input.
 84 """
 85 @functools.wraps(method)
 86 def inner(app, *args, **kwargs):
 87 try:
---> 88 return method(app, *args, **kwargs)
global method = undefined
app = 
args = ()
kwargs = {}
 89 except (TraitError, ArgumentError) as e:
 90 app.log.fatal("Bad config encountered during 
initialization: %s", e)
 91 app.log.debug("Config at the time: %s", app.config)
 92 app.exit(1)
 93 
 94 return inner
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 
103 This field is empty if log level is less than highlevel_limit,

/var/tmp/sage-9.5-current/local/var/lib/sage/venv-python3.9.9/lib/python3.9/site-packages/IPython/terminal/ipapp.py
 in initialize(self=, argv=None)
303 
304 return super(TerminalIPythonApp, self).parse_command_line(argv)
305 
306 @catch_config_error
307 def initialize(self, argv=None):
308 """Do actions after construct, but before starting the app."""
309 super(TerminalIPythonApp, self).initialize(argv)
310 if self.subapp is not None:
311 # don't bother initializing further, starting subapp
312 return
313 # print self.extra_args
314 if self.extr

[sage-support] Sage Crash Report

2022-07-30 Thread Domingo Gómez
Dear Developers,

I am using a MacOs Monterrey v.12.4 on a chip M2.
Sage was install using anaconda, with mamba.

The funny thing is that I install in two different accounts, one administrator 
and one regular user.
Sage conda environment in the administrator account works fine. 
In the regular user account it crash.
The command that triggers the crash are: mamba activate sage &&  sage

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/88E35948-894B-4BF2-9364-183A3F469C43%40gmail.com.
***

IPython post-mortem report

{'commit_hash': 'fd4cac190',
 'commit_source': 'installation',
 'default_encoding': 'utf-8',
 'ipython_path': 
'/Users/krauser/.conda/envs/sage/lib/python3.10/site-packages/IPython',
 'ipython_version': '7.33.0',
 'os_name': 'posix',
 'platform': 'macOS-12.4-x86_64-i386-64bit',
 'sys_executable': '/Users/krauser/.conda/envs/sage/bin/python',
 'sys_platform': 'darwin',
 'sys_version': '3.10.5 | packaged by conda-forge | (main, Jun 14 2022, '
'07:09:13) [Clang 13.0.1 ]'}

***



***

Crash traceback:

---
---
ImportError   Python 3.10.5: /Users/krauser/.conda/envs/sage/bin/python
   Sat Jul 30 11:49:55 2022
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
~/.conda/envs/sage/bin/sage-ipython in 
  1 #!/Users/krauser/.conda/envs/sage/bin/python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Display startup banner. Do this before anything else to give the user
  8 # early feedback that Sage is starting.
  9 from sage.misc.banner import banner
 10 banner()
 11 
 12 from sage.repl.interpreter import SageTerminalApp
 13 
 14 app = SageTerminalApp.instance()
---> 15 app.initialize()
global app.initialize = >
 16 app.start()

~/.conda/envs/sage/lib/python3.10/site-packages/traitlets/config/application.py 
in inner(app=, *args=(), 
**kwargs={})
 95 IS_PYTHONW = sys.executable and sys.executable.endswith("pythonw.exe")
 96 
 97 
 98 def catch_config_error(method):
 99 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
100 
101 On a TraitError (generally caused by bad config), this will print 
the trait's
102 message, and exit the app.
103 
104 For use on init methods, to prevent invoking excepthook on invalid 
input.
105 """
106 
107 @functools.wraps(method)
108 def inner(app, *args, **kwargs):
109 try:
--> 110 return method(app, *args, **kwargs)
global method = undefined
app = 
args = ()
kwargs = {}
111 except (TraitError, ArgumentError) as e:
112 app.log.fatal("Bad config encountered during 
initialization: %s", e)
113 app.log.debug("Config at the time: %s", app.config)
114 app.exit(1)
115 
116 return inner
117 
118 
119 class ApplicationError(Exception):
120 pass
121 
122 
123 class LevelFormatter(logging.Formatter):
124 """Formatter with additional `highlevel` record
125 

~/.conda/envs/sage/lib/python3.10/site-packages/IPython/terminal/ipapp.py in 
initialize(self=, argv=None)
304 
305 return super(TerminalIPythonApp, self).parse_command_line(argv)
306 
307 @catch_config_error
308 def initialize(self, argv=None):
309 """Do actions after construct, but before starting the app."""
310 super(TerminalIPythonApp, self).initialize(argv)
311 if self.subapp is not None:
312 # don't bother initializing further, starting subapp
313 return
314 # print self.extra_args
315 if self.extra_args and not self.something_to_run:
316 self.file_to_run = self.extra_args[0]
317 self.init_path()
318 # create the shell
--> 319 self.init_shell()
self.init_shell = >
320 # and draw the banner
321 self.init_banner()
322 # Now a variety of things that happen after the banner is 
printed.
323 self.init_gui_pylab()
324  

[sage-support] Sage Crash Report

2022-08-21 Thread Robert Parini
Using conda on macOS 12.4 (with Apple silicon) I get the attached error after 
installing sage with:

conda create -n sagetest sage
conda activate sagetest
sage

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/91AA814C-8330-4F1F-9120-7B11D1941B66%40gmail.com.
***

IPython post-mortem report

{'commit_hash': 'fd4cac190',
 'commit_source': 'installation',
 'default_encoding': 'utf-8',
 'ipython_path': 
'/Users/rparini/opt/miniconda3/envs/sagetest/lib/python3.9/site-packages/IPython',
 'ipython_version': '7.33.0',
 'os_name': 'posix',
 'platform': 'macOS-12.4-arm64-arm-64bit',
 'sys_executable': '/Users/rparini/opt/miniconda3/envs/sagetest/bin/python',
 'sys_platform': 'darwin',
 'sys_version': '3.9.13 | packaged by conda-forge | (main, May 27 2022, '
'17:00:33) \n'
'[Clang 13.0.1 ]'}

***



***

Crash traceback:

---
---
ImportErrorPython 3.9.13: /Users/rparini/opt/miniconda3/envs/sagetest/bin/python
   Sun Aug 21 23:32:03 2022
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
~/opt/miniconda3/envs/sagetest/bin/sage-ipython in 
  1 #!/Users/rparini/opt/miniconda3/envs/sagetest/bin/python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Display startup banner. Do this before anything else to give the user
  8 # early feedback that Sage is starting.
  9 from sage.misc.banner import banner
 10 banner()
 11 
 12 from sage.repl.interpreter import SageTerminalApp
 13 
 14 app = SageTerminalApp.instance()
---> 15 app.initialize()
global app.initialize = >
 16 app.start()

~/opt/miniconda3/envs/sagetest/lib/python3.9/site-packages/traitlets/config/application.py
 in inner(app=, *args=(), 
**kwargs={})
 95 IS_PYTHONW = sys.executable and sys.executable.endswith("pythonw.exe")
 96 
 97 
 98 def catch_config_error(method):
 99 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
100 
101 On a TraitError (generally caused by bad config), this will print 
the trait's
102 message, and exit the app.
103 
104 For use on init methods, to prevent invoking excepthook on invalid 
input.
105 """
106 
107 @functools.wraps(method)
108 def inner(app, *args, **kwargs):
109 try:
--> 110 return method(app, *args, **kwargs)
global method = undefined
app = 
args = ()
kwargs = {}
111 except (TraitError, ArgumentError) as e:
112 app.log.fatal("Bad config encountered during 
initialization: %s", e)
113 app.log.debug("Config at the time: %s", app.config)
114 app.exit(1)
115 
116 return inner
117 
118 
119 class ApplicationError(Exception):
120 pass
121 
122 
123 class LevelFormatter(logging.Formatter):
124 """Formatter with additional `highlevel` record
125 

~/opt/miniconda3/envs/sagetest/lib/python3.9/site-packages/IPython/terminal/ipapp.py
 in initialize(self=, argv=None)
304 
305 return super(TerminalIPythonApp, self).parse_command_line(argv)
306 
307 @catch_config_error
308 def initialize(self, argv=None):
309 """Do actions after construct, but before starting the app."""
310 super(TerminalIPythonApp, self).initialize(argv)
311 if self.subapp is not None:
312 # don't bother initializing further, starting subapp
313 return
314 # print self.extra_args
315 if self.extra_args and not self.something_to_run:
316 self.file_to_run = self.extra_args[0]
317 self.init_path()
318 # create the shell
--> 319 self.init_shell()
self.init_shell = >
320 # and draw the banner
321 self.init_banner()
322 # Now a variety of things that happen after the banner is 
printed.
323 self.init_gui_pylab()
324 self.init_extensions()
325 self.init_code()
326 
327 def init_shell(self):
328 """initialize the

[sage-support] Sage Crash Report

2015-09-13 Thread Jose Alejandro Lara Rodriguez
***

IPython post-mortem report

{'commit_hash': '3472a85',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/usr/local/sage/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '0.13.2',
 'os_name': 'posix',
 'platform': 'Linux-3.2.0-58-generic-x86_64-with-debian-wheezy-sid',
 'sys_executable': '/usr/local/sage/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.5 (default, Jan 27 2014, 17:46:17) \n[GCC 4.7.3]'}

***



***

Crash traceback:

---
OperationalError Python 2.7.5: /usr/local/sage/local/bin/python
   Sun Sep 13 18:47:03 2015
A problem occured executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/local/sage/src/bin/sage-ipython in ()
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 from sage.misc.interpreter import SageTerminalApp
  7 
  8 # installs the extra readline commands before the IPython 
initialization begins.
  9 from sage.misc.readline_extra_commands import *
 10 
 11 # Make sure we're using the Sage profile if one isn't specified.
 12 import sys
 13 if '--profile' not in sys.argv:
 14 sys.argv.extend(['--profile', 'sage'])
 15 
 16 app = SageTerminalApp.instance()
---> 17 app.initialize()
global app.initialize = >
 18 app.start()

/usr/local/sage/local/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.pyc
 in initialize(self=, argv=None)

/usr/local/sage/local/lib/python2.7/site-packages/IPython/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 69 
 70 
#-
 71 # Application class
 72 
#-
 73 
 74 @decorator
 75 def catch_config_error(method, app, *args, **kwargs):
 76 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 77 
 78 On a TraitError (generally caused by bad config), this will print 
the trait's
 79 message, and exit the app.
 80 
 81 For use on init methods, to prevent invoking excepthook on invalid 
input.
 82 """
 83 try:
---> 84 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 85 except (TraitError, ArgumentError) as e:
 86 app.print_description()
 87 app.print_help()
 88 app.print_examples()
 89 app.log.fatal("Bad config encountered during initialization:")
 90 app.log.fatal(str(e))
 91 app.log.debug("Config at the time: %s", app.config)
 92 app.exit(1)
 93 
 94 
 95 class ApplicationError(Exception):
 96 pass
 97 
 98 
 99 class Application(SingletonConfigurable):

/usr/local/sage/local/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.pyc
 in initialize(self=, argv=None)
309 
310 @catch_config_error
311 def initialize(self, argv=None):
312 """Do actions after construct, but before starting the app."""
313 super(TerminalIPythonApp, self).initialize(argv)
314 if self.subapp is not None:
315 # don't bother initializing further, starting subapp
316 return
317 if not self.ignore_old_config:
318 check_for_old_config(self.ipython_dir)
319 # print self.extra_args
320 if self.extra_args and not self.something_to_run:
321 self.file_to_run = self.extra_args[0]
322 self.init_path()
323 # create the shell
--> 324 self.init_shell()
self.init_shell = >
325 # and draw the banner
326 self.init_banner()
327 # Now a variety of things that happen after the banner is 
printed.
328 self.init_gui_pylab()
329 self.init_extensions()
330 self.init_code()
331 
332 def init_shell(self):
333 """initialize the InteractiveShell instance"""
334 # Create an InteractiveShell instance.
335 # shell.display_banner should always be False for the terminal
336 # based app, because we call shell.show_banner() by hand below
337 # so the banner shows *before* all extension loading stuff.
338 self.shell = 
TerminalInteractiveShell.instance(config=self.c

[sage-support] Sage crash report

2015-09-18 Thread Stefano Facchini


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': 'af17558',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/usr/lib/python2.7/site-packages/IPython',
 'ipython_version': '2.4.1',
 'os_name': 'posix',
 'platform': 'Linux-4.1.6-201.fc22.x86_64-x86_64-with-fedora-22-Twenty_Two',
 'sys_executable': '/usr/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, Jul  5 2015, 14:15:43) \n[GCC 5.1.1 20150618 
(Red Hat 5.1.1-4)]'}

***



***

Crash traceback:

---
ImportError  Python 2.7.10: /usr/bin/python
   Fri Sep 18 14:34:20 2015
A problem occured executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/lib64/sagemath/local/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 from sage.repl.interpreter import SageTerminalApp
  7 
  8 # installs the extra readline commands before the IPython 
initialization begins.
  9 from sage.repl.readline_extra_commands import *
 10 
 11 app = SageTerminalApp.instance()
---> 12 app.initialize()
global app.initialize = >
 13 app.start()

/usr/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc in 
initialize(self=, argv=None)

/usr/lib/python2.7/site-packages/IPython/config/application.pyc in 
catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 77 
 78 
#-
 79 # Application class
 80 
#-
 81 
 82 @decorator
 83 def catch_config_error(method, app, *args, **kwargs):
 84 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 85 
 86 On a TraitError (generally caused by bad config), this will print 
the trait's
 87 message, and exit the app.
 88 
 89 For use on init methods, to prevent invoking excepthook on invalid 
input.
 90 """
 91 try:
---> 92 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 93 except (TraitError, ArgumentError) as e:
 94 app.print_help()
 95 app.log.fatal("Bad config encountered during initialization:")
 96 app.log.fatal(str(e))
 97 app.log.debug("Config at the time: %s", app.config)
 98 app.exit(1)
 99 
100 
101 class ApplicationError(Exception):
102 pass
103 
104 class LevelFormatter(logging.Formatter):
105 """Formatter with additional `highlevel` record
106 
107 This field is empty if log level is less than highlevel_limit,

/usr/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc in 
initialize(self=, argv=None)
317 
318 @catch_config_error
319 def initialize(self, argv=None):
320 """Do actions after construct, but before starting the app."""
321 super(TerminalIPythonApp, self).initialize(argv)
322 if self.subapp is not None:
323 # don't bother initializing further, starting subapp
324 return
325 if not self.ignore_old_config:
326 check_for_old_config(self.ipython_dir)
327 # print self.extra_args
328 if self.extra_args and not self.something_to_run:
329 self.file_to_run = self.extra_args[0]
330 self.init_path()
331 # create the shell
--> 332 self.init_shell()
self.init_shell = >
333 # and draw the banner
334 self.init_banner()
335 # Now a variety of things that happen after the banner is 
printed.
336 self.init_gui_pylab()
337 self.init_extensions()
338 self.init_code()
339 
340 def init_shell(self):
341 """initialize the InteractiveShell instance"""
342 # Create an InteractiveShell instance.
343 # shell.display_banner should alwa

[sage-support] Sage Crash Report

2016-01-15 Thread Gabriel Chênevert


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'a1b60f2',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/opt/sage/sage-6.10/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '4.0.0',
 'os_name': 'posix',
 'platform': 'Linux-3.13.0-24-generic-x86_64-with-debian-jessie-sid',
 'sys_executable': '/opt/sage/sage-6.10/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, Dec 21 2015, 09:55:02) \n[GCC 4.9.2]'}

***



***

Crash traceback:

---
---
ImportError Python 2.7.10: /opt/sage/sage-6.10/local/bin/python
   Fri Jan 15 19:11:21 2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/opt/sage/sage-6.10/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Install extra readline commands before IPython initialization
  8 from sage.repl.readline_extra_commands import *
  9 
 10 from sage.repl.interpreter import SageTerminalApp
 11 
 12 app = SageTerminalApp.instance()
---> 13 app.initialize()
global app.initialize = >
 14 app.start()

/opt/sage/sage-6.10/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
 in initialize(self=, argv=None)

/opt/sage/sage-6.10/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 60 
 61 
#-
 62 # Application class
 63 
#-
 64 
 65 @decorator
 66 def catch_config_error(method, app, *args, **kwargs):
 67 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 68 
 69 On a TraitError (generally caused by bad config), this will print 
the trait's
 70 message, and exit the app.
 71 
 72 For use on init methods, to prevent invoking excepthook on invalid 
input.
 73 """
 74 try:
---> 75 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 76 except (TraitError, ArgumentError) as e:
 77 app.print_help()
 78 app.log.fatal("Bad config encountered during initialization:")
 79 app.log.fatal(str(e))
 80 app.log.debug("Config at the time: %s", app.config)
 81 app.exit(1)
 82 
 83 
 84 class ApplicationError(Exception):
 85 pass
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 
 90 This field is empty if log level is less than highlevel_limit,

/opt/sage/sage-6.10/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
 in initialize(self=, argv=None)
299 
300 return super(TerminalIPythonApp, self).parse_command_line(argv)
301 
302 @catch_config_error
303 def initialize(self, argv=None):
304 """Do actions after construct, but before starting the app."""
305 super(TerminalIPythonApp, self).initialize(argv)
306 if self.subapp is not None:
307 # don't bother initializing further, starting subapp
308 return
309 # print self.extra_args
310 if self.extra_args and not self.something_to_run:
311 self.file_to_run = self.extra_args[0]
312 self.init_path()
313 # create the shell
--> 314 self.init_shell()
self.init_shell = >
315 # and draw the banner
316 self.init_banner()
317 # Now a variety of things that happen after the banner is 
printed.
318 self.init_gui_pylab()
319 self.init_extensions()
320 self.init_code()
321 
322 def init_shell(self):
323 """initialize the Interactiv

[sage-support] Sage Crash Report

2016-01-25 Thread Bruce Cohen
/Users/bic/.sage/ipython_genutils-0.1.0/Sage_crash_report.txt

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'1961f94',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/Applications/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '4.0.0',
 'os_name': 'posix',
 'platform': 'Darwin-14.5.0-x86_64-i386-64bit',
 'sys_executable': '/Applications/SageMath/local/bin/python',
 'sys_platform': 'darwin',
 'sys_version': '2.7.10 (default, Jan 20 2016, 14:06:29) \n[GCC 4.9.3]'}

***



***

Crash traceback:

---
---
ImportError  Python 2.7.10: /Applications/SageMath/local/bin/python
   Sun Jan 24 18:15:20 2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/Applications/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Install extra readline commands before IPython initialization
  8 from sage.repl.readline_extra_commands import *
  9 
 10 from sage.repl.interpreter import SageTerminalApp
 11 
 12 app = SageTerminalApp.instance()
---> 13 app.initialize()
global app.initialize = >
 14 app.start()

 in initialize(self=, argv=None)

/Applications/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 60 
 61 
#-
 62 # Application class
 63 
#-
 64 
 65 @decorator
 66 def catch_config_error(method, app, *args, **kwargs):
 67 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 68 
 69 On a TraitError (generally caused by bad config), this will print 
the trait's
 70 message, and exit the app.
 71 
 72 For use on init methods, to prevent invoking excepthook on invalid 
input.
 73 """
 74 try:
---> 75 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 76 except (TraitError, ArgumentError) as e:
 77 app.print_help()
 78 app.log.fatal("Bad config encountered during initialization:")
 79 app.log.fatal(str(e))
 80 app.log.debug("Config at the time: %s", app.config)
 81 app.exit(1)
 82 
 83 
 84 class ApplicationError(Exception):
 85 pass
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 
 90 This field is empty if log level is less than highlevel_limit,

/Applications/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
 in initialize(self=, argv=None)
299 
300 return super(TerminalIPythonApp, self).parse_command_line(argv)
301 
302 @catch_config_error
303 def initialize(self, argv=None):
304 """Do actions after construct, but before starting the app."""
305 super(TerminalIPythonApp, self).initialize(argv)
306 if self.subapp is not None:
307 # don't bother initializing further, starting subapp
308 return
309 # print self.extra_args
310 if self.extra_args and not self.something_to_run:
311 self.file_to_run = self.extra_args[0]
312 self.init_path()
313 # create the shell
--> 314 self.init_shell()
self.init_shell = >
315 # and draw the banner
316 self.init_banner()
317 # Now a variety of things that happen after the banner is 
printed.
318 self.init_gui_pylab()
319 self.init_extensions()
320 self.init_code()
321 
322 def init_shell(self):
323 """initialize the InteractiveShell instance"""
324 

[sage-support] Sage Crash Report

2016-02-06 Thread Herb Doughty


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'1961f94',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/herbdoughty/sage-root/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '4.0.0',
 'os_name': 'posix',
 'platform': 'Linux-4.2.0-23-generic-x86_64-with-debian-jessie-sid',
 'sys_executable': '/home/herbdoughty/sage-root/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, Oct 14 2015, 16:09:02) \n[GCC 5.2.1 
20151010]'}

***



***

Crash traceback:

---
---
ImportErrorPython 2.7.10: /home/herbdoughty/sage-root/SageMath/local/bin/python
   Sat Feb  6 01:39:09 2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/herbdoughty/sage-root/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Install extra readline commands before IPython initialization
  8 from sage.repl.readline_extra_commands import *
  9 
 10 from sage.repl.interpreter import SageTerminalApp
 11 
 12 app = SageTerminalApp.instance()
---> 13 app.initialize()
global app.initialize = >
 14 app.start()

 in initialize(self=, argv=None)

/home/herbdoughty/sage-root/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 60 
 61 
#-
 62 # Application class
 63 
#-
 64 
 65 @decorator
 66 def catch_config_error(method, app, *args, **kwargs):
 67 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 68 
 69 On a TraitError (generally caused by bad config), this will print 
the trait's
 70 message, and exit the app.
 71 
 72 For use on init methods, to prevent invoking excepthook on invalid 
input.
 73 """
 74 try:
---> 75 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 76 except (TraitError, ArgumentError) as e:
 77 app.print_help()
 78 app.log.fatal("Bad config encountered during initialization:")
 79 app.log.fatal(str(e))
 80 app.log.debug("Config at the time: %s", app.config)
 81 app.exit(1)
 82 
 83 
 84 class ApplicationError(Exception):
 85 pass
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 
 90 This field is empty if log level is less than highlevel_limit,

/home/herbdoughty/sage-root/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
 in initialize(self=, argv=None)
299 
300 return super(TerminalIPythonApp, self).parse_command_line(argv)
301 
302 @catch_config_error
303 def initialize(self, argv=None):
304 """Do actions after construct, but before starting the app."""
305 super(TerminalIPythonApp, self).initialize(argv)
306 if self.subapp is not None:
307 # don't bother initializing further, starting subapp
308 return
309 # print self.extra_args
310 if self.extra_args and not self.something_to_run:
311 self.file_to_run = self.extra_args[0]
312 self.init_path()
313 # create the shell
--> 314 self.init_shell()
self.init_shell = >
315 # and draw the banner
316 self.init_banner()
317 # Now a variety of things that happen after the banner is 
printed.
318 self.init_gui_pylab()
319 self.init_extensions()
320 self.init_code()
321 
322 def init_shell(self):
323 """initiali

[sage-support] Sage Crash Report

2016-02-18 Thread 程海


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'1961f94',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/opt/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '4.0.0',
 'os_name': 'posix',
 'platform': 'Linux-3.16.0-57-generic-x86_64-with-debian-jessie-sid',
 'sys_executable': '/opt/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.6 (default, Jun 22 2015, 18:01:27) \n[GCC 4.8.2]'}

***



***

Crash traceback:

---
---
ImportErrorPython 2.7.6: /opt/SageMath/local/bin/python
   Wed Feb 17 12:14:13 2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/opt/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Install extra readline commands before IPython initialization
  8 from sage.repl.readline_extra_commands import *
  9 
 10 from sage.repl.interpreter import SageTerminalApp
 11 
 12 app = SageTerminalApp.instance()
---> 13 app.initialize()
global app.initialize = >
 14 app.start()

 in initialize(self=, argv=None)

/opt/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.py 
in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 60 
 61 
#-
 62 # Application class
 63 
#-
 64 
 65 @decorator
 66 def catch_config_error(method, app, *args, **kwargs):
 67 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 68 
 69 On a TraitError (generally caused by bad config), this will print 
the trait's
 70 message, and exit the app.
 71 
 72 For use on init methods, to prevent invoking excepthook on invalid 
input.
 73 """
 74 try:
---> 75 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 76 except (TraitError, ArgumentError) as e:
 77 app.print_help()
 78 app.log.fatal("Bad config encountered during initialization:")
 79 app.log.fatal(str(e))
 80 app.log.debug("Config at the time: %s", app.config)
 81 app.exit(1)
 82 
 83 
 84 class ApplicationError(Exception):
 85 pass
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 
 90 This field is empty if log level is less than highlevel_limit,

/opt/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.py in 
initialize(self=, argv=None)
299 
300 return super(TerminalIPythonApp, self).parse_command_line(argv)
301 
302 @catch_config_error
303 def initialize(self, argv=None):
304 """Do actions after construct, but before starting the app."""
305 super(TerminalIPythonApp, self).initialize(argv)
306 if self.subapp is not None:
307 # don't bother initializing further, starting subapp
308 return
309 # print self.extra_args
310 if self.extra_args and not self.something_to_run:
311 self.file_to_run = self.extra_args[0]
312 self.init_path()
313 # create the shell
--> 314 self.init_shell()
self.init_shell = >
315 # and draw the banner
316 self.init_banner()
317 # Now a variety of things that happen after the banner is 
printed.
318 self.init_gui_pylab()
319 self.init_extensions()
320 self.init_code()
321 
322 def init_shell(self):
323 """initialize the InteractiveShell instance"""
324 # Create an InteractiveShell instance.
325 # shell.display_banner sh

[sage-support] Sage Crash Report

2016-02-23 Thread Herb Doughty
Please see attached.
Thanks,
 --Herb

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'1961f94',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/herbdoughty/sage-root/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '4.0.0',
 'os_name': 'posix',
 'platform': 'Linux-4.2.0-23-generic-x86_64-with-debian-jessie-sid',
 'sys_executable': '/home/herbdoughty/sage-root/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, Oct 14 2015, 16:09:02) \n[GCC 5.2.1 
20151010]'}

***



***

Crash traceback:

---
---
ImportErrorPython 2.7.10: /home/herbdoughty/sage-root/SageMath/local/bin/python
   Tue Feb 23 01:01:55 2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/herbdoughty/sage-root/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Install extra readline commands before IPython initialization
  8 from sage.repl.readline_extra_commands import *
  9 
 10 from sage.repl.interpreter import SageTerminalApp
 11 
 12 app = SageTerminalApp.instance()
---> 13 app.initialize()
global app.initialize = >
 14 app.start()

 in initialize(self=, argv=None)

/home/herbdoughty/sage-root/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 60 
 61 
#-
 62 # Application class
 63 
#-
 64 
 65 @decorator
 66 def catch_config_error(method, app, *args, **kwargs):
 67 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 68 
 69 On a TraitError (generally caused by bad config), this will print 
the trait's
 70 message, and exit the app.
 71 
 72 For use on init methods, to prevent invoking excepthook on invalid 
input.
 73 """
 74 try:
---> 75 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 76 except (TraitError, ArgumentError) as e:
 77 app.print_help()
 78 app.log.fatal("Bad config encountered during initialization:")
 79 app.log.fatal(str(e))
 80 app.log.debug("Config at the time: %s", app.config)
 81 app.exit(1)
 82 
 83 
 84 class ApplicationError(Exception):
 85 pass
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 
 90 This field is empty if log level is less than highlevel_limit,

/home/herbdoughty/sage-root/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
 in initialize(self=, argv=None)
299 
300 return super(TerminalIPythonApp, self).parse_command_line(argv)
301 
302 @catch_config_error
303 def initialize(self, argv=None):
304 """Do actions after construct, but before starting the app."""
305 super(TerminalIPythonApp, self).initialize(argv)
306 if self.subapp is not None:
307 # don't bother initializing further, starting subapp
308 return
309 # print self.extra_args
310 if self.extra_args and not self.something_to_run:
311 self.file_to_run = self.extra_args[0]
312 self.init_path()
313 # create the shell
--> 314 self.init_shell()
self.init_shell = >
315 # and draw the banner
316 self.init_banner()
317 # Now a variety of things that happen after the banner is 
printed.
318 self.init_gui_pylab()
319 self.init_extensions()
320 self.init_code()
321 
322 d

[sage-support] Sage Crash Report

2016-03-29 Thread Oscar Alberto Castillo Felisola
Dear community, 

lately, I'm having problems with the installation of SAGE. I downloaded the 
version Sage v.7.1 for Debian_8, and it seems to work... but I installed 
sagemanifold v.0.9, and I got the report file attached to this post.

I'm having problems too when compiling the scr code, because the file 
`flint*` has a problem.

Any suggestions?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'7f50c6b',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/oscar/Software/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '4.1.2',
 'os_name': 'posix',
 'platform': 'Linux-3.16.0-4-amd64-x86_64-with-debian-8.3',
 'sys_executable': '/home/oscar/Software/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, Mar 22 2016, 15:57:51) \n[GCC 4.9.3]'}

***



***

Crash traceback:

---
---
ImportError   Python 2.7.10: /home/oscar/Software/SageMath/local/bin/python
   Tue Mar 29 10:58:32 2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/oscar/Software/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Install extra readline commands before IPython initialization
  8 from sage.repl.readline_extra_commands import *
  9 
 10 from sage.repl.interpreter import SageTerminalApp
 11 
 12 app = SageTerminalApp.instance()
---> 13 app.initialize()
global app.initialize = >
 14 app.start()

 in initialize(self=, argv=None)

/home/oscar/Software/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 59 
 60 
#-
 61 # Application class
 62 
#-
 63 
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 67 
 68 On a TraitError (generally caused by bad config), this will print 
the trait's
 69 message, and exit the app.
 70 
 71 For use on init methods, to prevent invoking excepthook on invalid 
input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81 
 82 
 83 class ApplicationError(Exception):
 84 pass
 85 
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 

/home/oscar/Software/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.py
 in initialize(self=, argv=None)
291 
292 return super(TerminalIPythonApp, self).parse_command_line(argv)
293 
294 @catch_config_error
295 def initialize(self, argv=None):
296 """Do actions after construct, but before starting the app."""
297 super(TerminalIPythonApp, self).initialize(argv)
298 if self.subapp is not None:
299 # don't bother initializing further, starting subapp
300 return
301 # print self.extra_args
302 if self.extra_args and not self.something_to_run:
303 self.file_to_run = self.extra_args[0]
304 self.init_path()
305 # create the shell
--> 306 self.init_shell()
self.init_shell = >
307 # and draw the banner
308 self.init_banner()
309 # Now a variety of thin

[sage-support] Sage Crash Report

2016-04-29 Thread Graham Gerrard
Sage 7.1 for Ubuntu 16.04 crashed whilst installing database_gap.

***

IPython post-mortem report

{'commit_hash': u'7f50c6b',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path':
'/home/graham/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '4.1.2',
 'os_name': 'posix',
 'platform': 'Linux-4.4.0-21-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/home/graham/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, Mar 21 2016, 05:32:55) \n[GCC 4.9.3]'}

***



***

Crash traceback:

---
---
ImportError   Python 2.7.10: /home/graham/SageMath/local/bin/python
   Fri Apr 29 13:04:13 2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/graham/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6
  7 # Install extra readline commands before IPython initialization
  8 from sage.repl.readline_extra_commands import *
  9
 10 from sage.repl.interpreter import SageTerminalApp
 11
 12 app = SageTerminalApp.instance()
---> 13 app.initialize()
global app.initialize = >
 14 app.start()

 in
initialize(self=, argv=None)

/home/graham/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.pyc
in catch_config_error(method=,
app=, *args=(None,),
**kwargs={})
 59
 60
#-
 61 # Application class
 62
#-
 63
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config
(Trait/ArgumentErrors) during init.
 67
 68 On a TraitError (generally caused by bad config), this will
print the trait's
 69 message, and exit the app.
 70
 71 For use on init methods, to prevent invoking excepthook on
invalid input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during
initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81
 82
 83 class ApplicationError(Exception):
 84 pass
 85
 86
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89

/home/graham/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
in initialize(self=,
argv=None)
291
292 return super(TerminalIPythonApp,
self).parse_command_line(argv)
293
294 @catch_config_error
295 def initialize(self, argv=None):
296 """Do actions after construct, but before starting the
app."""
297 super(TerminalIPythonApp, self).initialize(argv)
298 if self.subapp is not None:
299 # don't bother initializing further, starting subapp
300 return
301 # print self.extra_args
302 if self.extra_args and not self.something_to_run:
303 self.file_to_run = self.extra_args[0]
304 self.init_path()
305 # create the shell
--> 306 self.init_shell()
self.init_shell = >
307 # and draw the banner
308 self.init_banner()
309 # Now a variety of things that happen after the banner is
printed.
310 self.init_gui_pylab()
311 self.init_extensions()
312 self.init_code()
313
314 def init_shell(self):
315 """initialize the InteractiveShell instance"""
316 # Create an InteractiveShell instance.
317 # shell.display_banner should always be False for the
terminal
318 # based app, because we call shell.show_banner() by hand
below
319 # so the banner shows *before* all extension loading stuff.
320 self.shell = TerminalInteractiveShell.instance(parent=self,
321 display_banner=False,
profile_dir=self.profile_dir,

/home/graham/SageMath/local/lib/python2.7/site-packages/sage/r

[sage-support] Sage Crash Report

2016-07-24 Thread Afonso

Please, I need help to finish the sage install process!


Thanks in advance!

--
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'f76401f',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/afonso/Documentos/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '4.1.2',
 'os_name': 'posix',
 'platform': 'Linux-3.13.0-92-generic-i686-with-debian-jessie-sid',
 'sys_executable': '/home/afonso/Documentos/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, May 16 2016, 02:00:21) \n[GCC 4.9.3]'}

***



***

Crash traceback:

---
---
ImportErrorPython 2.7.10: /home/afonso/Documentos/SageMath/local/bin/python
   Sun Jul 24 12:45:34 2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/afonso/Documentos/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Install extra readline commands before IPython initialization
  8 from sage.repl.readline_extra_commands import *
  9 
 10 from sage.repl.interpreter import SageTerminalApp
 11 
 12 app = SageTerminalApp.instance()
---> 13 app.initialize()
global app.initialize = >
 14 app.start()

 in initialize(self=, argv=None)

/home/afonso/Documentos/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 59 
 60 
#-
 61 # Application class
 62 
#-
 63 
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 67 
 68 On a TraitError (generally caused by bad config), this will print 
the trait's
 69 message, and exit the app.
 70 
 71 For use on init methods, to prevent invoking excepthook on invalid 
input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81 
 82 
 83 class ApplicationError(Exception):
 84 pass
 85 
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 

/home/afonso/Documentos/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
 in initialize(self=, argv=None)
291 
292 return super(TerminalIPythonApp, self).parse_command_line(argv)
293 
294 @catch_config_error
295 def initialize(self, argv=None):
296 """Do actions after construct, but before starting the app."""
297 super(TerminalIPythonApp, self).initialize(argv)
298 if self.subapp is not None:
299 # don't bother initializing further, starting subapp
300 return
301 # print self.extra_args
302 if self.extra_args and not self.something_to_run:
303 self.file_to_run = self.extra_args[0]
304 self.init_path()
305 # create the shell
--> 306 self.init_shell()
self.init_shell = >
307 # and draw the banner
308 self.init_banner()
309 # Now a variety of things that happen after the banner is 
printed.
310 self.init_gui_pylab()
311 self.init_extensions()
312 self.init_code()
313 
314 def init_shell(self):
315 """initialize the InteractiveShell i

[sage-support] Sage crash report

2016-08-14 Thread sebastian bach
I don't know how to fix this

***

IPython post-mortem report

{'commit_hash': u'',
 'commit_source': '(none found)',
 'default_encoding': 'UTF-8',
 'ipython_path': '/usr/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.0.0',
 'os_name': 'posix',
 'platform': 'Linux-4.2.5-1-ARCH-i686-with-glibc2.0',
 'sys_executable': '/usr/bin/python2',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, Sep  7 2015, 13:41:51) \n[GCC 5.2.0]'}

***



***

Crash traceback:

---
---
ImportError Python 2.7.10: /usr/bin/python2
   Mon Aug 15 03:53:21 2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/bin/sage-ipython in ()
  1 #!/usr/bin/env python2
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Install extra readline commands before IPython initialization
  8 from sage.repl.readline_extra_commands import *
  9 
 10 from sage.repl.interpreter import SageTerminalApp
 11 
 12 app = SageTerminalApp.instance()
---> 13 app.initialize()
global app.initialize = >
 14 app.start()

 in 
initialize(self=, argv=None)

/usr/lib/python2.7/site-packages/traitlets/config/application.pyc in 
catch_config_error(method=, 
app=, *args=(None,), 
**kwargs={})
 59 
 60 
#-
 61 # Application class
 62 
#-
 63 
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 67 
 68 On a TraitError (generally caused by bad config), this will 
print the trait's
 69 message, and exit the app.
 70 
 71 For use on init methods, to prevent invoking excepthook on 
invalid input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during 
initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81 
 82 
 83 class ApplicationError(Exception):
 84 pass
 85 
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 

/usr/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc in 
initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, 
self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the 
app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318 """initialize the InteractiveShell instance"""
319 # Create an InteractiveShell instance.
320 # shell.display_banner should always be False for the 
terminal
321 # based app, because we call shell.show_banner() by hand 
below
322 # so the banner shows *before* all extension loading stuff.
323 self.shell = TerminalInteractiveShell.instance(parent=self,
324 profile_dir=self.profile_dir,

/usr/lib/python2.7/site-packages/sage/repl/interpreter.pyc in 
init_shell(self=)
750 self.shell.has_sage_extensions = SAGE_EXTENSION in 
self.extensions
751 
752 # Load the %lprun exte

[sage-support] Sage Crash Report

2016-08-29 Thread Daniel Gerstenlauer


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'f76401f',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/opt/sage/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '4.1.2',
 'os_name': 'posix',
 'platform': 'Linux-4.4.0-34-generic-x86_64-with-debian-jessie-sid',
 'sys_executable': '/opt/sage/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, May 16 2016, 05:06:16) \n[GCC 4.9.3]'}

***



***

Crash traceback:

---
---
IndexErrorPython 2.7.10: /opt/sage/local/bin/python
   Mon Aug 29 09:42:41 2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/opt/sage/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Install extra readline commands before IPython initialization
  8 from sage.repl.readline_extra_commands import *
  9 
 10 from sage.repl.interpreter import SageTerminalApp
 11 
 12 app = SageTerminalApp.instance()
 13 app.initialize()
---> 14 app.start()
global app.start = >

/opt/sage/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc in 
start(self=)
330 if self.log_level <= logging.INFO: print()
331 
332 def _pylab_changed(self, name, old, new):
333 """Replace --pylab='inline' with --pylab='auto'"""
334 if new == 'inline':
335 warn.warn("'inline' not available as pylab backend, "
336   "using 'auto' instead.")
337 self.pylab = 'auto'
338 
339 def start(self):
340 if self.subapp is not None:
341 return self.subapp.start()
342 # perform any prexec steps:
343 if self.interact:
344 self.log.debug("Starting IPython's mainloop...")
--> 345 self.shell.mainloop()
self.shell.mainloop = >
346 else:
347 self.log.debug("IPython not interactive...")
348 
349 def load_default_config(ipython_dir=None):
350 """Load the default config file from the default ipython_dir.
351 
352 This is useful for embedded shells.
353 """
354 if ipython_dir is None:
355 ipython_dir = get_ipython_dir()
356 
357 profile_dir = os.path.join(ipython_dir, 'profile_default')
358 
359 config = Config()
360 for cf in Application._load_config_files("ipython_config", 
path=profile_dir):

/opt/sage/local/lib/python2.7/site-packages/IPython/terminal/interactiveshell.pyc
 in mainloop(self=, 
display_banner=None)
533 
#-
534 # Mainloop and code execution logic
535 
#-
536 
537 def mainloop(self, display_banner=None):
538 """Start the mainloop.
539 
540 If an optional banner argument is given, it will override the
541 internally created default banner.
542 """
543 
544 with self.builtin_trap, self.display_trap:
545 
546 while 1:
547 try:
--> 548 self.interact(display_banner=display_banner)
self.interact = >
display_banner = None
549 #self.interact_with_readline()
550 # XXX for testing of a readline-decoupled repl 
loop, call
551 # interact_with_readline above
552 break
553 except KeyboardInterrupt:
554 # this should not be necessary, but 
KeyboardInterrupt
555 # handling seems rather unpredictable...
556 self.write("\nKeyboardInterrupt in interact()\n")
557 
558 def _replace_rlhist_multiline(self, source_raw, hlen_before_cell):
559 """S

[sage-support] Sage Crash Report

2016-08-31 Thread Harald Andres Helfgott


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'b630b41',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/helfgott/Desktop/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '4.2.1',
 'os_name': 'posix',
 'platform': 'Linux-3.19.0-66-generic-x86_64-with-debian-jessie-sid',
 'sys_executable': '/home/helfgott/Desktop/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, Aug  6 2016, 03:57:07) \n[GCC 5.4.0 
20160609]'}

***



***

Crash traceback:

---
---
ImportError Python 2.7.10: /home/helfgott/Desktop/SageMath/local/bin/python
   Wed Aug 31 18:00:00 2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/helfgott/Desktop/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Install extra readline commands before IPython initialization
  8 from sage.repl.readline_extra_commands import *
  9 
 10 from sage.repl.interpreter import SageTerminalApp
 11 
 12 app = SageTerminalApp.instance()
---> 13 app.initialize()
global app.initialize = >
 14 app.start()

 in initialize(self=, argv=None)

/home/helfgott/Desktop/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 59 
 60 
#-
 61 # Application class
 62 
#-
 63 
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 67 
 68 On a TraitError (generally caused by bad config), this will print 
the trait's
 69 message, and exit the app.
 70 
 71 For use on init methods, to prevent invoking excepthook on invalid 
input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81 
 82 
 83 class ApplicationError(Exception):
 84 pass
 85 
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 

/home/helfgott/Desktop/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.py
 in initialize(self=, argv=None)
290 
291 return super(TerminalIPythonApp, self).parse_command_line(argv)
292 
293 @catch_config_error
294 def initialize(self, argv=None):
295 """Do actions after construct, but before starting the app."""
296 super(TerminalIPythonApp, self).initialize(argv)
297 if self.subapp is not None:
298 # don't bother initializing further, starting subapp
299 return
300 # print self.extra_args
301 if self.extra_args and not self.something_to_run:
302 self.file_to_run = self.extra_args[0]
303 self.init_path()
304 # create the shell
--> 305 self.init_shell()
self.init_shell = >
306 # and draw the banner
307 self.init_banner()
308 # Now a variety of things that happen after the banner is 
printed.
309 self.init_gui_pylab()
310 self.init_extensions()
311 self.init_code()
312 
313 def init_shell(self):
314 """initialize the InteractiveShell instance"""
315 # Create an InteractiveShell instance.
3

[sage-support] Sage Crash Report

2016-09-11 Thread Fabio Di Cosmo
IPython post-mortem report

{'commit_hash': u'b630b41',
  'commit_source': 'installation',
  'default_encoding': 'UTF-8',
  'ipython_path':
'/usr/lib/sagemath/local/lib/python2.7/site-packages/IPython',
  'ipython_version': '4.2.1',
  'os_name': 'posix',
  'platform': 'Linux-4.4.0-36-generic-x86_64-with-debian-stretch-sid',
'sys_executable': '/usr/lib/sagemath/local/bin/python',
  'sys_platform': 'linux2',
  'sys_version': '2.7.10 (default, Aug  6 2016, 15:34:26) \n[GCC 4.8.4]'}

***



***

Crash traceback:

---
---
ImportError   Python 2.7.10:
/usr/lib/sagemath/local/bin/python
Sun Sep 11 16:44:30
2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/lib/sagemath/src/bin/sage-ipython in ()
   1 #!/usr/bin/env python
   2 # -*- coding: utf-8 -*-
   3 """
   4 Sage IPython startup script.
   5 """
   6
   7 # Install extra readline commands before IPython initialization 8
from sage.repl.readline_extra_commands import *
   9
  10 from sage.repl.interpreter import SageTerminalApp
  11
  12 app = SageTerminalApp.instance()
---> 13 app.initialize()
 global app.initialize = >
  14 app.start()

 in
initialize(self=, argv=None)

/usr/lib/sagemath/local/lib/python2.7/site-packages/traitlets/config/application.pyc

in catch_config_error(method=,
app=, *args=(None,),
**kwargs={})
  59
  60
#-
  61 # Application class
  62
#-
  63
  64 @decorator
  65 def catch_config_error(method, app, *args, **kwargs):
  66 """Method decorator for catching invalid config
(Trait/ArgumentErrors) during init.
  67
  68 On a TraitError (generally caused by bad config), this will
print the trait's
  69 message, and exit the app.
  70
  71 For use on init methods, to prevent invoking excepthook on
invalid input.
  72 """
  73 try:
---> 74 return method(app, *args, **kwargs)
 method = 
 app = 
 args = (None,)
 kwargs = {}
  75 except (TraitError, ArgumentError) as e:
  76 app.print_help()
  77 app.log.fatal("Bad config encountered during
initialization:")
  78 app.log.fatal(str(e))
  79 app.log.debug("Config at the time: %s", app.config) 80
 app.exit(1)
  81
  82
  83 class ApplicationError(Exception):
  84 pass
  85
  86
  87 class LevelFormatter(logging.Formatter):
  88 """Formatter with additional `highlevel` record
  89

/usr/lib/sagemath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc

in initialize(self=,
argv=None)
 290
 291 return super(TerminalIPythonApp,
self).parse_command_line(argv)
 292
 293 @catch_config_error
 294 def initialize(self, argv=None):
 295 """Do actions after construct, but before starting the
app."""
 296 super(TerminalIPythonApp, self).initialize(argv)
 297 if self.subapp is not None:
 298 # don't bother initializing further, starting subapp
299 return
 300 # print self.extra_args
 301 if self.extra_args and not self.something_to_run: 302
self.file_to_run = self.extra_args[0]
 303 self.init_path()
 304 # create the shell
--> 305 self.init_shell()
 self.init_shell = >
 306 # and draw the banner
 307 self.init_banner()
 308 # Now a variety of things that happen after the banner
is printed.
 309 self.init_gui_pylab()
 310 self.init_extensions()
 311 self.init_code()
 312
 313 def init_shell(self):
 314 """initialize the InteractiveShell instance"""
 315 # Create an InteractiveShell instance.
 316 # shell.display_banner should always be False for the
terminal
 317 # based app, because we call shell.show_banner() by
hand below
 318 # so the banner shows *before* all extension loading
stuff.
 319 self.shell =
TerminalInteractiveShell.instance(parent=self,
 320 display_banner=False,
profile_dir=self.profile_dir,

/usr/lib/sagemath/local/lib/python2.7/site-packages/sage/repl/interpreter.pyc

in init_shell(self=)
 783 self.shell.has_sage_extensions = SAGE_EXTENSION in

[sage-support] sage crash report

2016-09-15 Thread Fabio Di Cosmo
***

IPython post-mortem report

{'commit_hash': u'b630b41',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path':
'/usr/lib/sagemath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '4.2.1',
 'os_name': 'posix',
 'platform': 'Linux-4.4.0-36-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/usr/lib/sagemath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, Aug  6 2016, 15:34:26) \n[GCC 4.8.4]'}

***



***

Crash traceback:

---
---
ImportError   Python 2.7.10: /usr/lib/sagemath/local/bin/python
   Thu Sep 15 11:06:45 2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/lib/sagemath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6
  7 # Install extra readline commands before IPython initialization
  8 from sage.repl.readline_extra_commands import *
  9
 10 from sage.repl.interpreter import SageTerminalApp
 11
 12 app = SageTerminalApp.instance()
---> 13 app.initialize()
global app.initialize = >
 14 app.start()

 in
initialize(self=, argv=None)

/usr/lib/sagemath/local/lib/python2.7/site-packages/traitlets/config/application.pyc
in catch_config_error(method=,
app=, *args=(None,),
**kwargs={})
 59
 60
#-
 61 # Application class
 62
#-
 63
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config
(Trait/ArgumentErrors) during init.
 67
 68 On a TraitError (generally caused by bad config), this will
print the trait's
 69 message, and exit the app.
 70
 71 For use on init methods, to prevent invoking excepthook on
invalid input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during
initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81
 82
 83 class ApplicationError(Exception):
 84 pass
 85
 86
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89

/usr/lib/sagemath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
in initialize(self=,
argv=None)
290
291 return super(TerminalIPythonApp,
self).parse_command_line(argv)
292
293 @catch_config_error
294 def initialize(self, argv=None):
295 """Do actions after construct, but before starting the
app."""
296 super(TerminalIPythonApp, self).initialize(argv)
297 if self.subapp is not None:
298 # don't bother initializing further, starting subapp
299 return
300 # print self.extra_args
301 if self.extra_args and not self.something_to_run:
302 self.file_to_run = self.extra_args[0]
303 self.init_path()
304 # create the shell
--> 305 self.init_shell()
self.init_shell = >
306 # and draw the banner
307 self.init_banner()
308 # Now a variety of things that happen after the banner is
printed.
309 self.init_gui_pylab()
310 self.init_extensions()
311 self.init_code()
312
313 def init_shell(self):
314 """initialize the InteractiveShell instance"""
315 # Create an InteractiveShell instance.
316 # shell.display_banner should always be False for the
terminal
317 # based app, because we call shell.show_banner() by hand
below
318 # so the banner shows *before* all extension loading stuff.
319 self.shell = TerminalInteractiveShell.instance(parent=self,
320 display_banner=False,
profile_dir=self.profile_dir,

/usr/lib/sagemath/local/lib/python2.7/site-packages/sage/repl/interpreter.pyc
in init_shell(self=)
783 self.shell.has_sage_extensions = S

[sage-support] sage crash report

2016-09-20 Thread Fabio Di Cosmo
***

IPython post-mortem report

{'commit_hash': u'b630b41',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path':
'/usr/lib/sagemath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '4.2.1',
 'os_name': 'posix',
 'platform': 'Linux-4.4.0-38-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/usr/lib/sagemath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, Aug  6 2016, 15:34:26) \n[GCC 4.8.4]'}

***



***

Crash traceback:

---
---
ImportError   Python 2.7.10: /usr/lib/sagemath/local/bin/python
   Tue Sep 20 22:35:11 2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/lib/sagemath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6
  7 # Install extra readline commands before IPython initialization
  8 from sage.repl.readline_extra_commands import *
  9
 10 from sage.repl.interpreter import SageTerminalApp
 11
 12 app = SageTerminalApp.instance()
---> 13 app.initialize()
global app.initialize = >
 14 app.start()

 in
initialize(self=, argv=None)

/usr/lib/sagemath/local/lib/python2.7/site-packages/traitlets/config/application.pyc
in catch_config_error(method=,
app=, *args=(None,),
**kwargs={})
 59
 60
#-
 61 # Application class
 62
#-
 63
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config
(Trait/ArgumentErrors) during init.
 67
 68 On a TraitError (generally caused by bad config), this will
print the trait's
 69 message, and exit the app.
 70
 71 For use on init methods, to prevent invoking excepthook on
invalid input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during
initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81
 82
 83 class ApplicationError(Exception):
 84 pass
 85
 86
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89

/usr/lib/sagemath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
in initialize(self=,
argv=None)
290
291 return super(TerminalIPythonApp,
self).parse_command_line(argv)
292
293 @catch_config_error
294 def initialize(self, argv=None):
295 """Do actions after construct, but before starting the
app."""
296 super(TerminalIPythonApp, self).initialize(argv)
297 if self.subapp is not None:
298 # don't bother initializing further, starting subapp
299 return
300 # print self.extra_args
301 if self.extra_args and not self.something_to_run:
302 self.file_to_run = self.extra_args[0]
303 self.init_path()
304 # create the shell
--> 305 self.init_shell()
self.init_shell = >
306 # and draw the banner
307 self.init_banner()
308 # Now a variety of things that happen after the banner is
printed.
309 self.init_gui_pylab()
310 self.init_extensions()
311 self.init_code()
312
313 def init_shell(self):
314 """initialize the InteractiveShell instance"""
315 # Create an InteractiveShell instance.
316 # shell.display_banner should always be False for the
terminal
317 # based app, because we call shell.show_banner() by hand
below
318 # so the banner shows *before* all extension loading stuff.
319 self.shell = TerminalInteractiveShell.instance(parent=self,
320 display_banner=False,
profile_dir=self.profile_dir,

/usr/lib/sagemath/local/lib/python2.7/site-packages/sage/repl/interpreter.pyc
in init_shell(self=)
783 self.shell.has_sage_extensions = S

[sage-support] Sage Crash Report

2016-10-23 Thread Malcolm MacCallum
***

IPython post-mortem report

{'commit_hash': u'7f50c6b',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/usr/local/src/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '4.1.2',
 'os_name': 'posix',
 'platform': 'Linux-3.10.0-327.36.1.el7.x86_64-x86_64-with-redhat-7.2-Nitrogen',
 'sys_executable': '/usr/local/src/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, Mar 21 2016, 01:11:36) \n[GCC 4.9.3]'}

***



***

Crash traceback:

---
---
ImportError Python 2.7.10: /usr/local/src/SageMath/local/bin/python
   Sun Oct 23 20:38:04 2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/local/src/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Install extra readline commands before IPython initialization
  8 from sage.repl.readline_extra_commands import *
  9 
 10 from sage.repl.interpreter import SageTerminalApp
 11 
 12 app = SageTerminalApp.instance()
---> 13 app.initialize()
global app.initialize = >
 14 app.start()

 in initialize(self=, argv=None)

/usr/local/src/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 59 
 60 
#-
 61 # Application class
 62 
#-
 63 
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 67 
 68 On a TraitError (generally caused by bad config), this will print 
the trait's
 69 message, and exit the app.
 70 
 71 For use on init methods, to prevent invoking excepthook on invalid 
input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81 
 82 
 83 class ApplicationError(Exception):
 84 pass
 85 
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 

/usr/local/src/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
 in initialize(self=, argv=None)
291 
292 return super(TerminalIPythonApp, self).parse_command_line(argv)
293 
294 @catch_config_error
295 def initialize(self, argv=None):
296 """Do actions after construct, but before starting the app."""
297 super(TerminalIPythonApp, self).initialize(argv)
298 if self.subapp is not None:
299 # don't bother initializing further, starting subapp
300 return
301 # print self.extra_args
302 if self.extra_args and not self.something_to_run:
303 self.file_to_run = self.extra_args[0]
304 self.init_path()
305 # create the shell
--> 306 self.init_shell()
self.init_shell = >
307 # and draw the banner
308 self.init_banner()
309 # Now a variety of things that happen after the banner is 
printed.
310 self.init_gui_pylab()
311 self.init_extensions()
312 self.init_code()
313 
314 def init_shell(self):
315 """initialize the InteractiveShell instance"""
316 # Create an InteractiveShell instance.
317 # shell.display_banner should always be False for the terminal
318 # based app, because we call shell.show_banner() by hand below
319 # so the banner shows *before* all extension loading stuff.
320 self.shell = TerminalInteractiveShell.instance(parent=self,
321 display_banner=False, 
profile_dir=self.profile_dir,

/usr/local/src/SageMath/local/lib/python2.7/site-packages/sage/repl/in

[sage-support] Sage Crash Report

2016-10-24 Thread Andreas Maurischat
***

IPython post-mortem report

{'commit_hash': u'1ba246d',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/usr/local/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.0.0',
 'os_name': 'posix',
 'platform': 'Linux-3.2.0-110-generic-x86_64-with-debian-wheezy-sid',
 'sys_executable': '/usr/local/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, Oct 19 2016, 13:49:49) \n[GCC 4.8.4]'}

***



***

Crash traceback:

---
---
ImportError Python 2.7.10: /usr/local/SageMath/local/bin/python
   Mon Oct 24 10:05:56 2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/local/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/usr/local/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 59 
 60 
#-
 61 # Application class
 62 
#-
 63 
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 67 
 68 On a TraitError (generally caused by bad config), this will print 
the trait's
 69 message, and exit the app.
 70 
 71 For use on init methods, to prevent invoking excepthook on invalid 
input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81 
 82 
 83 class ApplicationError(Exception):
 84 pass
 85 
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 

/usr/local/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.py 
in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318 """initialize the InteractiveShell instance"""
319 # Create an InteractiveShell instance.
320 # shell.display_banner should always be False for the terminal
321 # based app, because we call shell.show_banner() by hand below
322 # so the banner shows *before* all extension loading stuff.
323 self.shell = TerminalInteractiveShell.instance(parent=self,
324 profile_dir=self.profile_dir,

/usr/local/SageMath/local/lib/python2.7/site-packages/sage/repl/interpreter.py 
in init_shell(self=)
750 self.shell.has_sage_extensions = SAGE_EXTENSION in 
self.extensions
751 
752 # Load the %lprun extension if available
753 

[sage-support] Sage Crash Report

2016-11-06 Thread Afonso Henriques Silva Leite
Please, I need some help here!

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'1ba246d',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/lenovo/Documentos/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.0.0',
 'os_name': 'posix',
 'platform': 'Linux-4.4.0-45-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/home/lenovo/Documentos/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, Oct 19 2016, 19:45:17) \n[GCC 5.4.0 
20160609]'}

***



***

Crash traceback:

---
---
ImportErrorPython 2.7.10: /home/lenovo/Documentos/SageMath/local/bin/python
   Sun Nov  6 11:31:00 2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/lenovo/Documentos/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/lenovo/Documentos/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 59 
 60 
#-
 61 # Application class
 62 
#-
 63 
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 67 
 68 On a TraitError (generally caused by bad config), this will print 
the trait's
 69 message, and exit the app.
 70 
 71 For use on init methods, to prevent invoking excepthook on invalid 
input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81 
 82 
 83 class ApplicationError(Exception):
 84 pass
 85 
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 

/home/lenovo/Documentos/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.py
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318 """initialize the InteractiveShell instance"""
319 # Create an InteractiveShell instance.
320 # shell.display_banner should always be False for the terminal
321 # based app,

[sage-support] Sage Crash Report

2016-11-13 Thread devart.l...@gmail.com

i use elementary os and get this message:

Oops, Sage crashed. We do our best to make it stable, but...

A crash report was automatically generated with the following 
information:

 - A verbatim copy of the crash traceback.
 - A copy of your input history during this session.
 - Data on your current Sage configuration.

It was left in the file named:
'/home/diawan/.sage/ipython-5.0.0/Sage_crash_report.txt'
If you can email this file to the developers, the information in it 
will help

them in understanding and correcting the problem.

You can mail it to: sage-support at sage-support@googlegroups.com
with the subject 'Sage Crash Report'.

If you want to do it now, the following command will work (under Unix):
mail -s 'Sage Crash Report' sage-support@googlegroups.com < 
/home/diawan/.sage/ipython-5.0.0/Sage_crash_report.txt


To ensure accurate tracking of this issue, please file a report about 
it at:

http://trac.sagemath.org

Hit  to quit (your terminal may close):

so, what should i do?

--
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'1ba246d',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/diawan/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.0.0',
 'os_name': 'posix',
 'platform': 'Linux-4.4.0-47-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/home/diawan/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, Oct 19 2016, 19:45:17) \n[GCC 5.4.0 
20160609]'}

***



***

Crash traceback:

---
---
ImportError   Python 2.7.10: /home/diawan/SageMath/local/bin/python
   Sun Nov 13 23:44:35 2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/diawan/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/diawan/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 59 
 60 
#-
 61 # Application class
 62 
#-
 63 
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 67 
 68 On a TraitError (generally caused by bad config), this will print 
the trait's
 69 message, and exit the app.
 70 
 71 For use on init methods, to prevent invoking excepthook on invalid 
input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81 
 82 
 83 class ApplicationError(Exception):
 84 pass
 85 
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 

/home/diawan/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 

[sage-support] Sage crash report

2016-12-21 Thread leonel torres salinas
Hello, i just wanted to try Sagemath in my computer

Toshiba satellite l745d runing Fedora 25 with LXDE desktop

I tried to execute it from the binaries but it wasn't enough for it

Thank you for the support, i really enjoy your work

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'1ba246d',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/leonel/Descargas/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.0.0',
 'os_name': 'posix',
 'platform': 'Linux-4.8.14-300.fc25.x86_64-x86_64-with-fedora-25-Twenty_Five',
 'sys_executable': '/home/leonel/Descargas/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, Oct 21 2016, 00:22:02) \n[GCC 6.2.1 20160916 
(Red Hat 6.2.1-2)]'}

***



***

Crash traceback:

---
---
ImportError Python 2.7.10: /home/leonel/Descargas/SageMath/local/bin/python
   Wed Dec 21 12:18:48 2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/leonel/Descargas/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/leonel/Descargas/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 59 
 60 
#-
 61 # Application class
 62 
#-
 63 
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 67 
 68 On a TraitError (generally caused by bad config), this will print 
the trait's
 69 message, and exit the app.
 70 
 71 For use on init methods, to prevent invoking excepthook on invalid 
input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81 
 82 
 83 class ApplicationError(Exception):
 84 pass
 85 
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 

/home/leonel/Descargas/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.py
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):

[sage-support] Sage Crash Report

2016-12-27 Thread Robert Samal


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'1ba246d',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/samal/local/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.0.0',
 'os_name': 'posix',
 'platform': 'Linux-4.8.0-32-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/home/samal/local/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, Oct 19 2016, 19:45:17) \n[GCC 5.4.0 
20160609]'}

***



***

Crash traceback:

---
---
ImportError  Python 2.7.10: /home/samal/local/SageMath/local/bin/python
   Tue Dec 27 13:08:43 2016
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/samal/local/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/samal/local/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 59 
 60 
#-
 61 # Application class
 62 
#-
 63 
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 67 
 68 On a TraitError (generally caused by bad config), this will print 
the trait's
 69 message, and exit the app.
 70 
 71 For use on init methods, to prevent invoking excepthook on invalid 
input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81 
 82 
 83 class ApplicationError(Exception):
 84 pass
 85 
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 

/home/samal/local/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.py
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318 """initialize the InteractiveShell instance"""
319 # Create an InteractiveShell instance.
320 # shell.display_banner should always be False for the terminal
321 # based app, because we call shell.show_banner() by hand below
322  

[sage-support] Sage Crash Report

2017-01-03 Thread Anubhab Baksi


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'f76401f',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/usr/lib/sagemath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '4.1.2',
 'os_name': 'posix',
 'platform': 'Linux-3.19.0-32-generic-x86_64-with-debian-jessie-sid',
 'sys_executable': '/usr/lib/sagemath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, May 16 2016, 05:06:16) \n[GCC 4.9.3]'}

***



***

Crash traceback:

---
---
AttributeErrorPython 2.7.10: /usr/lib/sagemath/local/bin/python
   Tue Jan  3 21:22:05 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/lib/sagemath/local/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Install extra readline commands before IPython initialization
  8 from sage.repl.readline_extra_commands import *
  9 
 10 from sage.repl.interpreter import SageTerminalApp
 11 
 12 app = SageTerminalApp.instance()
---> 13 app.initialize()
global app.initialize = >
 14 app.start()

 in initialize(self=, argv=None)

/usr/lib/sagemath/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 59 
 60 
#-
 61 # Application class
 62 
#-
 63 
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 67 
 68 On a TraitError (generally caused by bad config), this will print 
the trait's
 69 message, and exit the app.
 70 
 71 For use on init methods, to prevent invoking excepthook on invalid 
input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81 
 82 
 83 class ApplicationError(Exception):
 84 pass
 85 
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 

/usr/lib/sagemath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc 
in initialize(self=, argv=None)
291 
292 return super(TerminalIPythonApp, self).parse_command_line(argv)
293 
294 @catch_config_error
295 def initialize(self, argv=None):
296 """Do actions after construct, but before starting the app."""
297 super(TerminalIPythonApp, self).initialize(argv)
298 if self.subapp is not None:
299 # don't bother initializing further, starting subapp
300 return
301 # print self.extra_args
302 if self.extra_args and not self.something_to_run:
303 self.file_to_run = self.extra_args[0]
304 self.init_path()
305 # create the shell
--> 306 self.init_shell()
self.init_shell = >
307 # and draw the banner
308 self.init_banner()
309 # Now a variety of things that happen after the banner is 
printed.
310 self.init_gui_pylab()
311 self.init_extensions()
312 self.init_code()
313 
314 def init_shell(self):
315 """initialize the InteractiveShell instance"""
316 # Create an InteractiveShell instance.
317 # shell.display_banner should always be False for the terminal
   

[sage-support] Sage Crash Report

2017-01-12 Thread Santanu Sarkar
I am getting these. Please help me.


santanu@Math-Sans:~/SageMath$ ./sage
┌┐
│ SageMath Version 7.1, Release Date: 2016-03-20 │
│ Type "notebook()" for the browser-based notebook interface.│
│ Type "help()" for help.│
└┘

**

Oops, Sage crashed. We do our best to make it stable, but...

A crash report was automatically generated with the following information:
  - A verbatim copy of the crash traceback.
  - A copy of your input history during this session.
  - Data on your current Sage configuration.

It was left in the file named:
'/home/santanu/.sage/ipython_genutils-0.1.0/Sage_crash_report.txt'
If you can email this file to the developers, the information in it will
help
them in understanding and correcting the problem.

You can mail it to: sage-support at sage-support@googlegroups.com
with the subject 'Sage Crash Report'.

If you want to do it now, the following command will work (under Unix):
mail -s 'Sage Crash Report' sage-support@googlegroups.com <
/home/santanu/.sage/ipython_genutils-0.1.0/Sage_crash_report.txt

To ensure accurate tracking of this issue, please file a report about it at:
http://trac.sagemath.org

Hit  to quit (your terminal may close):

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'7f50c6b',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/santanu/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '4.1.2',
 'os_name': 'posix',
 'platform': 'Linux-4.4.0-57-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/home/santanu/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, Mar 22 2016, 03:28:40) \n[GCC 4.9.3]'}

***



***

Crash traceback:

---
---
ImportError  Python 2.7.10: /home/santanu/SageMath/local/bin/python
   Thu Jan 12 21:05:08 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/santanu/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Install extra readline commands before IPython initialization
  8 from sage.repl.readline_extra_commands import *
  9 
 10 from sage.repl.interpreter import SageTerminalApp
 11 
 12 app = SageTerminalApp.instance()
---> 13 app.initialize()
global app.initialize = >
 14 app.start()

 in initialize(self=, argv=None)

/home/santanu/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 59 
 60 
#-
 61 # Application class
 62 
#-
 63 
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 67 
 68 On a TraitError (generally caused by bad config), this will print 
the trait's
 69 message, and exit the app.
 70 
 71 For use on init methods, to prevent invoking excepthook on invalid 
input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81 
 82 
 83 class ApplicationError(Exception):
 84 pass
 85 
 86 
 87 class LevelFormatter(lo

[sage-support] Sage Crash Report

2017-02-16 Thread Jonathan Samuel Sumamo
I have got a problem while running the binary version of Sagemath on ubuntu
10.04. please help

1. My guest OS ubuntu 16.04 (on VMware 10)
2. my host OS windows 7




[image: Best Regards]

*Jonathan Samuel*

E-mail: jimmyel...@gmail.com  

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/jonathan/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.4.0-31-generic-i686-with-debian-stretch-sid',
 'sys_executable': '/home/jonathan/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Jan 16 2017, 02:46:07) \n[GCC 5.4.0 
20160609]'}

***



***

Crash traceback:

---
---
ImportError Python 2.7.13: /home/jonathan/SageMath/local/bin/python
   Thu Feb 16 15:39:57 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/jonathan/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/jonathan/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 59 
 60 
#-
 61 # Application class
 62 
#-
 63 
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 67 
 68 On a TraitError (generally caused by bad config), this will print 
the trait's
 69 message, and exit the app.
 70 
 71 For use on init methods, to prevent invoking excepthook on invalid 
input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81 
 82 
 83 class ApplicationError(Exception):
 84 pass
 85 
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 

/home/jonathan/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.py
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318 """initialize the InteractiveShell instance"""

[sage-support] Sage Crash Report

2017-02-16 Thread asutosh hota
I am currently 6.7 docker version as the latest build is always 
crashing. Suggest ways so that I can have the latest build on my system.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/asutosh/Desktop/saaa/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.4.0-62-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/home/asutosh/Desktop/saaa/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.12 (default, Nov 19 2016, 06:48:10) \n[GCC 5.4.0 
20160609]'}

***



***

Crash traceback:

---
---
ImportErrorPython 2.7.12: /home/asutosh/Desktop/saaa/SageMath/local/bin/python
   Fri Feb 17 17:00:08 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/asutosh/Desktop/saaa/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/asutosh/Desktop/saaa/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 59 
 60 
#-
 61 # Application class
 62 
#-
 63 
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 67 
 68 On a TraitError (generally caused by bad config), this will print 
the trait's
 69 message, and exit the app.
 70 
 71 For use on init methods, to prevent invoking excepthook on invalid 
input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81 
 82 
 83 class ApplicationError(Exception):
 84 pass
 85 
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 

/home/asutosh/Desktop/saaa/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.py
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318 """initialize the InteractiveShell instance"""
319 # Create an Interacti

[sage-support] Sage Crash Report

2017-02-17 Thread Dima Pasechnik
I don't know anything about docker. If you need help with Sage docker 
container, open a new thread, with docker mentioned in the subject.

The "easiest" way to get working Sage on a Linux box is to build from source, 
IMHO.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Sage Crash Report

2017-02-24 Thread Andreas Maurischat
Sage Crash Report

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/usr/local/sage-7.5.1/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.4.0-64-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/usr/local/sage-7.5.1/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Jan 16 2017, 03:50:51) \n[GCC 5.4.0 
20160609]'}

***



***

Crash traceback:

---
---
ImportError   Python 2.7.13: /usr/local/sage-7.5.1/local/bin/python
   Fri Feb 24 14:48:14 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/local/sage-7.5.1/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/usr/local/sage-7.5.1/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 59 
 60 
#-
 61 # Application class
 62 
#-
 63 
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 67 
 68 On a TraitError (generally caused by bad config), this will print 
the trait's
 69 message, and exit the app.
 70 
 71 For use on init methods, to prevent invoking excepthook on invalid 
input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81 
 82 
 83 class ApplicationError(Exception):
 84 pass
 85 
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 

/usr/local/sage-7.5.1/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318 """initialize the InteractiveShell instance"""
319 # Create an InteractiveShell instance.
320 # shell.display_banner should always be False for the terminal
321 # based app, because we call shell.show_banner() by hand below
322

[sage-support] Sage Crash Report

2017-03-19 Thread Kam
Attached is a report about a crash that happened here in Chicago... 
enjoy the read!  :)


--
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/home/kam/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.8.0-41-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/home/kam/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Jan 16 2017, 03:50:51) \n[GCC 5.4.0 
20160609]'}

***



***

Crash traceback:

---
---
KeyboardInterruptPython 2.7.13: /home/kam/SageMath/local/bin/python
   Sun Mar 19 07:49:00 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/kam/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/kam/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 59 
 60 
#-
 61 # Application class
 62 
#-
 63 
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 67 
 68 On a TraitError (generally caused by bad config), this will print 
the trait's
 69 message, and exit the app.
 70 
 71 For use on init methods, to prevent invoking excepthook on invalid 
input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81 
 82 
 83 class ApplicationError(Exception):
 84 pass
 85 
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 

/home/kam/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc 
in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318 """initialize the InteractiveShell instance"""
319 # Create an InteractiveShell instance.
320 # shell.display_banner should always be False for the terminal
321 # based app, because we

[sage-support] Sage Crash Report

2017-03-27 Thread zhang zhou
Hello,

I got a SageMath (7.5.1) crash at its first run on my Ubuntu 16.04 laptop.
Crash report is attached.

Best regards,

Zhang

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/zzhou/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.4.0-66-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/home/zzhou/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Jan 16 2017, 03:50:51) \n[GCC 5.4.0 
20160609]'}

***



***

Crash traceback:

---
---
ImportErrorPython 2.7.13: /home/zzhou/SageMath/local/bin/python
   Mon Mar 27 11:26:04 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/zzhou/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/zzhou/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 59 
 60 
#-
 61 # Application class
 62 
#-
 63 
 64 @decorator
 65 def catch_config_error(method, app, *args, **kwargs):
 66 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 67 
 68 On a TraitError (generally caused by bad config), this will print 
the trait's
 69 message, and exit the app.
 70 
 71 For use on init methods, to prevent invoking excepthook on invalid 
input.
 72 """
 73 try:
---> 74 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 75 except (TraitError, ArgumentError) as e:
 76 app.print_help()
 77 app.log.fatal("Bad config encountered during initialization:")
 78 app.log.fatal(str(e))
 79 app.log.debug("Config at the time: %s", app.config)
 80 app.exit(1)
 81 
 82 
 83 class ApplicationError(Exception):
 84 pass
 85 
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 

/home/zzhou/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318 """initialize the InteractiveShell instance"""
319 # Create an InteractiveShell instance.
320 # shell.display_banner should always be False for

[sage-support] Sage Crash Report

2017-04-06 Thread Kevin Buzzard


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'1961f94',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/opt/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '4.0.0',
 'os_name': 'posix',
 'platform': 'Linux-4.4.0-72-generic-x86_64-with-debian-jessie-sid',
 'sys_executable': '/opt/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.10 (default, Jan 21 2016, 11:17:06) \n[GCC 4.9.3]'}

***



***

Crash traceback:

---
---
OperationalError  Python 2.7.10: /opt/SageMath/local/bin/python
   Fri Apr  7 02:21:33 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/opt/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 # Install extra readline commands before IPython initialization
  8 from sage.repl.readline_extra_commands import *
  9 
 10 from sage.repl.interpreter import SageTerminalApp
 11 
 12 app = SageTerminalApp.instance()
---> 13 app.initialize()
global app.initialize = >
 14 app.start()

 in initialize(self=, argv=None)

/opt/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 60 
 61 
#-
 62 # Application class
 63 
#-
 64 
 65 @decorator
 66 def catch_config_error(method, app, *args, **kwargs):
 67 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 68 
 69 On a TraitError (generally caused by bad config), this will print 
the trait's
 70 message, and exit the app.
 71 
 72 For use on init methods, to prevent invoking excepthook on invalid 
input.
 73 """
 74 try:
---> 75 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 76 except (TraitError, ArgumentError) as e:
 77 app.print_help()
 78 app.log.fatal("Bad config encountered during initialization:")
 79 app.log.fatal(str(e))
 80 app.log.debug("Config at the time: %s", app.config)
 81 app.exit(1)
 82 
 83 
 84 class ApplicationError(Exception):
 85 pass
 86 
 87 class LevelFormatter(logging.Formatter):
 88 """Formatter with additional `highlevel` record
 89 
 90 This field is empty if log level is less than highlevel_limit,

/opt/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc in 
initialize(self=, argv=None)
299 
300 return super(TerminalIPythonApp, self).parse_command_line(argv)
301 
302 @catch_config_error
303 def initialize(self, argv=None):
304 """Do actions after construct, but before starting the app."""
305 super(TerminalIPythonApp, self).initialize(argv)
306 if self.subapp is not None:
307 # don't bother initializing further, starting subapp
308 return
309 # print self.extra_args
310 if self.extra_args and not self.something_to_run:
311 self.file_to_run = self.extra_args[0]
312 self.init_path()
313 # create the shell
--> 314 self.init_shell()
self.init_shell = >
315 # and draw the banner
316 self.init_banner()
317 # Now a variety of things that happen after the banner is 
printed.
318 self.init_gui_pylab()
319 self.init_extensions()
320 self.init_code()
321 
322 def init_shell(self):
323 """initialize the InteractiveShell instance"""
324 # Create an InteractiveShell instance.
325 # shell.display_banner 

[sage-support] Sage Crash Report

2017-05-09 Thread Abhishek Kesarwani

Hi,
 
 Whenever i trying to install sagemath on my ubuntu 17.04 it shows the 
following error:

Oops, Sage crashed. We do our best to make it stable, but...

A crash report was automatically generated with the following information:
  - A verbatim copy of the crash traceback.
  - A copy of your input history during this session.
  - Data on your current Sage configuration.

It was left in the file named:
'/home/abhishek/.sage/ipython-5.0.0/Sage_crash_report.txt'
If you can email this file to the developers, the information in it will 
help
them in understanding and correcting the problem.

You can mail it to: sage-support at sage-support@googlegroups.com
with the subject 'Sage Crash Report'.

If you want to do it now, the following command will work (under Unix):
mail -s 'Sage Crash Report' sage-support@googlegroups.com < 
/home/abhishek/.sage/ipython-5.0.0/Sage_crash_report.txt

To ensure accurate tracking of this issue, please file a report about it at:
http://trac.sagemath.org
PLEASE HELP ME OUT FROM THIS PROBLEM.

Thank you

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Sage Crash Report

2017-05-09 Thread Dima Pasechnik
Could you please post the crash report, as requested?

It was left in the file named:
'/home/abhishek/.sage/ipython-5.0.0/Sage_crash_report.txt'
If you can email this file to the developers, the information in it will help
them in understanding and correcting the problem.

You can mail it to: sage-support at sage-s...@googlegroups.com
with the subject 'Sage Crash Report'.


Without it there is not really possible to say anything meaningful.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Sage crash Report

2017-05-10 Thread Abhishek Kesarwani
Hi,

 Whenever i trying to install sagemath on my ubuntu 17.04 it shows the
following error:

Oops, Sage crashed. We do our best to make it stable, but...

A crash report was automatically generated with the following information:
  - A verbatim copy of the crash traceback.
  - A copy of your input history during this session.
  - Data on your current Sage configuration.

It was left in the file named:
'/home/abhishek/.sage/ipython-5.0.0/Sage_crash_report.txt'
If you can email this file to the developers, the information in it will
help
them in understanding and correcting the problem.

You can mail it to: sage-support at sage-support@googlegroups.com
with the subject 'Sage Crash Report'.

If you want to do it now, the following command will work (under Unix):
mail -s 'Sage Crash Report' sage-support@googlegroups.com <
/home/abhishek/.sage/ipython-5.0.0/Sage_crash_report.txt

To ensure accurate tracking of this issue, please file a report about it at:
http://trac.sagemath.org
PLEASE HELP ME OUT FROM THIS PROBLEM.

Thank you
-- 
Abhishek Kesarwani
(Research Scholar)
Department of Mathematics
Indian Institute of technology, Madras
Chennai- 600036,Tamil Nadu
Ph. 7499221918

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/abhishek/Downloads/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.10.0-19-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/home/abhishek/Downloads/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Mar 26 2017, 06:36:11) \n[GCC 5.4.0 
20160609]'}

***



***

Crash traceback:

---
---
ImportErrorPython 2.7.13: /home/abhishek/Downloads/SageMath/local/bin/python
   Thu May 11 12:43:28 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/abhishek/Downloads/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/abhishek/Downloads/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/home/abhishek/Downloads/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonAp

[sage-support] Sage Crash Report

2017-06-05 Thread Vincent HERBERT


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'',
 'commit_source': '(none found)',
 'default_encoding': 'UTF-8',
 'ipython_path': '/usr/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.3.0',
 'os_name': 'posix',
 'platform': 'Linux-4.11.3-1-ARCH-x86_64-with-glibc2.2.5',
 'sys_executable': '/usr/bin/python2',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Feb 11 2017, 12:22:40) \n[GCC 6.3.1 
20170109]'}

***



***

Crash traceback:

---
---
ImportError Python 2.7.13: /usr/bin/python2
   Mon Jun  5 18:56:45 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/bin/sage-ipython in ()
  1 #!/usr/bin/env python2
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/usr/lib/python2.7/site-packages/traitlets/config/application.pyc in 
catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/usr/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc in 
initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318 """initialize the InteractiveShell instance"""
319 # Create an InteractiveShell instance.
320 # shell.display_banner should always be False for the terminal
321 # based app, because we call shell.show_banner() by hand below
322 # so the banner shows *before* all extension loading stuff.
323 

[sage-support] Sage Crash Report

2017-06-17 Thread vesely . pepa
Hi,

i install SageMath from binaries
sage-7.6-Ubuntu_16.04-x86_64.tar.bz2

I expand package and run
./sage

Then the installation crash.

My system is Xubuntu 16.04

Thank you for help

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/josef/Software/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.8.0-36-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/home/josef/Software/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Mar 26 2017, 06:36:11) \n[GCC 5.4.0 
20160609]'}

***



***

Crash traceback:

---
---
ImportError   Python 2.7.13: /home/josef/Software/SageMath/local/bin/python
   Sat Jun 17 11:53:00 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/josef/Software/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/josef/Software/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/home/josef/Software/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.py
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318

[sage-support] Sage Crash Report

2017-06-18 Thread Srinivas K
Sage Crashed when opening from a terminal at a directory. Sage
configuration is a fresh copy compiled from source (version 7.6) with no
configuration. I have only run tests using sage --testall. Sage only
crashes in this particular directory which has my python modules and also
happens to be a git repo. I have tried in other git repos and directories
but it works fine.

I have attached the crash report.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/kronos/sage-7.6/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.10.0-22-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/home/kronos/sage-7.6/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Jun 18 2017, 01:22:09) \n[GCC 5.4.0]'}

***



***

Crash traceback:

---
---
AttributeErrorPython 2.7.13: /home/kronos/sage-7.6/local/bin/python
   Sun Jun 18 16:16:17 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/kronos/sage-7.6/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/kronos/sage-7.6/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/home/kronos/sage-7.6/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
pri

[sage-support] Sage Crash Report

2017-06-18 Thread Dima Pasechnik
git repo is not relevant, but a python module that shadows a Sage python module 
would be a problem.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Sage Crash Report

2017-06-21 Thread whit3rd
Seconds after install of version 7.6, on MacOS 10.11.6
on a MacBook Pro (Core 2 duo, 4GB RAM)

On initially installing Sage, there was one warning 
***
/Applications/SageMath/src/bin/sage-env: line 291: /sw/bin/sed: Bad CPU 
type in executable
**
then this crash happened seconds after it seemed to complete, after
 the prompt 
***
│ SageMath version 7.6, Release Date: 2017-03-25 │
│ Type "notebook()" for the browser-based notebook interface.│
│ Type "help()" for help.│
***

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/Applications/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Darwin-15.6.0-x86_64-i386-64bit',
 'sys_executable': '/Applications/SageMath/local/bin/python',
 'sys_platform': 'darwin',
 'sys_version': '2.7.13 (default, Mar 31 2017, 15:02:06) \n[GCC 5.4.0]'}

***



***

Crash traceback:

---
---
ImportError  Python 2.7.13: /Applications/SageMath/local/bin/python
   Tue Jun 20 14:53:18 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/Applications/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/Applications/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/Applications/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.py
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw th

[sage-support] Sage Crash Report

2017-07-18 Thread Grant Ellis
​Greetings:

I originally had Anaconda3 installed on my Ubuntu 16.04 notebook and could
not get Sage to setup and run.

I then uninstalled Anaconda3 and then reinstalled Sage.​  After the
re-installation then Sage crashed.

Please help!

Thanks and regards,

Grant Ellis

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/grant/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.8.0-54-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/home/grant/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Mar 26 2017, 06:36:11) \n[GCC 5.4.0 
20160609]'}

***



***

Crash traceback:

---
---
ImportErrorPython 2.7.13: /home/grant/SageMath/local/bin/python
   Tue Jul 18 07:36:07 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/grant/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/grant/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/home/grant/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317

[sage-support] Sage Crash Report

2017-07-18 Thread K1 Monfared


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/usr/lib64/sagemath/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.11.10-300.fc26.x86_64-x86_64-with-fedora-26-Twenty_Six',
 'sys_executable': '/usr/lib64/sagemath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Jun 26 2017, 10:20:05) \n[GCC 7.1.1 20170622 
(Red Hat 7.1.1-3)]'}

***



***

Crash traceback:

---
---
ImportError Python 2.7.13: /usr/lib64/sagemath/local/bin/python
   Tue Jul 18 19:12:59 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/lib64/sagemath/local/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/usr/lib/python2.7/site-packages/traitlets/config/application.pyc in 
catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/usr/lib64/sagemath/site-packages/IPython/terminal/ipapp.pyc in 
initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318 """initialize the InteractiveShell instance"""
319 # Create an InteractiveShell instance.
320 # shell.display_banner should always be False for the terminal
321 # based app, because we call shell.show_banner() by hand below
3

[sage-support] Sage Crash Report

2017-08-15 Thread katsu95i
Sage Crash Report

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/katsu95i/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.4.0-92-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/home/katsu95i/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Jul 22 2017, 10:05:34) \n[GCC 5.4.0 
20160609]'}

***



***

Crash traceback:

---
---
ImportError Python 2.7.13: /home/katsu95i/SageMath/local/bin/python
   Wed Aug 16 09:51:35 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/katsu95i/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/katsu95i/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/home/katsu95i/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318 """initialize the InteractiveShell instance"""
319 # Create an InteractiveShell instance.
320 # shell.display_banner should always be False for the terminal
321   

[sage-support] Sage Crash Report

2017-09-01 Thread Назар Зибилюк


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/usr/lib64/sagemath/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.12.8-300.fc26.x86_64-x86_64-with-fedora-26-Twenty_Six',
 'sys_executable': '/usr/lib64/sagemath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Jun 26 2017, 10:20:05) \n[GCC 7.1.1 20170622 
(Red Hat 7.1.1-3)]'}

***



***

Crash traceback:

---
---
ImportError Python 2.7.13: /usr/lib64/sagemath/local/bin/python
   Fri Sep  1 23:28:25 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/lib64/sagemath/local/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/usr/lib/python2.7/site-packages/traitlets/config/application.pyc in 
catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/usr/lib64/sagemath/site-packages/IPython/terminal/ipapp.pyc in 
initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318 """initialize the InteractiveShell instance"""
319 # Create an InteractiveShell instance.
320 # shell.display_banner should always be False for the terminal
321 # based app, because we call shell.show_banner() by hand below
32

[sage-support] Sage-Crash-Report

2017-09-11 Thread yan liang
I download the file and run ./sage then it crash.

I am using Ubuntu 16.04 and download the correct file.

Hope you may help me solve the problem Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/fengkx/Desktop/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.10.0-33-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/home/fengkx/Desktop/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Jul 22 2017, 10:05:34) \n[GCC 5.4.0 
20160609]'}

***



***

Crash traceback:

---
---
ImportError   Python 2.7.13: /home/fengkx/Desktop/SageMath/local/bin/python
   Mon Sep 11 16:41:13 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/fengkx/Desktop/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/fengkx/Desktop/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/home/fengkx/Desktop/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.py
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318 """initialize the InteractiveS

[sage-support] Sage Crash Report

2017-09-11 Thread yan liang
I Download the correct file on my Ubuntu 16.04.and run the ./sage

Then it crasah

The log is follwed.Need help

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/fengkx/Desktop/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.10.0-33-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/home/fengkx/Desktop/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Jul 22 2017, 10:05:34) \n[GCC 5.4.0 
20160609]'}

***



***

Crash traceback:

---
---
ImportError   Python 2.7.13: /home/fengkx/Desktop/SageMath/local/bin/python
   Mon Sep 11 16:41:13 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/fengkx/Desktop/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/fengkx/Desktop/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/home/fengkx/Desktop/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.py
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318 """initialize the InteractiveShell instance"""
319 # Create 

[sage-support] Sage Crash Report

2017-09-11 Thread yan liang
I Download the correct file on my Ubuntu 16.04.and run the ./sage 

Then it crasah 

The log is follwed.Need help.

Also, I have tried to build it from source.I run the make command. After a 
long time, it have some errors. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/fengkx/Desktop/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.10.0-33-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/home/fengkx/Desktop/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Jul 22 2017, 10:05:34) \n[GCC 5.4.0 
20160609]'}

***



***

Crash traceback:

---
---
ImportError   Python 2.7.13: /home/fengkx/Desktop/SageMath/local/bin/python
   Mon Sep 11 16:41:13 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/fengkx/Desktop/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/fengkx/Desktop/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/home/fengkx/Desktop/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.py
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317  

[sage-support] Sage Crash Report

2017-09-27 Thread Kam `I`i
I'm having problems with new installation of Sage...

Chris "Kam" McIntosh
aka Kam McIntosh 'I'i

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/usr/lib/python2.7/dist-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.10.0-35-generic-x86_64-with-Ubuntu-17.04-zesty',
 'sys_executable': '/usr/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Jan 19 2017, 14:48:08) \n[GCC 6.3.0 
20170118]'}

***



***

Crash traceback:

---
---
ImportError  Python 2.7.13: /usr/bin/python
   Wed Sep 27 12:48:01 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/share/sagemath/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/usr/lib/python2.7/dist-packages/traitlets/config/application.pyc in 
catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/usr/lib/python2.7/dist-packages/IPython/terminal/ipapp.pyc in 
initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318 """initialize the InteractiveShell instance"""
319 # Create an InteractiveShell instance.
320 # shell.display_banner should always be False for the terminal
321 # based app, because we cal

[sage-support] 'Sage Crash Report

2017-10-06 Thread Lee Duke

***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/usr/lib64/sagemath/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 
'Linux-4.12.9-300.fc26.x86_64-x86_64-with-fedora-26-Twenty_Six',

 'sys_executable': '/usr/lib64/sagemath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Sep  5 2017, 08:53:59) \n[GCC 7.1.1 
20170622 (Red Hat 7.1.1-3)]'}


***



***

Crash traceback:

---
---
ImportError Python 2.7.13: /usr/lib64/sagemath/local/bin/python
   Fri Oct  6 11:28:35 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/lib64/sagemath/local/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6
  7 from sage.repl.interpreter import SageTerminalApp
  8
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
    global app.initialize = SageTerminalApp.initialize of object at 0x7f9a675e1290>>

 11 app.start()

 in 
initialize(self=, argv=None)


/usr/lib/python2.7/site-packages/traitlets/config/application.pyc in 
catch_config_error(method=, 
app=, *args=(None,), 
**kwargs={})

 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment 
variable: 'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' 
which is none of  {'0', '1', 'false', 'true', ''}."% _envvar )

 75
 76
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.

 80
 81 On a TraitError (generally caused by bad config), this will 
print the trait's

 82 message, and exit the app.
 83
 84 For use on init methods, to prevent invoking excepthook on 
invalid input.

 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
    method = 
    app = 0x7f9a675e1290>

    args = (None,)
    kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during 
initialization:")

 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94
 95
 96 class ApplicationError(Exception):
 97 pass
 98
 99
    100 class LevelFormatter(logging.Formatter):
    101 """Formatter with additional `highlevel` record
    102

/usr/lib64/sagemath/site-packages/IPython/terminal/ipapp.pyc in 
initialize(self=, argv=None)

    294
    295 return super(TerminalIPythonApp, 
self).parse_command_line(argv)

    296
    297 @catch_config_error
    298 def initialize(self, argv=None):
    299 """Do actions after construct, but before starting the 
app."""

    300 super(TerminalIPythonApp, self).initialize(argv)
    301 if self.subapp is not None:
    302 # don't bother initializing further, starting subapp
    303 return
    304 # print self.extra_args
    305 if self.extra_args and not self.something_to_run:
    306 self.file_to_run = self.extra_args[0]
    307 self.init_path()
    308 # create the shell
--> 309 self.init_shell()
    self.init_shell = >

    310 # and draw the banner
    311 self.init_banner()
    312 # Now a variety of things that happen after the banner 
is printed.

    313 self.init_gui_pylab()
    314 self.init_extensions()
    315 self.init_code()
    316
    317 def init_shell(self):
    318 """initialize the InteractiveShell instance"""
    319 # Create an InteractiveShell instance.
    320 # shell.display_banner should always be False for the 
terminal
    321 # based app, because we call shell.show_banner() by 
hand below

    322 # so the banner shows *before* all extension loading stuff.
    323 self.shell = TerminalInteractiveShell.instance(parent=self,
    324 profile_dir=self.profile_dir,

/usr/lib64/python2.7/site-packages/sage/repl/interpreter.pyc in 
init_shell(self=)
    747 self.shell.has_sage_extensions = SAGE_

[sage-support] Sage Crash Report

2017-10-22 Thread Alvaro Ezequiel


A crash report was automatically generated with the following information:
  - A verbatim copy of the crash traceback.
  - A copy of your input history during this session.
  - Data on your current Sage configuration.

It was left in the file named:
'/home/alvaro/.sage/ipython-5.0.0/Sage_crash_report.txt'
If you can email this file to the developers, the information in it will 
help
them in understanding and correcting the problem.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Sage Crash Report

2017-10-24 Thread Renan Birck Pinheiro
Hello,

I'm trying to install sagemath 8.0 on Fedora 26 x86_64.

I downloaded the tarball from the mirror and then uncompressed it, but when
I run sage I get (after it finishes patching files) the crash that is in
the attached file.

What to do?

Thanks,
-- 
Renan Birck Pinheiro - Blog  - LinkedIn
 - GitHub

+55 47 97112201 - skype: birck.renan

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/renan/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.13.5-200.fc26.x86_64-x86_64-with-fedora-26-Twenty_Six',
 'sys_executable': '/home/renan/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Jul 22 2017, 00:49:06) \n[GCC 6.3.1 20161221 
(Red Hat 6.3.1-1)]'}

***



***

Crash traceback:

---
---
ImportErrorPython 2.7.13: /home/renan/SageMath/local/bin/python
   Tue Oct 24 23:18:49 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/renan/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/renan/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/home/renan/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.py
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 

[sage-support] Sage Crash Report

2017-10-25 Thread Jakub Kustra
Dear Sage Team,

I've tried to run sage math 8.0 64 bit prebuilt binaries, downloaded from 
the sage website, on my Linux several times and each one of them failed. I 
neither did try to download the live USB key nor to build from sources. I 
also did not try to install sage via PPA due to the outdated version of it. 
Initially, I tried to run it on my Kali Linux, then on Ubuntu 17.10, 17.04, 
16.04, some of which I tried with different flavours, hoping that's the 
problem, but apparently it's not. I have Kali installed alongside Windows 
10, the rest of the distros were virtual machines, VMWare Workstation 
Player 12. All of them (including Kali) were either freshly installed or 
equipped with Anaconda python pack because I thought that maybe it's some 
package that's missing. The only case I succeeded was on my office desktop 
with Debian 9, but I'm not sure whether it's due to the fact that it's 
Debian or it's something else because I have Anaconda installed there 
because of my analytical job. All of the mentioned systems were 64 bit.

The only command I used was tar jxf sage-* -C ~

I attach a crash log from Ubuntu 16.04 64 bit VM, fresh install.

Best regards,
Jakub Kustra

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/kuba/Downloads/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.10.0-28-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/home/kuba/Downloads/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Jul 22 2017, 10:05:34) \n[GCC 5.4.0 
20160609]'}

***



***

Crash traceback:

---
---
ImportError   Python 2.7.13: /home/kuba/Downloads/SageMath/local/bin/python
   Wed Oct 25 14:39:34 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/kuba/Downloads/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/kuba/Downloads/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/home/kuba/Downloads/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.py
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_co

[sage-support] Sage Crash Report

2017-10-26 Thread Dima Pasechnik
from your log:

ImportError: libgfortran.so.3: cannot open shared object file: No such file or 
directory

installing libfortran3  will fix the problem.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Sage Crash Report

2017-10-26 Thread Sage Ubuntu


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/magdam/SageMath/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.10.0-37-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/home/magdam/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Jul 22 2017, 10:05:34) \n[GCC 5.4.0 
20160609]'}

***



***

Crash traceback:

---
---
ImportError   Python 2.7.13: /home/magdam/SageMath/local/bin/python
   Thu Oct 26 11:26:21 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/magdam/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/magdam/SageMath/local/lib/python2.7/site-packages/traitlets/config/application.py
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/home/magdam/SageMath/local/lib/python2.7/site-packages/IPython/terminal/ipapp.py
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318 """initialize the InteractiveShell instance"""
319 # Create an InteractiveShell instance.
320 # shell.display_banner should always be False for the terminal
321 # based app, because we ca

[sage-support] Sage Crash Report

2017-12-28 Thread Roy Joshua
IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path':
'/home/rjoshua/Downloads/SageMath/local/lib/python2.7/site-pac\
kages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform':
'Linux-4.8.6-300.fc25.x86_64-x86_64-with-fedora-25-Twenty_Five',
 'sys_executable': '/home/rjoshua/Downloads/SageMath/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.13 (default, Mar 26 2017, 18:34:22) \n[GCC 6.3.1
20161221 \
(Red Hat 6.3.1-1)]'}

***
Crash traceback:

---
---
ImportErrorPython 2.7.13: /home/rjoshua/Downloads/SageMath/local/bin/python
   Thu Dec 28 22:03:45 2017
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/rjoshua/Downloads/SageMath/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6
  7 from sage.repl.interpreter import SageTerminalApp
  8
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in
initialize(self=, argv=None)

/home/rjoshua/Downloads/SageMath/local/lib/python2.7/site-packages/traitlets/con\
fig/application.pyc in catch_config_error(method=,
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable:
'TRAIT\
LETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of
{'0',\
 '1', 'false', 'true', ''}."% _envvar )
 75
78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config
(Trait/ArgumentError\
s) during init.
 80
 81 On a TraitError (generally caused by bad config), this will
print th\
e trait's
 82 message, and exit the app.
 83
 84 For use on init methods, to prevent invoking excepthook on
invalid i\
nput.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during
initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94
 95
 96 class ApplicationError(Exception):
 97 pass
 98
 99
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102

294
296
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the
app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is
printe\
d.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316
317 def init_shell(self):
318 """initialize the InteractiveShell instance"""
319 # Create an InteractiveShell instance.
320 # shell.display_banner should always be False for the
terminal
321 # based app, because we call shell.show_banner() by hand
below
322 # so the banner shows *before* all extension loading stuff.
323 self.shell = TerminalInteractiveShell.instance(parent=self,
324 profile_dir=self.profile_dir,


749 # Load the %lprun extension if available
750 try:
751 import line_profiler
752 except ImportError:
753 pass
754 else:
755 self.extensions.append('line_profiler')
756
757 if self.shell.has_sage_extensions:
758 self.extensions.remove(SAGE_EXTENSION)
759
760 # load sage extension here to get a crash if
761 # something is wrong wi

[sage-support] Sage Crash Report

2018-02-18 Thread Dillon Ethier
Hello,

I recently built Sage on my laptop running Ubuntu 17.10 (x86 - 64 bit). It
worked perfectly, and successfully ran all of the basic tests (I never ran
the long tests). I tried to start it up today and it wouldn't work, because
it said it could not find the directory that I had set as SAGE_ROOT (I
don't remember exactly what it was set as, I think maybe /usr/bin/sage or
something like that), and indeed this directory no longer existed. I tried
to rebuild Sage in order to fix the issue, and it hasn't worked since
Every time I try to start Sage, it crashes immediately. I get this error
that seems to be coming from Pari somewhere but the error messages are
baffling to me. I've tried rebuilding multiple times and nothing helps. I
guess what I'm trying to say is that I KNOW that it's possible for Sage to
work on my machine, as I had already done it. I just can't figure out what
got broken or how to fix it. Any help would be much appreciated.

Thanks,

Dillon Ethier

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/dillon/sage-8.1/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.13.0-32-generic-x86_64-with-debian-stretch-sid',
 'sys_executable': '/home/dillon/sage-8.1/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.14 (default, Feb 18 2018, 20:34:17) \n[GCC 7.2.0]'}

***



***

Crash traceback:

---
---
ImportError   Python 2.7.14: /home/dillon/sage-8.1/local/bin/python
   Sun Feb 18 22:01:42 2018
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/dillon/sage-8.1/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/home/dillon/sage-8.1/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/home/dillon/sage-8.1/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc
 in initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301

[sage-support] Sage Crash Report

2018-03-10 Thread Alasdair McAndrew
As created just now.  Enjoy!

-Alasdair


-- 
[image: http://www.facebook.com/alasdairmcandrew] [image:
https://twitter.com/amca01] 



-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': u'5c9c918',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/opt/sage-8.1/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '5.1.0',
 'os_name': 'posix',
 'platform': 'Linux-4.15.7-1-ARCH-x86_64-with-glibc2.2.5',
 'sys_executable': '/opt/sage-8.1/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.14 (default, Dec 15 2017, 12:15:09) \n[GCC 7.2.0]'}

***



***

Crash traceback:

---
---
ImportError   Python 2.7.14: /opt/sage-8.1/local/bin/python
   Sat Mar 10 22:24:53 2018
A problem occurred executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/opt/sage-8.1/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 
  7 from sage.repl.interpreter import SageTerminalApp
  8 
  9 app = SageTerminalApp.instance()
---> 10 app.initialize()
global app.initialize = >
 11 app.start()

 in initialize(self=, argv=None)

/opt/sage-8.1/local/lib/python2.7/site-packages/traitlets/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 72 TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR = False
 73 else:
 74 raise ValueError("Unsupported value for environment variable: 
'TRAITLETS_APPLICATION_RAISE_CONFIG_FILE_ERROR' is set to '%s' which is none of 
 {'0', '1', 'false', 'true', ''}."% _envvar )
 75 
 76 
 77 @decorator
 78 def catch_config_error(method, app, *args, **kwargs):
 79 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 80 
 81 On a TraitError (generally caused by bad config), this will print 
the trait's
 82 message, and exit the app.
 83 
 84 For use on init methods, to prevent invoking excepthook on invalid 
input.
 85 """
 86 try:
---> 87 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 88 except (TraitError, ArgumentError) as e:
 89 app.print_help()
 90 app.log.fatal("Bad config encountered during initialization:")
 91 app.log.fatal(str(e))
 92 app.log.debug("Config at the time: %s", app.config)
 93 app.exit(1)
 94 
 95 
 96 class ApplicationError(Exception):
 97 pass
 98 
 99 
100 class LevelFormatter(logging.Formatter):
101 """Formatter with additional `highlevel` record
102 

/opt/sage-8.1/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc in 
initialize(self=, argv=None)
294 
295 return super(TerminalIPythonApp, self).parse_command_line(argv)
296 
297 @catch_config_error
298 def initialize(self, argv=None):
299 """Do actions after construct, but before starting the app."""
300 super(TerminalIPythonApp, self).initialize(argv)
301 if self.subapp is not None:
302 # don't bother initializing further, starting subapp
303 return
304 # print self.extra_args
305 if self.extra_args and not self.something_to_run:
306 self.file_to_run = self.extra_args[0]
307 self.init_path()
308 # create the shell
--> 309 self.init_shell()
self.init_shell = >
310 # and draw the banner
311 self.init_banner()
312 # Now a variety of things that happen after the banner is 
printed.
313 self.init_gui_pylab()
314 self.init_extensions()
315 self.init_code()
316 
317 def init_shell(self):
318 """initialize the 

[sage-support] Sage Crash Report

2018-03-11 Thread Dima Pasechnik
it says it cannot load libvpx.so
No idea what it is.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


[sage-support] Sage crash report

2012-05-22 Thread Jim Clark
Sage crashed following an attempt to compile a cython module, a compilation 
that produced many error messages.

I had previously compiled and run the module with profiling enabled; the crash 
occurred on a following compilation.

I'm attaching the crash report, per instructions that were printed in the 
Terminal window.

Sage 5.0, Mac OS X 10.6.8

***

IPython post-mortem report

IPython version: 0.10.2 

Platform info  : os.name -> posix, sys.platform -> darwin

***

Current user configuration structure:

{'Version': 0,
 '__allownew': True,
 'alias': [],
 'args': [],
 'autocall': 0,
 'autoedit_syntax': 0,
 'autoexec': ['load /Users/jim/.sage//init.sage'],
 'autoindent': 1,
 'automagic': 1,
 'banner': 0,
 'c': '',
 'cache_size': 1000,
 'classic': 0,
 'color_info': 1,
 'colors': 'NoColor',
 'confirm_exit': 0,
 'debug': 0,
 'deep_reload': 0,
 'editor': 'vi',
 'embedded': False,
 'execfile': [],
 'execute': ['',
 "def view_all(): view([(i, globals()[i]) for i in variables()], 
title='All SAGE Variables')",
 "def variables(): return [k for k in globals() if not k in iglob 
and len(k) > 0 and k[0] != '_']",
 'import sage.misc.preparser_ipython;  
sage.misc.preparser_ipython.magma_colon_equals=True'],
 'gthread': 0,
 'help': 0,
 'import_all': [],
 'import_mod': [],
 'import_some': [[]],
 'include': [],
 'interact': 1,
 'ipythondir': u'/Users/jim/.sage/ipython',
 'log': 0,
 'logfile': '',
 'logplay': '',
 'magic_docstrings': 0,
 'messages': 1,
 'multi_line_specials': 1,
 'nosep': 0,
 'object_info_string_level': 0,
 'opts': Struct({'__allownew': True, 'interact': 1, 'profile': 'sage'}),
 'pdb': 0,
 'pprint': 1,
 'profile': 'sage',
 'prompt_in1': '${sage_prompt()}: ',
 'prompt_in2': "${'.'*len(sage_prompt())}: ",
 'prompt_out': '',
 'prompts_pad_left': 0,
 'pydb': 0,
 'pylab': 0,
 'pylab_import_all': 1,
 'q4thread': 0,
 'qthread': 0,
 'quick': 0,
 'quiet': 0,
 'rcfile': 'ipythonrc',
 'readline': 1,
 'readline_merge_completions': 1,
 'readline_omit__names': 2,
 'readline_parse_and_bind': ['tab: complete',
 '"\\C-l": possible-completions',
 'set show-all-if-ambiguous on',
 '"\\C-o": tab-insert',
 '"\\M-i": ""',
 '"\\M-o": "\\d\\d\\d\\d"',
 '"\\M-I": "\\d\\d\\d\\d"',
 '"\\C-r": reverse-search-history',
 '"\\C-s": forward-search-history',
 '"\\C-p": history-search-backward',
 '"\\C-n": history-search-forward',
 '"\\e[A": history-search-backward',
 '"\\e[B": history-search-forward',
 '"\\C-k": kill-line',
 '"\\C-u": unix-line-discard'],
 'readline_remove_delims': '-/~',
 'screen_length': -1,
 'separate_in': '',
 'separate_out': '',
 'separate_out2': '',
 'system_header': 'IPython system call: ',
 'system_verbose': 0,
 'term_title': 1,
 'tk': 0,
 'upgrade': 0,
 'wildcards_case_sensitive': 1,
 'wthread': 0,
 'wxversion': '0',
 'xmode': 'Context'}

***

Crash traceback:

---
ImportError   Python 2.7.2: /Applications/sage/local/bin/python
   Tue May 22 09:01:53 2012
A problem occured executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.

/Applications/sage/local/bin/sage-ipython in ()
 37 
 38 sage_commands = os.listdir(os.environ['SAGE_ROOT']+"/local/bin/")
 39 DARWIN_SYSTEM = os.uname()[0]=='Darwin'
 40 
 41 def sage_system(self, cmd):
 42 if cmd in sage_commands:
 43 old_system(cmd)
 44 else:
 45 libraries = 'LD_LIBRARY_PATH=$$SAGE_ORIG_LD_LIBRARY_PATH;'
 46 if DARWIN_SYSTEM:
 47 libraries += 
'DYLD_LIBRARY_PATH=$$SAGE_ORIG_DYLD_LIBRARY_PATH;'
 48 old_system(libraries+cmd)
 49 
 50 ipy_sage.IP.system = new.instancemethod(sage_system, ipy_sage.IP, 
IPython.iplib.InteractiveShell)
 51 
---> 52 ipy_sage.mainloop(sys_exit=1, banner='')
global ipy_sage.mainloop = >
global sys_exit = undefined
global banner = undefined
 53 
 54 
 55 
 56 
 57 
 58 
 59 
 60 
 61 
 62 
 63 
 64 
 65 
 66 
 67 

/Applications/sage/local/lib/python2.7/site-packages/IPython/Shell.pyc in 
mainloop(self=, sys_exit=1, banner='')
 61 
#-

[sage-support] Sage Crash Report

2013-02-08 Thread Surendran Karippadath
Oops, Sage crashed. We do our best to make it stable, but...

A crash report was automatically generated with the following information:
  - A verbatim copy of the crash traceback.
  - A copy of your input history during this session.
  - Data on your current Sage configuration.

It was left in the file named:
'/home/surendran/.sage/ipython/Sage_crash_report.txt'
If you can email this file to the developers, the information in it will
help
them in understanding and correcting the problem.

You can mail it to: sage-support at sage-support@googlegroups.com
with the subject 'Sage Crash Report'.

If you want to do it now, the following command will work (under Unix):
mail -s 'Sage Crash Report' sage-support@googlegroups.com <
/home/surendran/.sage/ipython/Sage_crash_report.txt

To ensure accurate tracking of this issue, please file a report about it at:
http://trac.sagemath.org/sage_trac

Regards

Surendran

-- 
247/3/1 Sadafuli Park, Off DP Road, Baner, Pune 411007
Aadhar : 9559 4359 7055
Phone  :+91-20-27298293

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


***

IPython post-mortem report

IPython version: 0.10.2 

Platform info  : os.name -> posix, sys.platform -> linux2

***

Current user configuration structure:

{'Version': 0,
 '__allownew': True,
 'alias': [],
 'args': [],
 'autocall': 0,
 'autoedit_syntax': 0,
 'autoexec': [],
 'autoindent': 1,
 'automagic': 1,
 'banner': 0,
 'c': '',
 'cache_size': 1000,
 'classic': 0,
 'color_info': 1,
 'colors': 'NoColor',
 'confirm_exit': 0,
 'debug': 0,
 'deep_reload': 0,
 'editor': 'vi',
 'embedded': False,
 'execfile': [],
 'execute': ['',
 "def view_all(): view([(i, globals()[i]) for i in variables()], 
title='All SAGE Variables')",
 "def variables(): return [k for k in globals() if not k in iglob 
and len(k) > 0 and k[0] != '_']",
 'import sage.misc.preparser_ipython;  
sage.misc.preparser_ipython.magma_colon_equals=True'],
 'gthread': 0,
 'help': 0,
 'import_all': [],
 'import_mod': [],
 'import_some': [[]],
 'include': [],
 'interact': 1,
 'ipythondir': u'/home/surendran/.sage/ipython',
 'log': 0,
 'logfile': '',
 'logplay': '',
 'magic_docstrings': 0,
 'messages': 1,
 'multi_line_specials': 1,
 'nosep': 0,
 'object_info_string_level': 0,
 'opts': Struct({'__allownew': True, 'interact': 1, 'profile': ''}),
 'pdb': 0,
 'pprint': 1,
 'profile': '',
 'prompt_in1': '${sage_prompt()}: ',
 'prompt_in2': "${'.'*len(sage_prompt())}: ",
 'prompt_out': '',
 'prompts_pad_left': 0,
 'pydb': 0,
 'pylab': 0,
 'pylab_import_all': 1,
 'q4thread': 0,
 'qthread': 0,
 'quick': 0,
 'quiet': 0,
 'rcfile': 'ipythonrc',
 'readline': 1,
 'readline_merge_completions': 1,
 'readline_omit__names': 2,
 'readline_parse_and_bind': ['tab: complete',
 '"\\C-l": possible-completions',
 'set show-all-if-ambiguous on',
 '"\\C-o": tab-insert',
 '"\\M-i": ""',
 '"\\M-o": "\\d\\d\\d\\d"',
 '"\\M-I": "\\d\\d\\d\\d"',
 '"\\C-r": reverse-search-history',
 '"\\C-s": forward-search-history',
 '"\\C-p": history-search-backward',
 '"\\C-n": history-search-forward',
 '"\\e[A": history-search-backward',
 '"\\e[B": history-search-forward',
 '"\\C-k": kill-line',
 '"\\C-u": unix-line-discard'],
 'readline_remove_delims': '-/~',
 'screen_length': -1,
 'separate_in': '',
 'separate_out': '',
 'separate_out2': '',
 'system_header': 'IPython system call: ',
 'system_verbose': 0,
 'term_title': 1,
 'tk': 0,
 'upgrade': 0,
 'wildcards_case_sensitive': 1,
 'wthread': 0,
 'wxversion': '0',
 'xmode': 'Context'}

***

Crash traceback:

---
OSErrorPython 2.7.3: /usr/local/sage56/local/bin/python
   Sat Feb  9 01:04:08 2013
A problem occured executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.

/usr/local/sage56/local/lib/python/atexit.pyc in _run_exitfuncs()
  9 
 10 import

[sage-support] Sage Crash Report

2013-10-15 Thread Jean-Yves Thibon
***

IPython post-mortem report

{'commit_hash': '858d539',
'commit_source': 'installation',
'default_encoding': 'UTF-8',
'ipython_path': 
'/Users/jyt/src/sage-5.12/local/lib/python2.7/site-packages/IPython',
'ipython_version': '0.13.2',
'os_name': 'posix',
'platform': 'Darwin-12.5.0-x86_64-i386-64bit',
'sys_executable': '/Users/jyt/src/sage-5.12/local/bin/python',
'sys_platform': 'darwin',
'sys_version': '2.7.5 (default, Oct 14 2013, 21:03:26) \n[GCC 4.7.3]'}

***



***

Crash traceback:

---
SyntaxError Python 2.7.5: /Users/jyt/src/sage-5.12/local/bin/python
  Tue Oct 15 15:19:15 2013
A problem occured executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/Users/jyt/src/sage-5.12/local/bin/sage-ipython in ()
 2 # -*- coding: utf-8 -*-
 3 """
 4 Sage IPython startup script.
 5 """
 6 from sage.misc.interpreter import SageTerminalApp
 7 
 8 # installs the extra readline commands before the IPython initialization 
begins.
 9 from sage.misc.readline_extra_commands import *
10 
11 # Make sure we're using the Sage profile if one isn't specified.
12 import sys
13 if '--profile' not in sys.argv:
14 sys.argv.extend(['--profile', 'sage'])
15 
16 app = SageTerminalApp.instance()
---> 17 app.initialize()
   global app.initialize = >
18 app.start()

/Users/jyt/src/sage-5.12/local/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.pyc
 in initialize(self=, argv=None)

/Users/jyt/src/sage-5.12/local/lib/python2.7/site-packages/IPython/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
69 
70 
#-
71 # Application class
72 
#-
73 
74 @decorator
75 def catch_config_error(method, app, *args, **kwargs):
76 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
77 
78 On a TraitError (generally caused by bad config), this will print 
the trait's
79 message, and exit the app.
80 
81 For use on init methods, to prevent invoking excepthook on invalid 
input.
82 """
83 try:
---> 84 return method(app, *args, **kwargs)
   method = 
   app = 
   args = (None,)
   kwargs = {}
85 except (TraitError, ArgumentError) as e:
86 app.print_description()
87 app.print_help()
88 app.print_examples()
89 app.log.fatal("Bad config encountered during initialization:")
90 app.log.fatal(str(e))
91 app.log.debug("Config at the time: %s", app.config)
92 app.exit(1)
93 
94 
95 class ApplicationError(Exception):
96 pass
97 
98 
99 class Application(SingletonConfigurable):

/Users/jyt/src/sage-5.12/local/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.pyc
 in initialize(self=, argv=None)
   309 
   310 @catch_config_error
   311 def initialize(self, argv=None):
   312 """Do actions after construct, but before starting the app."""
   313 super(TerminalIPythonApp, self).initialize(argv)
   314 if self.subapp is not None:
   315 # don't bother initializing further, starting subapp
   316 return
   317 if not self.ignore_old_config:
   318 check_for_old_config(self.ipython_dir)
   319 # print self.extra_args
   320 if self.extra_args and not self.something_to_run:
   321 self.file_to_run = self.extra_args[0]
   322 self.init_path()
   323 # create the shell
--> 324 self.init_shell()
   self.init_shell = >
   325 # and draw the banner
   326 self.init_banner()
   327 # Now a variety of things that happen after the banner is 
printed.
   328 self.init_gui_pylab()
   329 self.init_extensions()
   330 self.init_code()
   331 
   332 def init_shell(self):
   333 """initialize the InteractiveShell instance"""
   334 # Create an InteractiveShell instance.
   335 # shell.display_banner should always be False for the terminal
   336 # based app, because we call shell.show_banner() by hand below
   337 # so the banner shows *before* all extension loading stuff.
   338 self.shell = 
TerminalInteractiveShell.instance(config=self.config,
   339 display_banner=Fa

[sage-support] Sage Crash Report

2013-12-07 Thread Sebastian Csar
Sage had been working fine for me on Mavericks and then suddenly started 
crashing on launch today somewhere in polybori. As far as I know, I haven’t 
done anything that should break Sage—I’ve updated XQuartz since I last used 
Sage and maybe reinstalled Homebrew (can’t quite remember the sequence of 
events). I downloaded a new copy of Sage and that launched okay.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/groups/opt_out.
***

IPython post-mortem report

{'commit_hash': '858d539',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/Applications/sage/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '0.13.2',
 'os_name': 'posix',
 'platform': 'Darwin-13.0.0-x86_64-i386-64bit',
 'sys_executable': '/Applications/sage/local/bin/python',
 'sys_platform': 'darwin',
 'sys_version': '2.7.5 (default, Nov  7 2013, 12:22:52) \n[GCC 4.7.3]'}

***



***

Crash traceback:

---
ImportError   Python 2.7.5: /Applications/sage/local/bin/python
   Thu Dec  5 11:24:19 2013
A problem occured executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/Applications/sage/local/bin/sage-ipython in ()
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 from sage.misc.interpreter import SageTerminalApp
  7 
  8 # installs the extra readline commands before the IPython 
initialization begins.
  9 from sage.misc.readline_extra_commands import *
 10 
 11 # Make sure we're using the Sage profile if one isn't specified.
 12 import sys
 13 if '--profile' not in sys.argv:
 14 sys.argv.extend(['--profile', 'sage'])
 15 
 16 app = SageTerminalApp.instance()
---> 17 app.initialize()
global app.initialize = >
 18 app.start()

/Applications/sage/local/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.pyc
 in initialize(self=, argv=None)

/Applications/sage/local/lib/python2.7/site-packages/IPython/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 69 
 70 
#-
 71 # Application class
 72 
#-
 73 
 74 @decorator
 75 def catch_config_error(method, app, *args, **kwargs):
 76 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 77 
 78 On a TraitError (generally caused by bad config), this will print 
the trait's
 79 message, and exit the app.
 80 
 81 For use on init methods, to prevent invoking excepthook on invalid 
input.
 82 """
 83 try:
---> 84 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 85 except (TraitError, ArgumentError) as e:
 86 app.print_description()
 87 app.print_help()
 88 app.print_examples()
 89 app.log.fatal("Bad config encountered during initialization:")
 90 app.log.fatal(str(e))
 91 app.log.debug("Config at the time: %s", app.config)
 92 app.exit(1)
 93 
 94 
 95 class ApplicationError(Exception):
 96 pass
 97 
 98 
 99 class Application(SingletonConfigurable):

/Applications/sage/local/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.pyc
 in initialize(self=, argv=None)
309 
310 @catch_config_error
311 def initialize(self, argv=None):
312 """Do actions after construct, but before starting the app."""
313 super(TerminalIPythonApp, self).initialize(argv)
314 if self.subapp is not None:
315 # don't bother initializing further, starting subapp
316 return
317 if not self.ignore_old_config:
318 check_for_old_config(self.ipython_dir)
319 # print self.extra_args
320 if self.extra_args and not self.something_to_run:
321 self.file_to_run = self.extra_args[0]
322 self.init_path()
323 # create the shell
--> 32

[sage-support] Sage Crash Report

2014-04-04 Thread Graham Gerrard
***

IPython post-mortem report

{'commit_hash': '4b0db2c',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path':
'/home/graham/sage-6.1-x86_64-Linux/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '0.13.2',
 'os_name': 'posix',
 'platform': 'Linux-3.11.0-19-generic-x86_64-with-debian-wheezy-sid',
 'sys_executable': '/home/graham/sage-6.1-x86_64-Linux/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.5 (default, Jan 31 2014, 14:33:28) \n[GCC 4.6.3]'}

***



***

Crash traceback:

---
KeyboardInterruptPython 2.7.5:
/home/graham/sage-6.1-x86_64-Linux/local/bin/python
   Fri Apr  4 10:40:35 2014
A problem occured executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/graham/sage-6.1-x86_64-Linux/src/bin/sage-ipython in ()
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 from sage.misc.interpreter import SageTerminalApp
  7
  8 # installs the extra readline commands before the IPython
initialization begins.
  9 from sage.misc.readline_extra_commands import *
 10
 11 # Make sure we're using the Sage profile if one isn't specified.
 12 import sys
 13 if '--profile' not in sys.argv:
 14 sys.argv.extend(['--profile', 'sage'])
 15
 16 app = SageTerminalApp.instance()
---> 17 app.initialize()
global app.initialize = >
 18 app.start()

/home/graham/sage-6.1-x86_64-Linux/local/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.pyc
in initialize(self=,
argv=None)

/home/graham/sage-6.1-x86_64-Linux/local/lib/python2.7/site-packages/IPython/config/application.pyc
in catch_config_error(method=,
app=, *args=(None,),
**kwargs={})
 69
 70
#-
 71 # Application class
 72
#-
 73
 74 @decorator
 75 def catch_config_error(method, app, *args, **kwargs):
 76 """Method decorator for catching invalid config
(Trait/ArgumentErrors) during init.
 77
 78 On a TraitError (generally caused by bad config), this will
print the trait's
 79 message, and exit the app.
 80
 81 For use on init methods, to prevent invoking excepthook on
invalid input.
 82 """
 83 try:
---> 84 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 85 except (TraitError, ArgumentError) as e:
 86 app.print_description()
 87 app.print_help()
 88 app.print_examples()
 89 app.log.fatal("Bad config encountered during
initialization:")
 90 app.log.fatal(str(e))
 91 app.log.debug("Config at the time: %s", app.config)
 92 app.exit(1)
 93
 94
 95 class ApplicationError(Exception):
 96 pass
 97
 98
 99 class Application(SingletonConfigurable):

/home/graham/sage-6.1-x86_64-Linux/local/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.pyc
in initialize(self=,
argv=None)
309
310 @catch_config_error
311 def initialize(self, argv=None):
312 """Do actions after construct, but before starting the
app."""
313 super(TerminalIPythonApp, self).initialize(argv)
314 if self.subapp is not None:
315 # don't bother initializing further, starting subapp
316 return
317 if not self.ignore_old_config:
318 check_for_old_config(self.ipython_dir)
319 # print self.extra_args
320 if self.extra_args and not self.something_to_run:
321 self.file_to_run = self.extra_args[0]
322 self.init_path()
323 # create the shell
--> 324 self.init_shell()
self.init_shell = >
325 # and draw the banner
326 self.init_banner()
327 # Now a variety of things that happen after the banner is
printed.
328 self.init_gui_pylab()
329 self.init_extensions()
330 self.init_code()
331
332 def init_shell(self):
333 """initialize the InteractiveShell instance"""
334 # Create an InteractiveShell instance.
335 # shell.display_banner should always be False for the
terminal
336 # based app, because we call shell.show_banner() by hand
below
337 # so the banner shows *before* all extension lo

[sage-support] Sage Crash Report

2014-07-05 Thread Rodolfo Rios-Zertuche


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': '8be52e6',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/home/rrios/misc/sage/sage-6.1.1-x86_64-Linux/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '0.13.2',
 'os_name': 'posix',
 'platform': 'Linux-3.13.0-30-generic-x86_64-with-debian-jessie-sid',
 'sys_executable': 
'/home/rrios/misc/sage/sage-6.1.1-x86_64-Linux/local/bin/python',
 'sys_platform': 'linux2',
 'sys_version': '2.7.5 (default, Feb  5 2014, 15:42:25) \n[GCC 4.6.3]'}

***



***

Crash traceback:

---
EOFErrorPython 2.7.5: 
/home/rrios/misc/sage/sage-6.1.1-x86_64-Linux/local/bin/python
   Sat Jul  5 23:38:36 2014
A problem occured executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/home/rrios/misc/sage/sage-6.1.1-x86_64-Linux/src/bin/sage-ipython in ()
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 from sage.misc.interpreter import SageTerminalApp
  7 
  8 # installs the extra readline commands before the IPython 
initialization begins.
  9 from sage.misc.readline_extra_commands import *
 10 
 11 # Make sure we're using the Sage profile if one isn't specified.
 12 import sys
 13 if '--profile' not in sys.argv:
 14 sys.argv.extend(['--profile', 'sage'])
 15 
 16 app = SageTerminalApp.instance()
---> 17 app.initialize()
global app.initialize = >
 18 app.start()

/home/rrios/misc/sage/sage-6.1.1-x86_64-Linux/local/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.pyc
 in initialize(self=, argv=None)

/home/rrios/misc/sage/sage-6.1.1-x86_64-Linux/local/lib/python2.7/site-packages/IPython/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 69 
 70 
#-
 71 # Application class
 72 
#-
 73 
 74 @decorator
 75 def catch_config_error(method, app, *args, **kwargs):
 76 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 77 
 78 On a TraitError (generally caused by bad config), this will print 
the trait's
 79 message, and exit the app.
 80 
 81 For use on init methods, to prevent invoking excepthook on invalid 
input.
 82 """
 83 try:
---> 84 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 85 except (TraitError, ArgumentError) as e:
 86 app.print_description()
 87 app.print_help()
 88 app.print_examples()
 89 app.log.fatal("Bad config encountered during initialization:")
 90 app.log.fatal(str(e))
 91 app.log.debug("Config at the time: %s", app.config)
 92 app.exit(1)
 93 
 94 
 95 class ApplicationError(Exception):
 96 pass
 97 
 98 
 99 class Application(SingletonConfigurable):

/home/rrios/misc/sage/sage-6.1.1-x86_64-Linux/local/lib/python2.7/site-packages/IPython/frontend/terminal/ipapp.pyc
 in initialize(self=, argv=None)
309 
310 @catch_config_error
311 def initialize(self, argv=None):
312 """Do actions after construct, but before starting the app."""
313 super(TerminalIPythonApp, self).initialize(argv)
314 if self.subapp is not None:
315 # don't bother initializing further, starting subapp
316 return
317 if not self.ignore_old_config:
318 check_for_old_config(self.ipython_dir)
319 # print self.extra_args
320 if self.extra_args and not self.something_to_run:
321 self.file_to_run = self.extra_args[0]
322 self.init_path()
323 # create the shell
--> 324 self.init_shell()
self.init_shell = >
325 # and draw the banner
326 self.init_banner()
327 # Now a variety of things that hap

[sage-support] Sage Crash Report

2014-08-22 Thread Albert Heinle
***

IPython post-mortem report

{'codename': 'An Afternoon Hack',
 'commit_hash': '2b1d88b',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/Applications/sage/local/lib/python2.7/site-packages/IPython',
 'ipython_version': '1.2.1',
 'os_name': 'posix',
 'platform': 'Darwin-13.3.0-x86_64-i386-64bit',
 'sys_executable': '/Applications/sage/local/bin/python',
 'sys_platform': 'darwin',
 'sys_version': '2.7.5 (default, May  6 2014, 16:48:46) \n[GCC 4.7.3]'}

***



***

Crash traceback:

---
OperationalError  Python 2.7.5: /Applications/sage/local/bin/python
   Fri Aug 22 15:03:36 2014
A problem occured executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/Applications/sage/src/bin/sage-ipython in ()
  1 #!/usr/bin/env python
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 from sage.repl.interpreter import SageTerminalApp
  7 
  8 # installs the extra readline commands before the IPython 
initialization begins.
  9 from sage.repl.readline_extra_commands import *
 10 
 11 app = SageTerminalApp.instance()
---> 12 app.initialize()
global app.initialize = >
 13 app.start()

/Applications/sage/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc 
in initialize(self=, argv=None)

/Applications/sage/local/lib/python2.7/site-packages/IPython/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 74 
 75 
#-
 76 # Application class
 77 
#-
 78 
 79 @decorator
 80 def catch_config_error(method, app, *args, **kwargs):
 81 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 82 
 83 On a TraitError (generally caused by bad config), this will print 
the trait's
 84 message, and exit the app.
 85 
 86 For use on init methods, to prevent invoking excepthook on invalid 
input.
 87 """
 88 try:
---> 89 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 90 except (TraitError, ArgumentError) as e:
 91 app.print_help()
 92 app.log.fatal("Bad config encountered during initialization:")
 93 app.log.fatal(str(e))
 94 app.log.debug("Config at the time: %s", app.config)
 95 app.exit(1)
 96 
 97 
 98 class ApplicationError(Exception):
 99 pass
100 
101 class LevelFormatter(logging.Formatter):
102 """Formatter with additional `highlevel` record
103 
104 This field is empty if log level is less than highlevel_limit,

/Applications/sage/local/lib/python2.7/site-packages/IPython/terminal/ipapp.pyc 
in initialize(self=, argv=None)
308 
309 @catch_config_error
310 def initialize(self, argv=None):
311 """Do actions after construct, but before starting the app."""
312 super(TerminalIPythonApp, self).initialize(argv)
313 if self.subapp is not None:
314 # don't bother initializing further, starting subapp
315 return
316 if not self.ignore_old_config:
317 check_for_old_config(self.ipython_dir)
318 # print self.extra_args
319 if self.extra_args and not self.something_to_run:
320 self.file_to_run = self.extra_args[0]
321 self.init_path()
322 # create the shell
--> 323 self.init_shell()
self.init_shell = >
324 # and draw the banner
325 self.init_banner()
326 # Now a variety of things that happen after the banner is 
printed.
327 self.init_gui_pylab()
328 self.init_extensions()
329 self.init_code()
330 
331 def init_shell(self):
332 """initialize the InteractiveShell instance"""
333 # Create an InteractiveShell instance.
334 # shell.display_banner should always be False for the terminal
335 # based app, because we call shell.show_banner() by hand below
336 # so the banner shows *before* all extension loading stuff.
337 self.shell = TerminalInteractiveShell.instance(parent=self,
338 display_banner=False, 
profile_dir=self.profile_dir,

/App

[sage-support] Sage Crash Report

2015-01-06 Thread Wai Yan Pong
Hello,

I'm unable to have Sage 6.4.1 running. My ipython2 seems running fine.
Attached is the Crash Report.

Thanks in advance,
Pong

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'codename': 'An Afternoon Hack',
 'commit_hash': '7c2ea3a',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': 
'/usr/lib/python2.7/site-packages/ipython-1.1.0-py2.7.egg/IPython',
 'ipython_version': '1.1.0',
 'os_name': 'posix',
 'platform': 'Linux-3.17.6-1-ARCH-x86_64-with-glibc2.2.5',
 'sys_executable': '/usr/bin/python2',
 'sys_platform': 'linux2',
 'sys_version': '2.7.9 (default, Dec 11 2014, 04:42:00) \n[GCC 4.9.2]'}

***



***

Crash traceback:

---
ImportError  Python 2.7.9: /usr/bin/python2
   Tue Jan  6 15:31:22 2015
A problem occured executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/bin/sage-ipython in ()
  1 #!/usr/bin/env python2
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 from sage.repl.interpreter import SageTerminalApp
  7 
  8 # installs the extra readline commands before the IPython 
initialization begins.
  9 from sage.repl.readline_extra_commands import *
 10 
 11 app = SageTerminalApp.instance()
---> 12 app.initialize()
global app.initialize = >
 13 app.start()

/usr/lib/python2.7/site-packages/ipython-1.1.0-py2.7.egg/IPython/terminal/ipapp.pyc
 in initialize(self=, argv=None)

/usr/lib/python2.7/site-packages/ipython-1.1.0-py2.7.egg/IPython/config/application.pyc
 in catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 74 
 75 
#-
 76 # Application class
 77 
#-
 78 
 79 @decorator
 80 def catch_config_error(method, app, *args, **kwargs):
 81 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 82 
 83 On a TraitError (generally caused by bad config), this will print 
the trait's
 84 message, and exit the app.
 85 
 86 For use on init methods, to prevent invoking excepthook on invalid 
input.
 87 """
 88 try:
---> 89 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 90 except (TraitError, ArgumentError) as e:
 91 app.print_help()
 92 app.log.fatal("Bad config encountered during initialization:")
 93 app.log.fatal(str(e))
 94 app.log.debug("Config at the time: %s", app.config)
 95 app.exit(1)
 96 
 97 
 98 class ApplicationError(Exception):
 99 pass
100 
101 class LevelFormatter(logging.Formatter):
102 """Formatter with additional `highlevel` record
103 
104 This field is empty if log level is less than highlevel_limit,

/usr/lib/python2.7/site-packages/ipython-1.1.0-py2.7.egg/IPython/terminal/ipapp.pyc
 in initialize(self=, argv=None)
308 
309 @catch_config_error
310 def initialize(self, argv=None):
311 """Do actions after construct, but before starting the app."""
312 super(TerminalIPythonApp, self).initialize(argv)
313 if self.subapp is not None:
314 # don't bother initializing further, starting subapp
315 return
316 if not self.ignore_old_config:
317 check_for_old_config(self.ipython_dir)
318 # print self.extra_args
319 if self.extra_args and not self.something_to_run:
320 self.file_to_run = self.extra_args[0]
321 self.init_path()
322 # create the shell
--> 323 self.init_shell()
self.init_shell = >
324 # and draw the banner
325 self.init_banner()
326 # Now a variety of things that happen after the banner is 
printed.
327 self.init_gui_pylab()
328 self.init_extensions()
329 self.init_code()
330 

[sage-support] Sage Crash Report

2015-01-07 Thread Sándor Czirbusz
Sándor Czirbusz

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.
***

IPython post-mortem report

{'commit_hash': '1c0eb68',
 'commit_source': 'installation',
 'default_encoding': 'UTF-8',
 'ipython_path': '/usr/lib/python2.7/site-packages/IPython',
 'ipython_version': '2.3.1',
 'os_name': 'posix',
 'platform': 'Linux-3.17.6-1-ARCH-x86_64-with-glibc2.2.5',
 'sys_executable': '/usr/bin/python2',
 'sys_platform': 'linux2',
 'sys_version': '2.7.9 (default, Dec 11 2014, 04:42:00) \n[GCC 4.9.2]'}

***



***

Crash traceback:

---
ImportError  Python 2.7.9: /usr/bin/python2
   Wed Jan  7 11:01:00 2015
A problem occured executing Python code.  Here is the sequence of function
calls leading up to the error, with the most recent (innermost) call last.
/usr/bin/sage-ipython in ()
  1 #!/usr/bin/env python2
  2 # -*- coding: utf-8 -*-
  3 """
  4 Sage IPython startup script.
  5 """
  6 from sage.repl.interpreter import SageTerminalApp
  7 
  8 # installs the extra readline commands before the IPython 
initialization begins.
  9 from sage.repl.readline_extra_commands import *
 10 
 11 app = SageTerminalApp.instance()
---> 12 app.initialize()
global app.initialize = >
 13 app.start()

/usr/lib/python2.7/site-packages/IPython/terminal/ipapp.py in 
initialize(self=, argv=None)

/usr/lib/python2.7/site-packages/IPython/config/application.py in 
catch_config_error(method=, 
app=, *args=(None,), **kwargs={})
 77 
 78 
#-
 79 # Application class
 80 
#-
 81 
 82 @decorator
 83 def catch_config_error(method, app, *args, **kwargs):
 84 """Method decorator for catching invalid config 
(Trait/ArgumentErrors) during init.
 85 
 86 On a TraitError (generally caused by bad config), this will print 
the trait's
 87 message, and exit the app.
 88 
 89 For use on init methods, to prevent invoking excepthook on invalid 
input.
 90 """
 91 try:
---> 92 return method(app, *args, **kwargs)
method = 
app = 
args = (None,)
kwargs = {}
 93 except (TraitError, ArgumentError) as e:
 94 app.print_help()
 95 app.log.fatal("Bad config encountered during initialization:")
 96 app.log.fatal(str(e))
 97 app.log.debug("Config at the time: %s", app.config)
 98 app.exit(1)
 99 
100 
101 class ApplicationError(Exception):
102 pass
103 
104 class LevelFormatter(logging.Formatter):
105 """Formatter with additional `highlevel` record
106 
107 This field is empty if log level is less than highlevel_limit,

/usr/lib/python2.7/site-packages/IPython/terminal/ipapp.py in 
initialize(self=, argv=None)
317 
318 @catch_config_error
319 def initialize(self, argv=None):
320 """Do actions after construct, but before starting the app."""
321 super(TerminalIPythonApp, self).initialize(argv)
322 if self.subapp is not None:
323 # don't bother initializing further, starting subapp
324 return
325 if not self.ignore_old_config:
326 check_for_old_config(self.ipython_dir)
327 # print self.extra_args
328 if self.extra_args and not self.something_to_run:
329 self.file_to_run = self.extra_args[0]
330 self.init_path()
331 # create the shell
--> 332 self.init_shell()
self.init_shell = >
333 # and draw the banner
334 self.init_banner()
335 # Now a variety of things that happen after the banner is 
printed.
336 self.init_gui_pylab()
337 self.init_extensions()
338 self.init_code()
339 
340 def init_shell(self):
341 """initialize the InteractiveShell instance"""
342 # Create an InteractiveShell instance.
343 # shell.display_banner should always be False for the terminal
344 # based a

[sage-support] Sage Crash Report

2023-05-24 Thread Matthias Goerner
Hi!

I can't get sage to work when installing it with conda on a new MacBook Pro
with M2 chip and Ventura 13.3.

I tried
conda -n sage create sage=9.X python=3.Y
for (X,Y) = (5,10), (8,10), (8,11).
With Sage 9.5, I get the attached crash report.
With Sage 9.8, I get the following linking error below.

Cheers,
Matthias

(sage-py310) matthias@matthiass-air-2 ~ % sage
┌┐
│ SageMath version 9.8, Release Date: 2023-02-11 │
│ Using Python 3.10.11. Type "help()" for help.  │
└┘
┏┓
┃ Warning: sage.all is not available; this is a limited REPL.┃
┗┛
sage: import sage.all
---
ImportError   Traceback (most recent call last)
Cell In[1], line 1
> 1 import sage.all

File
~/anaconda3/envs/sage-py310/lib/python3.10/site-packages/sage/all.py:168
166 from sage.modules.allimport *
167 from sage.monoids.allimport *
--> 168 from sage.algebras.all   import *
169 from sage.modular.allimport *
170 from sage.sat.allimport *

File
~/anaconda3/envs/sage-py310/lib/python3.10/site-packages/sage/algebras/all.py:21
  5
#*
  6 #   Copyright (C) 2005 William Stein 
  7 #
   (...)
 17 #  http://www.gnu.org/licenses/
 18
#*
 19 from sage.misc.lazy_import import lazy_import
---> 21 import sage.algebras.catalog as algebras
 23 from .quatalg.all import *
 24 from .steenrod.all import *

File
~/anaconda3/envs/sage-py310/lib/python3.10/site-packages/sage/algebras/catalog.py:84
  1 r"""
  2 Catalog of Algebras
  3
   (...)
 80   `
 81 """
 83 from sage.algebras.free_algebra import FreeAlgebra as Free
---> 84 from sage.algebras.quatalg.quaternion_algebra import
QuaternionAlgebra as Quaternion
 85 from sage.algebras.steenrod.steenrod_algebra import SteenrodAlgebra
as Steenrod
 86 from
sage.algebras.finite_dimensional_algebras.finite_dimensional_algebra import
FiniteDimensionalAlgebra as FiniteDimensional

File
~/anaconda3/envs/sage-py310/lib/python3.10/site-packages/sage/algebras/quatalg/quaternion_algebra.py:68
 61 from operator import itemgetter
 63 from .quaternion_algebra_element import (
 64 QuaternionAlgebraElement_abstract,
 65 QuaternionAlgebraElement_generic,
 66 QuaternionAlgebraElement_rational_field,
 67 QuaternionAlgebraElement_number_field)
---> 68 from . import quaternion_algebra_cython
 70 from sage.modular.modsym.p1list import P1List
 72 from sage.misc.cachefunc import cached_method

File
~/anaconda3/envs/sage-py310/lib/python3.10/site-packages/sage/algebras/quatalg/quaternion_algebra_cython.pyx:1,
in init sage.algebras.quatalg.quaternion_algebra_cython
(build/cythonized/sage/algebras/quatalg/quaternion_algebra_cython.cpp:6484)()
> 1 # distutils: language = c++
  2 # distutils: libraries = gmp m NTL_LIBRARIES
  3 # distutils: extra_compile_args = NTL_CFLAGS

File
~/anaconda3/envs/sage-py310/lib/python3.10/site-packages/sage/matrix/matrix_integer_dense.pyx:1,
in init sage.matrix.matrix_integer_dense
(build/cythonized/sage/matrix/matrix_integer_dense.cpp:59322)()
> 1 # -*- coding: utf-8 -*-
  2 # distutils: extra_compile_args = NTL_CFLAGS M4RI_CFLAGS
  3 # distutils: libraries = iml NTL_LIBRARIES gmp m CBLAS_LIBRARIES

ImportError:
dlopen(/Users/matthias/anaconda3/envs/sage-py310/lib/python3.10/site-packages/sage/libs/linbox/
linbox_flint_interface.cpython-310-darwin.so, 0x0002): symbol not found in
flat namespace
'__ZN6FFPACK8CharPolyIN6Givaro8Poly1DomINS1_7ModularIddvEENS1_5DenseERNT_7ElementERKS7_S9_mNS7_8Domain_t11Element_ptrEmRNSC_8RandIterENS_19FFPACK_CHARPOLY_TAGEm'

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CALB88e892xzZ_wBXqofXRP0cRQFc75jYt3vVo-hfTFr%3Dbh5Rmw%40mail.gmail.com.
***

IPython post-mortem report

{'commit_hash': 'fd4cac190',
 'commit_source': 'installation',
 'default_encoding': 'utf-8',
 'ipython_path': 
'/Users/matthias/anaconda3/envs/sage/lib/python3.10/site-packages/IPython',
 'ipython_version': '7.33.0',
 'os_name': 'posix',
 'platform': 'macOS-13.3-arm64-arm-64bit',
 'sys_executable': '/Users/matthias/anaco

Re: [sage-support] Sage Crash Report

2018-11-17 Thread Dima Pasechnik
It looks like Sage installed via conda-forge, and


ImportError: 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3:
undefined symbol: libiconv

seems to indicate that libiconv is missing in the environment. I don't
know much about conda, but it seems that you need to run something
like

conda install -c conda-forge libiconv

and try running sage again...



On Sat, Nov 17, 2018 at 11:22 PM Kolen Cheung  wrote:
>
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] Sage Crash Report

2018-11-17 Thread Kolen Cheung
I tried. the problem is libiconv is already there. conda install that shows 
it's fulfilled.

you can try to conda crete from the yml file to replicate the exact conda 
environment to reproduce this problem.

Regards,
Kolen
On Nov 17, 2018, 3:30 PM -0800, Dima Pasechnik , wrote:
> It looks like Sage installed via conda-forge, and
>
>
> ImportError: 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3:
> undefined symbol: libiconv
>
> seems to indicate that libiconv is missing in the environment. I don't
> know much about conda, but it seems that you need to run something
> like
>
> conda install -c conda-forge libiconv
>
> and try running sage again...
>
>
>
> On Sat, Nov 17, 2018 at 11:22 PM Kolen Cheung  
> wrote:
> >
> >
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "sage-support" group.
> > To unsubscribe from this group and stop receiving emails from it, send an 
> > email to sage-support+unsubscr...@googlegroups.com.
> > To post to this group, send email to sage-support@googlegroups.com.
> > Visit this group at https://groups.google.com/group/sage-support.
> > For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] Sage Crash Report

2018-11-17 Thread Dima Pasechnik
On Sun, Nov 18, 2018 at 12:11 AM Kolen Cheung  wrote:
>
> I tried. the problem is libiconv is already there. conda install that shows 
> it's fulfilled.

Probably a linking problem...
What's the output of

ldd 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3



>
> you can try to conda crete from the yml file to replicate the exact conda 
> environment to reproduce this problem.
>
> Regards,
> Kolen
> On Nov 17, 2018, 3:30 PM -0800, Dima Pasechnik , wrote:
>
> It looks like Sage installed via conda-forge, and
>
>
> ImportError: 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3:
> undefined symbol: libiconv
>
> seems to indicate that libiconv is missing in the environment. I don't
> know much about conda, but it seems that you need to run something
> like
>
> conda install -c conda-forge libiconv
>
> and try running sage again...
>
>
>
> On Sat, Nov 17, 2018 at 11:22 PM Kolen Cheung  
> wrote:
>
>
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] Sage Crash Report

2018-11-17 Thread Kolen Cheung


sage ~ ❯❯❯ ls -alh 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3
lrwxrwxrwx 1 sage sage 14 Nov 17 17:34 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3
 -> libgd.so.3.0.5
sage ~ ❯❯❯ ldd 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3
linux-vdso.so.1 (0x7ffd5f589000)
libm.so.6 => /usr/lib/libm.so.6 (0x7f0a078fe000)
libpng16.so.16 => 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libpng16.so.16
 (0x7f0a076c3000)
libz.so.1 => 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libz.so.1
 (0x7f0a074a8000)
libfontconfig.so.1 => 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libfontconfig.so.1
 (0x7f0a07263000)
libfreetype.so.6 => 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libfreetype.so.6
 (0x7f0a06f87000)
libjpeg.so.9 => 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libjpeg.so.9
 (0x7f0a06d49000)
libtiff.so.5 => 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libtiff.so.5
 (0x7f0a06acf000)
libwebp.so.6 => 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libwebp.so.6
 (0x7f0a06831000)
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x7f0a0681)
libc.so.6 => /usr/lib/libc.so.6 (0x7f0a0664c000)
/usr/lib64/ld-linux-x86-64.so.2 (0x7f0a07d04000)
libxml2.so.2 => 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libxml2.so.2
 (0x7f0a062e5000)
libdl.so.2 => /usr/lib/libdl.so.2 (0x7f0a062de000)
libicui18n.so.58 => 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libicui18n.so.58
 (0x7f0a05e69000)
libicuuc.so.58 => 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libicuuc.so.58
 (0x7f0a05abb000)
libicudata.so.58 => 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libicudata.so.58
 (0x7f0a03fbb000)
liblzma.so.5 => 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././liblzma.so.5
 (0x7f0a03d8d000)
librt.so.1 => /usr/lib/librt.so.1 (0x7f0a03d83000)
libstdc++.so.6 => 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././././libstdc++.so.6
 (0x7f0a03c4)
libgcc_s.so.1 => 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././././libgcc_s.so.1
 (0x7f0a03c2b000)

​

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] Sage Crash Report

2018-11-18 Thread Dima Pasechnik
Oh, wait, these are all Python3 libraries, correct? This looks fishy
to me. As well,
Sage's libgd does not link ICU libraries (all these libicu*),
fontconfig and webp, all these must be conda-forge
modifications.
So that's not something we could realistically fix  without conda people.

The usual suggestion - build Sage from source...

On Sun, Nov 18, 2018 at 1:41 AM Kolen Cheung  wrote:
>
> sage ~ ❯❯❯ ls -alh 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3
> lrwxrwxrwx 1 sage sage 14 Nov 17 17:34 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3
>  -> libgd.so.3.0.5
> sage ~ ❯❯❯ ldd 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3
> linux-vdso.so.1 (0x7ffd5f589000)
> libm.so.6 => /usr/lib/libm.so.6 (0x7f0a078fe000)
> libpng16.so.16 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libpng16.so.16
>  (0x7f0a076c3000)
> libz.so.1 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libz.so.1
>  (0x7f0a074a8000)
> libfontconfig.so.1 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libfontconfig.so.1
>  (0x7f0a07263000)
> libfreetype.so.6 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libfreetype.so.6
>  (0x7f0a06f87000)
> libjpeg.so.9 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libjpeg.so.9
>  (0x7f0a06d49000)
> libtiff.so.5 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libtiff.so.5
>  (0x7f0a06acf000)
> libwebp.so.6 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libwebp.so.6
>  (0x7f0a06831000)
> libpthread.so.0 => /usr/lib/libpthread.so.0 (0x7f0a0681)
> libc.so.6 => /usr/lib/libc.so.6 (0x7f0a0664c000)
> /usr/lib64/ld-linux-x86-64.so.2 (0x7f0a07d04000)
> libxml2.so.2 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libxml2.so.2
>  (0x7f0a062e5000)
> libdl.so.2 => /usr/lib/libdl.so.2 (0x7f0a062de000)
> libicui18n.so.58 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libicui18n.so.58
>  (0x7f0a05e69000)
> libicuuc.so.58 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libicuuc.so.58
>  (0x7f0a05abb000)
> libicudata.so.58 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libicudata.so.58
>  (0x7f0a03fbb000)
> liblzma.so.5 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././liblzma.so.5
>  (0x7f0a03d8d000)
> librt.so.1 => /usr/lib/librt.so.1 (0x7f0a03d83000)
> libstdc++.so.6 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././././libstdc++.so.6
>  (0x7f0a03c4)
> libgcc_s.so.1 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././././libgcc_s.so.1
>  (0x7f0a03c2b000)
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-support] Sage Crash Report

2018-11-18 Thread Kolen Cheung
I actually tried a whole bunch of combinations. Build with and without the 
intel channel, with python 2 or 3, on 3 different systems (macOS, ArchLinux, 
and SUSE), all through conda. They all have some problems (that upon `sage` 
there's an error, but this is the only one I reported so they can in principle 
be all not working for a different reason.

But may be a more general question, is the conda-forge formula really works? If 
so are there a reproducible build that is tested to be working? If so, can the 
environment be shared (like the environment.yml I generated above.)

Among the supported installation methods, conda is preferred, because it is 
reproducible and extensible and isolated. And conda is designed to handle 
exactly the situation like Sage, that has a lot of non-python dependencies, and 
conda has a lot of compiler stacks as well.

Who's maintaining the conda-forge formula? May be they can take a look at this?

Regards,
Kolen
On Nov 18, 2018, 1:56 AM -0800, Dima Pasechnik , wrote:
> Oh, wait, these are all Python3 libraries, correct? This looks fishy
> to me. As well,
> Sage's libgd does not link ICU libraries (all these libicu*),
> fontconfig and webp, all these must be conda-forge
> modifications.
> So that's not something we could realistically fix without conda people.
>
> The usual suggestion - build Sage from source...
>
> On Sun, Nov 18, 2018 at 1:41 AM Kolen Cheung  
> wrote:
> >
> > sage ~ ❯❯❯ ls -alh 
> > /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3
> > lrwxrwxrwx 1 sage sage 14 Nov 17 17:34 
> > /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3
> >  -> libgd.so.3.0.5
> > sage ~ ❯❯❯ ldd 
> > /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3
> > linux-vdso.so.1 (0x7ffd5f589000)
> > libm.so.6 => /usr/lib/libm.so.6 (0x7f0a078fe000)
> > libpng16.so.16 => 
> > /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libpng16.so.16
> >  (0x7f0a076c3000)
> > libz.so.1 => 
> > /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libz.so.1
> >  (0x7f0a074a8000)
> > libfontconfig.so.1 => 
> > /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libfontconfig.so.1
> >  (0x7f0a07263000)
> > libfreetype.so.6 => 
> > /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libfreetype.so.6
> >  (0x7f0a06f87000)
> > libjpeg.so.9 => 
> > /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libjpeg.so.9
> >  (0x7f0a06d49000)
> > libtiff.so.5 => 
> > /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libtiff.so.5
> >  (0x7f0a06acf000)
> > libwebp.so.6 => 
> > /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libwebp.so.6
> >  (0x7f0a06831000)
> > libpthread.so.0 => /usr/lib/libpthread.so.0 (0x7f0a0681)
> > libc.so.6 => /usr/lib/libc.so.6 (0x7f0a0664c000)
> > /usr/lib64/ld-linux-x86-64.so.2 (0x7f0a07d04000)
> > libxml2.so.2 => 
> > /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libxml2.so.2
> >  (0x7f0a062e5000)
> > libdl.so.2 => /usr/lib/libdl.so.2 (0x7f0a062de000)
> > libicui18n.so.58 => 
> > /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libicui18n.so.58
> >  (0x7f0a05e69000)
> > libicuuc.so.58 => 
> > /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libicuuc.so.58
> >  (0x7f0a05abb000)
> > libicudata.so.58 => 
> > /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libicudata.so.58
> >  (0x7f0a03fbb000)
> > liblzma.so.5 => 
> > /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././liblzma.so.5
> >  (0x7f0a03d8d000)
> > librt.so.1 => /usr/lib/librt.so.1 (0x7f0a03d83000)
> > libstdc++.so.6 => 
> > /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././././libstdc++.so.6
> >  (0x7f0a03c4)
> > libgcc_s.so.1 => 
> > /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././././libgcc_s.so.1
> >  (0x7f0a03c2b000)
> >
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "sage-support" group.
> > To unsubscribe from this group and stop receiving emails from it, send an 
> > email to sage-support+unsubscr...@googlegroups.com.
> > To post to this group, send email to sage-support@googlegroups.com.
> > Visit this group at https://groups.google.com/group/sage-support.
> > For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-support+un

Re: [sage-support] Sage Crash Report

2018-11-18 Thread Dima Pasechnik
I guess the place to report such issues is here:
https://github.com/conda-forge/sage-feedstock
On Sun, Nov 18, 2018 at 10:58 AM Kolen Cheung  wrote:
>
> I actually tried a whole bunch of combinations. Build with and without the 
> intel channel, with python 2 or 3, on 3 different systems (macOS, ArchLinux, 
> and SUSE), all through conda. They all have some problems (that upon `sage` 
> there's an error, but this is the only one I reported so they can in 
> principle be all not working for a different reason.
>
> But may be a more general question, is the conda-forge formula really works? 
> If so are there a reproducible build that is tested to be working? If so, can 
> the environment be shared (like the environment.yml I generated above.)
>
> Among the supported installation methods, conda is preferred, because it is 
> reproducible and extensible and isolated. And conda is designed to handle 
> exactly the situation like Sage, that has a lot of non-python dependencies, 
> and conda has a lot of compiler stacks as well.
>
> Who's maintaining the conda-forge formula? May be they can take a look at 
> this?
>
> Regards,
> Kolen
> On Nov 18, 2018, 1:56 AM -0800, Dima Pasechnik , wrote:
>
> Oh, wait, these are all Python3 libraries, correct? This looks fishy
> to me. As well,
> Sage's libgd does not link ICU libraries (all these libicu*),
> fontconfig and webp, all these must be conda-forge
> modifications.
> So that's not something we could realistically fix without conda people.
>
> The usual suggestion - build Sage from source...
>
> On Sun, Nov 18, 2018 at 1:41 AM Kolen Cheung  
> wrote:
>
>
> sage ~ ❯❯❯ ls -alh 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3
> lrwxrwxrwx 1 sage sage 14 Nov 17 17:34 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3
>  -> libgd.so.3.0.5
> sage ~ ❯❯❯ ldd 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3
> linux-vdso.so.1 (0x7ffd5f589000)
> libm.so.6 => /usr/lib/libm.so.6 (0x7f0a078fe000)
> libpng16.so.16 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libpng16.so.16
>  (0x7f0a076c3000)
> libz.so.1 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libz.so.1
>  (0x7f0a074a8000)
> libfontconfig.so.1 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libfontconfig.so.1
>  (0x7f0a07263000)
> libfreetype.so.6 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libfreetype.so.6
>  (0x7f0a06f87000)
> libjpeg.so.9 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libjpeg.so.9
>  (0x7f0a06d49000)
> libtiff.so.5 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libtiff.so.5
>  (0x7f0a06acf000)
> libwebp.so.6 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libwebp.so.6
>  (0x7f0a06831000)
> libpthread.so.0 => /usr/lib/libpthread.so.0 (0x7f0a0681)
> libc.so.6 => /usr/lib/libc.so.6 (0x7f0a0664c000)
> /usr/lib64/ld-linux-x86-64.so.2 (0x7f0a07d04000)
> libxml2.so.2 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libxml2.so.2
>  (0x7f0a062e5000)
> libdl.so.2 => /usr/lib/libdl.so.2 (0x7f0a062de000)
> libicui18n.so.58 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libicui18n.so.58
>  (0x7f0a05e69000)
> libicuuc.so.58 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libicuuc.so.58
>  (0x7f0a05abb000)
> libicudata.so.58 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libicudata.so.58
>  (0x7f0a03fbb000)
> liblzma.so.5 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././liblzma.so.5
>  (0x7f0a03d8d000)
> librt.so.1 => /usr/lib/librt.so.1 (0x7f0a03d83000)
> libstdc++.so.6 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././././libstdc++.so.6
>  (0x7f0a03c4)
> libgcc_s.so.1 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././././libgcc_s.so.1
>  (0x7f0a03c2b000)
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and st

Re: [sage-support] Sage Crash Report

2018-11-18 Thread Isuru Fernando
Can you try doing `conda update libgd`? Python 3 builds are experimental 
and don't work correctly. (But they should be able to start sage.)

I've attached an env file that works for me on linux.

Isuru

On Sunday, November 18, 2018 at 5:26:46 AM UTC-6, Dima Pasechnik wrote:
>
> I guess the place to report such issues is here: 
> https://github.com/conda-forge/sage-feedstock 
> On Sun, Nov 18, 2018 at 10:58 AM Kolen Cheung  > wrote: 
> > 
> > I actually tried a whole bunch of combinations. Build with and without 
> the intel channel, with python 2 or 3, on 3 different systems (macOS, 
> ArchLinux, and SUSE), all through conda. They all have some problems (that 
> upon `sage` there's an error, but this is the only one I reported so they 
> can in principle be all not working for a different reason. 
> > 
> > But may be a more general question, is the conda-forge formula really 
> works? If so are there a reproducible build that is tested to be working? 
> If so, can the environment be shared (like the environment.yml I generated 
> above.) 
> > 
> > Among the supported installation methods, conda is preferred, because it 
> is reproducible and extensible and isolated. And conda is designed to 
> handle exactly the situation like Sage, that has a lot of non-python 
> dependencies, and conda has a lot of compiler stacks as well. 
> > 
> > Who's maintaining the conda-forge formula? May be they can take a look 
> at this? 
> > 
> > Regards, 
> > Kolen 
> > On Nov 18, 2018, 1:56 AM -0800, Dima Pasechnik  >, wrote: 
> > 
> > Oh, wait, these are all Python3 libraries, correct? This looks fishy 
> > to me. As well, 
> > Sage's libgd does not link ICU libraries (all these libicu*), 
> > fontconfig and webp, all these must be conda-forge 
> > modifications. 
> > So that's not something we could realistically fix without conda people. 
> > 
> > The usual suggestion - build Sage from source... 
> > 
> > On Sun, Nov 18, 2018 at 1:41 AM Kolen Cheung  > wrote: 
> > 
> > 
> > sage ~ ❯❯❯ ls -alh 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3
>  
>
> > lrwxrwxrwx 1 sage sage 14 Nov 17 17:34 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3
>  
> -> libgd.so.3.0.5 
> > sage ~ ❯❯❯ ldd 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3
>  
>
> > linux-vdso.so.1 (0x7ffd5f589000) 
> > libm.so.6 => /usr/lib/libm.so.6 (0x7f0a078fe000) 
> > libpng16.so.16 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libpng16.so.16
>  
> (0x7f0a076c3000) 
> > libz.so.1 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libz.so.1
>  
> (0x7f0a074a8000) 
> > libfontconfig.so.1 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libfontconfig.so.1
>  
> (0x7f0a07263000) 
> > libfreetype.so.6 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libfreetype.so.6
>  
> (0x7f0a06f87000) 
> > libjpeg.so.9 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libjpeg.so.9
>  
> (0x7f0a06d49000) 
> > libtiff.so.5 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libtiff.so.5
>  
> (0x7f0a06acf000) 
> > libwebp.so.6 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././libwebp.so.6
>  
> (0x7f0a06831000) 
> > libpthread.so.0 => /usr/lib/libpthread.so.0 (0x7f0a0681) 
> > libc.so.6 => /usr/lib/libc.so.6 (0x7f0a0664c000) 
> > /usr/lib64/ld-linux-x86-64.so.2 (0x7f0a07d04000) 
> > libxml2.so.2 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libxml2.so.2
>  
> (0x7f0a062e5000) 
> > libdl.so.2 => /usr/lib/libdl.so.2 (0x7f0a062de000) 
> > libicui18n.so.58 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libicui18n.so.58
>  
> (0x7f0a05e69000) 
> > libicuuc.so.58 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libicuuc.so.58
>  
> (0x7f0a05abb000) 
> > libicudata.so.58 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././libicudata.so.58
>  
> (0x7f0a03fbb000) 
> > liblzma.so.5 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../././liblzma.so.5
>  
> (0x7f0a03d8d000) 
> > librt.so.1 => /usr/lib/librt.so.1 (0x7f0a03d83000) 
> > libstdc++.so.6 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././././libstdc++.so.6
>  
> (0x7f0a03c4) 
> > libgcc_s.so.1 => 
> /home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../.././././libgcc_s.so.1
>  
> (0x7f0a03c2b000) 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> Groups

  1   2   3   >