[BusyBox 0003264]: less ends in last_modifying_cmd overrun

bugs at busybox.net bugs at busybox.net
Thu May 8 06:07:00 UTC 2008


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=3264 
====================================================================== 
Reported By:                Reiner
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   3264
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             05-07-2008 03:55 PDT
Last Modified:              05-07-2008 23:07 PDT
====================================================================== 
Summary:                    less ends in last_modifying_cmd overrun
Description: 
Hello,
I have the following problem:
  less test.log                 --> ok
  cat test.log | busybox less   --> ok
  cat test.log | less           --> last_modifying_cmd overrun
After this call the shell isn't usable anymore. 
I've tried this with busybox versions 1.9.1, 1.9.2 and 1.10.1. 
All the same.

Any Idea what is going wrong?
Regards
Reiner 
====================================================================== 

---------------------------------------------------------------------- 
 vda - 05-07-08 05:22  
---------------------------------------------------------------------- 
last_modifying_cmd is a static variable in vi.c, I have no idea what you
mean by

"cat test.log | less --> last_modifying_cmd overrun"

in this context. How cat, or less, can affect or be affected by
last_modifying_cmd? 

---------------------------------------------------------------------- 
 Reiner - 05-07-08 23:07  
---------------------------------------------------------------------- 
when I try the following command on the console
    cat test.log | less
it seems that less is started and tried to display the content of the file
test.log. 
But it dosn't show the content. I only see the line "last_modifying_cmd
overrun" and I can not leave less again. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
05-07-08 03:55  Reiner         New Issue                                    
05-07-08 03:55  Reiner         Status                   new => assigned     
05-07-08 03:55  Reiner         Assigned To               => BusyBox         
05-07-08 03:57  Reiner         Issue Monitored: Reiner                      
05-07-08 05:22  vda            Note Added: 0007464                          
05-07-08 23:07  Reiner         Note Added: 0007504                          
======================================================================




More information about the busybox-cvs mailing list