Using a CVS Head version, I get a popup with: The instruction at "0x61085fba" referenced memory at "0x61002f90". The memory could not be "written"
$ addr2line -e /bin/cygwin1.dll 61085fba /src/cygwin/obj/obj-org/i686-pc-cygwin/winsup/cygwin/../../../../../src/ winsup/cygwin/shm.cc:331 /* Try allocating memory before calling cygserver. */ shm_shmid_list *ssh_new_entry = new (shm_shmid_list); if (!ssh_new_entry) { set_errno (ENOMEM); 331> return -1; } I am not sure if this is helpful... Trevor -- 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/