Re: Issue with shmget

2010-07-29 Thread Larry Hall (Cygwin)
On 7/30/2010 1:16 AM, sandeep_222 wrote: Hello, I have the same problem. Could you please explicitly specify what commands I should enter in Cygwin to enable shared memory? The email thread you referenced is over 4 years old and plenty has changed in this area in that time. You can get a bet

Re: Issue with shmget

2010-07-29 Thread sandeep_222
pecht...@cs.nyu.edu | >> i...@watson.ibm.com >> ZZZzz /,`.-'`'-. ;-;;,_ Igor Peshansky, Ph.D. >> (name changed!) >> |,4- ) )-,_. ,\ ( `'-'old name: Igor >> Pechtchanski >> '---''(_/--

Re: Issue with shmget

2006-06-26 Thread Rahul Gulati
Thanks I was able to get over the issue your guess was right CYGWIN=server was not set. Rahul --- Igor Peshansky <[EMAIL PROTECTED]> wrote: > reformatted. > > On Fri, 23 Jun 2006, Rahul Gulati wrote: > > > --- Igor Peshansky <[EMAIL PROTECTED]> wrote: > >

Re: Issue with shmget

2006-06-23 Thread Igor Peshansky
reformatted. On Fri, 23 Jun 2006, Rahul Gulati wrote: > --- Igor Peshansky <[EMAIL PROTECTED]> wrote: . Thanks. > > On Fri, 23 Jun 2006, Rahul Gulati wrote: > > > > > Hi, > > > > > > I am new to cygwin and trying to

Re: Issue with shmget

2006-06-23 Thread Rahul Gulati
Will the system call work if i stop the daemon and just have cygserver running with default options??? --- Igor Peshansky <[EMAIL PROTECTED]> wrote: > On Fri, 23 Jun 2006, Rahul Gulati wrote: > > > Hi, > > > > I am new to cygwin and trying to port existng > Linux > > based implementation of sha

Re: Issue with shmget

2006-06-23 Thread Igor Peshansky
On Fri, 23 Jun 2006, Rahul Gulati wrote: > Hi, > > I am new to cygwin and trying to port existng Linux > based implementation of shared memory on cygwin. > > I am having issues with shmget call. I tried to debug > and found out that everytime I try to call shmget > function I get an error and the

Issue with shmget

2006-06-23 Thread Rahul Gulati
Hi, I am new to cygwin and trying to port existng Linux based implementation of shared memory on cygwin. I am having issues with shmget call. I tried to debug and found out that everytime I try to call shmget function I get an error and the main thread exits: Program exited with code 06000 I che