bugTexi2HTML - Bugs: bug #13825, Loops forever processing...

 
 

bug #13825: Loops forever processing bbdb.texinfo

Submitter:  None
Submitted:  Sun 17 Jul 2005 03:55:57 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 09 Aug 2005 10:25:26 AM UTC, comment #1: 

Thanks for the report, this is fixed in cvs.
In fact the code was severly broken as it referred to a hash key never initialized.

Patrice Dumas <pertusus>
Group administrator
Sun 17 Jul 2005 03:55:57 PM UTC, original submission:  

bbdb fails to build because texi2html loops forever on bbdb.texinfo:

> cd texinfo && /usr/bin/texi2html -split=chapter bbdb.texinfo


It loops forever on lines 10606 to 10613, trying to set the following field for the "Other database manipulation functions" subsection.  Changing the loop test to use

 $up ne $element_top

instead of

 $up->{'up'}

fixes the problem, but I'm not sure that there isn't a better way.

Anonymous

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #3244:  bbdb.texinfo added by None (145KiB - text/x-texinfo)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

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.

Only logged-in users can vote.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-08-09 pertusus Open/ClosedOpen Closed
2005-07-17 None Attached File- Added bbdb.texinfo, #2720

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code