On Monday, September 19, 2011, Guillaume Lelarge <guilla...@lelarge.info> wrote: > On Sat, 2011-09-17 at 17:45 -0400, Colin Beckingham wrote: >> Using pgadmin 1.15 Dev on Opensuse 11.4, kernel 3.0. >> >> Viewing the data in a table with full data set visible, select a record >> for delete, run delete, record is deleted correctly, pgadmin continues >> to run. >> >> View the data in a table and place a filter to show subset of records. >> Attempt to delete a row. This is permitted by the menus. Row is deleted >> correctly, however pgadmin immediately crashes both the main and the >> view data windows. Data is intact, restarting pgadmin allows to continue >> as before. > > I don't manage to get a reproducible test case. I mean, I do get some > crashes, but they are mostly random. Something that would crash pgAdmin > once won't work twice. Which doesn't help fixing it.
Random crashes should certainly be investigated though, especially if you've found an area of the code where they may happen from time to time. Can you attempt to reproduce with core dump enabled, or even under GDB? I'd like to see a backtrace if possible. FYI, I fixed a crash bug this morning that conceivably could occur anywhere, but in practice was only reproducible on some Solaris boxes. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company