From: cs3prj04 AT lion DOT cs DOT latrobe DOT edu DOT au (Cs3prj Group 04) Newsgroups: comp.lang.c++,comp.lang.c,comp.os.msdos.djgpp Subject: Curses bugs. Date: 18 Sep 1996 15:30:00 GMT Organization: Comp.Sci & Comp.Eng, La Trobe Uni, Australia Lines: 13 Distribution: world Message-ID: <51p4ho$jn3@lion.cs.latrobe.edu.au> NNTP-Posting-Host: lion.cs.latrobe.edu.au To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Has anyone come across the following PD curses error? If I run my curses program and continually interract with it for a period of time then there are no problems. If, however, I start it and then leave it for a few minutes and then go back to it then the first key I press causes a segmentation fault. If the program is sitting there then none of my code is being executed and the only function which will be running will be getch() or wgetch() or what ever (assuming that they are set up as blocking functions). So I can only conclude that the problem is with curses and not my code. Can anyone show me that I am wrong?