edit: it happen only with empty file (file size zero)

** Description changed:

  Binary package hint: dialog
  
  * Steps to reproduce:
  Execute following command:
  dialog --editbox "file_name" 20 20 >/dev/tty
+ 
+ edit: empty file (file size zero)
  
  Result error message:
  'Segmentation fault (core dumped)'
  
  * My environment
  I am using ubuntu gutsy with all updates
  
  Dialog package version is: 1.1-20070604-1 (gutsy)
  
  * Additional notes
  Following command is working perfectly:
  dialog --inputbox "file_name" 20 20 >/dev/tty
  
  Reason for redirection is this:
  var=$(dialog --editbox "file_name" 20 20 2>&1 >/dev/tty)
  
  I did not found any dumps

-- 
dialog --editbox crashed with 'Segmentation fault (core dumped)'
https://bugs.launchpad.net/bugs/230376
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to