From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andrzej Kaczmarczyk" Subject: dosemu co80x50 memory bug Date: Thu, 25 Aug 2005 11:53:57 +0200 Message-ID: Return-path: Sender: linux-msdos-owner@vger.kernel.org List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-msdos@vger.kernel.org Hi, I have a bug to report, but I ma not sure whether to put it here, or look for sourceforge bug reporting tool. anyway, maybe someone know a workaround. I have an app written in clipper it does quite intensive calculations. I am getting a random error during those calculations usualy this is "too big data" as if the program tried to insert into a small column a large numerical value, and secondary this are math library run-time errors. All this leads to conclusion that there is an error in handling double precision operations or more likely a memory management error. as an additional information the problems are gone when I switch the screen (xdosemu) to 80x25 and are visible when the dimensions are 80x43 or 80x50. CUIN Kaczy