Return-Path: Delivered-To: apmail-poi-dev-archive@www.apache.org Received: (qmail 89476 invoked from network); 6 Jan 2009 19:14:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jan 2009 19:14:15 -0000 Received: (qmail 23845 invoked by uid 500); 6 Jan 2009 19:14:14 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 23818 invoked by uid 500); 6 Jan 2009 19:14:14 -0000 Mailing-List: contact dev-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Developers List" Delivered-To: mailing list dev@poi.apache.org Received: (qmail 23806 invoked by uid 99); 6 Jan 2009 19:14:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jan 2009 11:14:14 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jan 2009 19:14:13 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 745BB234C48C; Tue, 6 Jan 2009 11:13:53 -0800 (PST) From: bugzilla@apache.org To: dev@poi.apache.org Subject: DO NOT REPLY [Bug 46443] property claimed to start before zero, at -512! X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: POI Overall X-Bugzilla-Keywords: ErrorMessage X-Bugzilla-Severity: normal X-Bugzilla-Who: nick@torchbox.com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@poi.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20090106191353.745BB234C48C@brutus.apache.org> Date: Tue, 6 Jan 2009 11:13:53 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=46443 Nick Burch changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Nick Burch 2009-01-06 11:13:52 PST --- This warning is because our understanding of how the file's structure should work out, and how it has been found differs. If you're just reading stuff, you're likely to be ok. However, writing changes back out might break, as other things are likely to be wrong too. (It generally seems that ignoring the negative start and assuming it's zero lets most stuff work, but we're not entirely sure why) Any help figuring out where one of our assumptions is wrong, so we can handle this cleanly, are greatly appreciated! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org