Ticket #1412 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

[with patch, with postive review] creating directory in notebook cell #x makes evaluation of cell #x hang

Reported by: boothby Owned by: was
Priority: major Milestone: sage-2.9
Component: notebook Keywords:
Cc: Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

Executing the following in a notebook cell works exactly once. If one tries to re-evaluate the cell, an OSError is hit by the server, the evaluation never terminates nor does any work.

os.mkdir("tmp")

Attachments

trac-1412.patch Download (990 bytes) - added by was 5 years ago.

Change History

Changed 5 years ago by was

comment:1 Changed 5 years ago by boothby

patch works for me

comment:2 Changed 5 years ago by mabshoff

  • Summary changed from creating directory in notebook cell #x makes evaluation of cell #x hang to [with patch] creating directory in notebook cell #x makes evaluation of cell #x hang

comment:3 Changed 5 years ago by mabshoff

  • Summary changed from [with patch] creating directory in notebook cell #x makes evaluation of cell #x hang to [with patch, with postive review] creating directory in notebook cell #x makes evaluation of cell #x hang

comment:4 Changed 5 years ago by mabshoff

  • Milestone set to sage-2.9

comment:5 Changed 5 years ago by mabshoff

  • Status changed from new to closed
  • Resolution set to fixed

Merged in 2.9.alpha2.

Note: See TracTickets for help on using tickets.