bugGNU TeXmacs - Bugs: bug #38102, Wrong url causes infinite...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #38102: Wrong url causes infinite recursion in persistent_retrieve

Submitter:  Miguel de Benito <mdbenito>
Submitted:  Wed 16 Jan 2013 03:36:27 PM UTC
   
 
Category:  None Priority:  5 - Normal
Item Group:  Error Status:  Fixed
Privacy:  Public Assigned to:  None
Originator Name:  Open/Closed:  Closed
Release:  None Release: 
Fixed Release:  None Fixed Release: 
Keywords: 

Sat 19 Oct 2013 02:37:25 PM UTC, comment #1: 

Some change in url resolution has fixed this => closed.

Miguel de Benito <mdbenito>
Group Member
Wed 16 Jan 2013 03:36:27 PM UTC, original submission:  

Call (persistent-get "non-existent file name" "blah") to start an infinite recursion with lots of "couldn't concretize".

The recursion happens in persistent_retrieve (persistent.cpp):

persistent_retrieve (url dir, string key, url file, unsigned int code) {
  string v= local_prefix (dir) * key;
  if (is_directory (file)) {
    persistent_update_key (dir, key, file, code);
    persistent_retrieve (dir, key, persistent_file [v], persistent_hash [v]);
  }

Miguel de Benito <mdbenito>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mdbenito (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-10-19 mdbenito StatusConfirmed Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code