From coin-trac at coin-or.org Thu Jul 3 15:42:08 2008 From: coin-trac at coin-or.org (COIN-OR Linear Programming Solver) Date: Thu, 03 Jul 2008 19:42:08 -0000 Subject: [Clp-tickets] [COIN-OR Linear Programming Solver] #21: *** glibc detected *** ./a.out: munmap_chunk(): invalid pointer: 0x082d6b90 *** In-Reply-To: <050.cec4b571f0c9ab3acff083bf0e160c0c@coin-or.org> References: <050.cec4b571f0c9ab3acff083bf0e160c0c@coin-or.org> Message-ID: <059.2a776e9611c0c5076dadb4b17dbf80ac@coin-or.org> #21: *** glibc detected *** ./a.out: munmap_chunk(): invalid pointer: 0x082d6b90 *** -------------------------+-------------------------------------------------- Reporter: mgalati | Owner: somebody Type: defect | Status: closed Priority: major | Milestone: Component: component1 | Version: 2.0 Resolution: worksforme | Keywords: glibc crash -------------------------+-------------------------------------------------- Changes (by ladanyi): * status: new => closed * resolution: => worksforme Comment: Which version exhibits this? valgrind does not find any errors neither in trunk nor in stable/1.7. For now I'll close the ticket, but please, re- open it if you still experience the problem. Thanks, --Laci -- Ticket URL: COIN-OR Linear Programming Solver A linear programming solver. From coin-trac at coin-or.org Thu Jul 3 15:49:31 2008 From: coin-trac at coin-or.org (COIN-OR Linear Programming Solver) Date: Thu, 03 Jul 2008 19:49:31 -0000 Subject: [Clp-tickets] [COIN-OR Linear Programming Solver] #20: two patches to make Clp compile on MSVC with __stdcall default calling convention In-Reply-To: <050.be2e099d600dc265107007c95a5293d8@coin-or.org> References: <050.be2e099d600dc265107007c95a5293d8@coin-or.org> Message-ID: <059.f7bc4e7aa3ef9b04b4b8055ea76892a6@coin-or.org> #20: two patches to make Clp compile on MSVC with __stdcall default calling convention -------------------------+-------------------------------------------------- Reporter: schoedl | Owner: somebody Type: defect | Status: closed Priority: major | Milestone: Component: component1 | Version: Resolution: invalid | Keywords: -------------------------+-------------------------------------------------- Changes (by ladanyi): * status: new => closed * resolution: => invalid Comment: A much simpler solution is to add a /Gz flag to your working copy of the project file. That will default every function call to __stdcall. Your patch changes only two functions, the rest would remain __cdecl, which is a disaster waitig to happen. Much better if all functions in a library have the same calling convention. I believe we should default to whatever cl defaults to, which is at the moment __cdecl. --Laci -- Ticket URL: COIN-OR Linear Programming Solver A linear programming solver. From coin-trac at coin-or.org Thu Jul 17 17:25:02 2008 From: coin-trac at coin-or.org (COIN-OR Linear Programming Solver) Date: Thu, 17 Jul 2008 21:25:02 -0000 Subject: [Clp-tickets] [COIN-OR Linear Programming Solver] #1: Clp refuses to configure on 64 Linux machine In-Reply-To: <053.ed46c61c5e7c1a50a9f69457d95b0d4f@coin-or.org> References: <053.ed46c61c5e7c1a50a9f69457d95b0d4f@coin-or.org> Message-ID: <062.293d3c1b71e7969f86a70edef42934fb@coin-or.org> #1: Clp refuses to configure on 64 Linux machine -------------------------+-------------------------------------------------- Reporter: johntomlin | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: component1 | Version: Resolution: | Keywords: Clp configure -------------------------+-------------------------------------------------- Comment (by stefan): Hi, I frequently build Clp on 64bit machines and did not get any problems. Stefan -- Ticket URL: COIN-OR Linear Programming Solver A linear programming solver. From coin-trac at coin-or.org Thu Jul 17 17:38:49 2008 From: coin-trac at coin-or.org (COIN-OR Linear Programming Solver) Date: Thu, 17 Jul 2008 21:38:49 -0000 Subject: [Clp-tickets] [COIN-OR Linear Programming Solver] #14: "make test" bug under cygwin In-Reply-To: <050.011916a1176996a07220e337d5c5aedf@coin-or.org> References: <050.011916a1176996a07220e337d5c5aedf@coin-or.org> Message-ID: <059.281171e60a50f928597a7e06580029b9@coin-or.org> #14: "make test" bug under cygwin -------------------------+-------------------------------------------------- Reporter: ylebbah | Owner: somebody Type: defect | Status: new Priority: major | Milestone: CLP Interface Component: component1 | Version: Resolution: | Keywords: Clp test copilation -------------------------+-------------------------------------------------- Comment (by stefan): Hi, could this be the famous make 3.81-1 bug reported at https://projects.coin-or.org/BuildTools/wiki/current-issues ? Stefan -- Ticket URL: COIN-OR Linear Programming Solver A linear programming solver. From coin-trac at coin-or.org Tue Jul 22 11:52:42 2008 From: coin-trac at coin-or.org (COIN-OR Linear Programming Solver) Date: Tue, 22 Jul 2008 15:52:42 -0000 Subject: [Clp-tickets] [COIN-OR Linear Programming Solver] #22: invalid read from valgrind Message-ID: <051.ce6e9efc7149663be8f9a4f527896583@coin-or.org> #22: invalid read from valgrind ------------------------+--------------------------------------------------- Reporter: mrkilinc | Owner: somebody Type: defect | Status: new Priority: major | Milestone: Component: component1 | Version: Keywords: | ------------------------+--------------------------------------------------- I have using current trunk version. Valgrind shows invalid read.. -- Ticket URL: COIN-OR Linear Programming Solver A linear programming solver.