From: | "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> |
---|---|
To: | "Alexander Kirpa" <pgadmin(at)bilteks(dot)com>, <pgadmin-support(at)postgresql(dot)org> |
Cc: | "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de> |
Subject: | Re: pgadmin III v1.4.2 Crash on delete |
Date: | 2006-03-09 13:40:00 |
Message-ID: | E7F85A1B5FF8D44C8A1AF6885BC9A0E4011C9364@ratbert.vale-housing.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-support |
> -----Original Message-----
> From: pgadmin-support-owner(at)postgresql(dot)org
> [mailto:pgadmin-support-owner(at)postgresql(dot)org] On Behalf Of
> Alexander Kirpa
> Sent: 09 March 2006 03:13
> To: pgadmin-support(at)postgresql(dot)org
> Subject: [pgadmin-support] pgadmin III v1.4.2 Crash on delete
>
> Windows binary (size 8,232,960 bytes; date Monday, 06 March, 2006,
> 11:39:42)
>
> Stable crash in case delete "big" set of row from table.
> How to repeat:
> 1. Start pgadmin
> 2. Connect to DB (FreeBSD 6)
> 3. Click on table (for deleting rows)
> 4. Click on 'View the data in the selected object.'
> Selected table have 3 columns, ALL int4 NOT NULL
> with approx 2000 rows
> 5. Select all or most rows
> 6. Click on 'Delete selected rows.'
> ...
> and pgadmin crash.
> Q-ty deleted rows (see after restart pgadmin)
> from 334 to 645.
I can reproduce this, but can't for the life of me see where it's going
wrong. It's happily delete a few hundred or so records, then all of a
sudden sqlTable::DeleteRows() will start retrieving completely empty
cache lines.
Andreas; can you take a peek at this please?
> Similar problem (crash) occurs in case
> HUGE update (insert, delete, modify) or simple populate table
> (cell by cell) using table
> browser ('View the data in the selected object.')
I'm not sure what you mean - random updates can cause the same problem
on large datasets?
Regards, Dave.
From | Date | Subject | |
---|---|---|---|
Next Message | David Nash | 2006-03-09 14:38:44 | Edit grid crashes adding new rows to table with autoincrement primary key. |
Previous Message | Dave Page | 2006-03-09 08:09:35 | Re: Fwd: Pgadmin3 not run in Fedora Core 4 |