This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ipc-daemon2


Rob,

On Sun, Sep 28, 2003 at 05:58:45PM -0500, Robert L. Campbell wrote:
> here's my problems whith shared memory.
> 
> cygwin 1.5.5-1
> ipc-daemon2 runs from the command line ok.
> ipcs -m     reports no shared memory in kernel.
> ipctest h   can't allocate shared memory.

Works for me:

    $ uname -a
    CYGWIN_NT-5.0 TISHLERJASON 1.5.5(0.94/3/2) 2003-09-20 16:31 i686 ...

    $ cygrunsrv -Q ipc-daemon2
    Service ipc-daemon2 exists
    Type                : Own Process
    Current State       : Running
    Controls Accepted   : Accept Stop

    $ ipcs -m

    ---------- Shared Memory Segments --------
         shmid     key       bytes     nattch    status      
    _shm 0

    $ ipctest h
    Test v0.03
    Shared memory segment 1 created
    shmat return code= 0
    shmat ok adr= 0x680000
    ok

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]