From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 895 invoked by alias); 7 Jun 2002 22:29:28 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 887 invoked from network); 7 Jun 2002 22:29:26 -0000 Received: from unknown (HELO mta06ps.bigpond.com) (144.135.25.138) by sources.redhat.com with SMTP; 7 Jun 2002 22:29:26 -0000 Received: from lifelesswks ([144.135.25.78]) by mta06ps.bigpond.com (Netscape Messaging Server 4.15 mta06ps Apr 29 2002 13:22:02) with SMTP id GXCX5000.0QC; Sat, 8 Jun 2002 08:29:24 +1000 Received: from CPE-203-51-9-224.nsw.bigpond.net.au ([203.51.9.224]) by PSMAM04.mailsvc.email.bigpond.com(MailRouter V3.0m 98/1000102); 08 Jun 2002 08:29:24 From: "Robert Collins" To: "'Ralf Habacker'" , "'Nicholas Wourms'" , Cc: Subject: RE: SysV Ipc shm revisited...A new solution Date: Fri, 07 Jun 2002 18:21:00 -0000 Message-ID: <002101c20e72$c78f40b0$0200a8c0@lifelesswks> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: <001c01c20e58$33d7d950$316307d5@BRAMSCHE> X-SW-Source: 2002-06/txt/msg00435.txt.bz2 > -----Original Message----- > From: Ralf Habacker [mailto:Ralf.Habacker@freenet.de] > Sent: Saturday, 8 June 2002 5:19 AM > To: Robert Collins; 'Nicholas Wourms'; cygwin@cygwin.com > Cc: cwilson@ece.gatech.edu > Subject: RE: SysV Ipc shm revisited...A new solution > > > >Robert Collins wrote: > > > Already provided. What will happen when the 64 bit key is > exported is > > that fresh cygipc linked programs will fail, but existing > programs will > > still work correctly. If something like ipcdaemon2.exe exists - OR - > > cygipc is re-released as a 64-bit version, then new links > will succeed > > (but at the possible cost of breaking old binaries). > > > Why must this be ? Could not the released 64-bit version only > use the most > significant long word of key_t, so that it is compatible to > the old binaries and > can use the 64 bit key_t definition ? It wouldn't be compatible with the old binaries because the signature would still be wrong, and this would lead to immediate crashes when it tried to pop to much off the stack. Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/