OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004423 [bvi] regular use minor always 2010-05-20 13:50 2014-11-12 11:40
Reporter skayser View Status public  
Assigned To dam
Priority normal Resolution fixed  
Status closed  
Summary 0004423: bvi fails to open large files (opens as "New File", truss shows EOVERFLOW)
Description # ls -l "vSphere Management Assistant-flat.vmdk"
-rw------- 1 root root 5368709120 Jan 8 00:41 vSphere Management Assistant-flat.vmdk

# bvi "vSphere Management Assistant-flat.vmdk"
"vSphere Management Assistant-flat.vmdk" [New File]
[Hit return to continue]

# truss -o foo -t stat bvi "vSphere Management Assistant-flat.vmdk"
...
xstat(2, "vSphere Management Assistant-flat.vmdk", 0x0806D7E8) Err#79 EOVERFLOW
...
Additional Information # pkginfo -l CSWbvi
   PKGINST: CSWbvi
      NAME: bvi - A vi-like binary file (hex) editor
  CATEGORY: application
      ARCH: i386
   VERSION: 1.3.2,REV=2009.07.04
   BASEDIR: /
    VENDOR: http://downloads.sourceforge.net/bvi/ [^] packaged for CSW by Sebastian Kayser
    PSTAMP: skayser@build8x-20090704173259
  INSTDATE: May 20 2010 13:33
   HOTLINE: http://www.opencsw.org/bugtrack/ [^]
     EMAIL: skayser@opencsw.org
    STATUS: completely installed
     FILES: 14 installed pathnames
                   1 shared pathnames
                   2 linked files
                   3 directories
                   2 executables
                 287 blocks used (approx)
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0010955)
dam (administrator)
2014-11-12 11:40

This is fixed in the current release 1.4.0rc,REV=2014.03.11 on Solaris 10.

Now stat64 is used as opposed to xstat:

experimental10x% more big.truss
stat64("/opt/csw/bin/bvi", 0x08047910) = 0
stat64("/lib/libc.so.1", 0x080471C0) = 0
stat64("/lib/libcurses.so.1", 0x08046F80) = 0
stat64("big", 0x08070328) = 0
stat64("/home/dam/.bvirc", 0x08070328) Err#2 ENOENT
stat64(".bvirc", 0x08070328) Err#2 ENOENT


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker