BUG #3616: PgAdminIII crashes on copy operation

Lists: pgsql-bugs
From: "Herouth Maoz" <herouth(at)spamcop(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3616: PgAdminIII crashes on copy operation
Date: 2007-09-18 21:51:42
Message-ID: 200709182151.l8ILpgXZ086898@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3616
Logged by: Herouth Maoz
Email address: herouth(at)spamcop(dot)net
PostgreSQL version: n/a
Operating system: MacOS X 10.4.10
Description: PgAdminIII crashes on copy operation
Details:

PgAdmin for MacOS X - both the latest stable (1.6.3) and the latest beta
(1.8 beta 5) crash in the following scenario:

Connect to server
Select a table
Click the "view data in the selected object"
Double click one of the fields to enter text editing mode
Use command-C for copy, or "Copy" from the menu bar's Edit menu

The program delays a second, then crashes. Persistently.

Note that this doesn't happen when using the "Copy" option appearing in the
contextual menu.

My Hardware is PowerMac (G5)


From: Dave Page <dpage(at)postgresql(dot)org>
To: Herouth Maoz <herouth(at)spamcop(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3616: PgAdminIII crashes on copy operation
Date: 2007-09-21 11:21:02
Message-ID: 46F3A91E.6010405@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

Herouth Maoz wrote:
> The following bug has been logged online:
>
> Bug reference: 3616
> Logged by: Herouth Maoz
> Email address: herouth(at)spamcop(dot)net
> PostgreSQL version: n/a
> Operating system: MacOS X 10.4.10
> Description: PgAdminIII crashes on copy operation
> Details:
>
> PgAdmin for MacOS X - both the latest stable (1.6.3) and the latest beta
> (1.8 beta 5) crash in the following scenario:
>
> Connect to server
> Select a table
> Click the "view data in the selected object"
> Double click one of the fields to enter text editing mode
> Use command-C for copy, or "Copy" from the menu bar's Edit menu
>
> The program delays a second, then crashes. Persistently.
>
> Note that this doesn't happen when using the "Copy" option appearing in the
> contextual menu.
>
> My Hardware is PowerMac (G5)

I cannot reproduce this in SVN-trunk (which has had no significant
changes since beta 5) on a MacBook Pro or a PowerBook G4, both running
OS X 10.4.10.

Can anyone else?

Regards, Dave


From: Herouth Maoz <herouth(at)spamcop(dot)net>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3616: PgAdminIII crashes on copy operation
Date: 2007-09-23 18:59:34
Message-ID: 6AD35A22-8FC3-4D89-ABA1-79EC620618A2@spamcop.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

I have a qualifier for my description now. This apparently only
happens if the selected text in the field contains text in languages
such as Hebrew or Japanese.

I'm attaching the crash report, I hope it helps.

Herouth

On 21/09/2007, at 13:21, Dave Page wrote:

> Herouth Maoz wrote:
>> The following bug has been logged online:
>> Bug reference: 3616
>> Logged by: Herouth Maoz
>> Email address: herouth(at)spamcop(dot)net
>> PostgreSQL version: n/a
>> Operating system: MacOS X 10.4.10
>> Description: PgAdminIII crashes on copy operation
>> Details: PgAdmin for MacOS X - both the latest stable (1.6.3) and
>> the latest beta
>> (1.8 beta 5) crash in the following scenario:
>> Connect to server
>> Select a table
>> Click the "view data in the selected object"
>> Double click one of the fields to enter text editing mode
>> Use command-C for copy, or "Copy" from the menu bar's Edit menu
>> The program delays a second, then crashes. Persistently.
>> Note that this doesn't happen when using the "Copy" option
>> appearing in the
>> contextual menu.
>> My Hardware is PowerMac (G5)
>
> I cannot reproduce this in SVN-trunk (which has had no significant
> changes since beta 5) on a MacBook Pro or a PowerBook G4, both
> running OS X 10.4.10.
>
> Can anyone else?
>
> Regards, Dave
>

Attachment Content-Type Size
pgadmin-crash.txt text/plain 20.8 KB

From: Dave Page <dpage(at)postgresql(dot)org>
To: Herouth Maoz <herouth(at)spamcop(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3616: PgAdminIII crashes on copy operation
Date: 2007-09-24 13:06:31
Message-ID: 46F7B657.8060600@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

Herouth Maoz wrote:
> I have a qualifier for my description now. This apparently only happens
> if the selected text in the field contains text in languages such as
> Hebrew or Japanese.

Ahh, I see. Unfortunately this seems to be a wxWidgets bug. I've
reported it to them:
http://sourceforge.net/tracker/index.php?func=detail&aid=1801114&group_id=9863&atid=109863

Thanks for the report.

Regards, Dave.