Re: possible GDI resource leak
"Merlin Moncure" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.win32 |
|---|---|
| Message-ID | <[email protected]> |
Dave Page wrote: > > -----Original Message----- > > From: [email protected] > > [mailto:[email protected]] On Behalf > > Of Merlin Moncure > > Sent: 22 June 2004 19:55 > > To: [email protected] > > Subject: [pgsql-hackers-win32] possible GDI resource leak > > > > I'm running a recent snapshot and started noticing strange > > behavior on the desktop. Explorer was refusing to hide/show > > windows and right-clicking on the application icon in the > > explorer bar refused to show the system menu. For those of > > you not in the know, this is the classic sign that your > > system is out of handles (yes, this can even happen on 2000/XP). > > > > I began killing processes one by one to see who it was and > > everything returned to normal after shutting down the server. > > This could have been a fluke, but be sure to mention it if > > you experience something similar. > > Hi Merlin, > > I have seen similar symptoms myself recently, however I have been > running PostgreSQL quite rarely - mainly I've been compiling it and the > installer. I'm beginning to think it's the msys console, as a) that > seems to be the common thing running when this happens, and b) > occasionally when I shutdown I get a message saying rxvt couldn't be > terminated. > > Regards, Dave Possibly, I should have been paying more attention. My particular server has been up for several days. I'll redirect stdout and see if that makes a difference. Merlin ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match