|
Bugzilla – Full Text Bug Listing |
| Summary: | nearly empty y2logs on machines with lots of memory (>6GB) | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Martin Vidner <mvidner> |
| Component: | YaST2 | Assignee: | Martin Vidner <mvidner> |
| Status: | RESOLVED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Blocker | ||
| Priority: | P5 - None | CC: | ms, msvec |
| Version: | Beta 7 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Martin Vidner
2006-03-08 17:08:12 UTC
To the first part (y2log.cc), it's using off_t due to stat(2) which can be the culprit. However, I'd expect it should be LARGEFILE-compatible automatically as the system supports it. ppc64 userland has 32 bit off_t. The problem is the conversion from kilobytes to bytes, an overflow occurs there. I have put a fixed liby2util-2.13.7 to SVN. submitted |