BUG #3616: PgAdminIII crashes on copy operation

Started by Herouth Maozover 18 years ago4 messagesbugs
Jump to latest
#1Herouth Maoz
herouth@spamcop.net

The following bug has been logged online:

Bug reference: 3616
Logged by: Herouth Maoz
Email address: herouth@spamcop.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)

#2Dave Page
dpage@pgadmin.org
In reply to: Herouth Maoz (#1)
Re: BUG #3616: PgAdminIII crashes on copy operation

Herouth Maoz wrote:

The following bug has been logged online:

Bug reference: 3616
Logged by: Herouth Maoz
Email address: herouth@spamcop.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

#3Herouth Maoz
herouth@spamcop.net
In reply to: Dave Page (#2)
Re: BUG #3616: PgAdminIII crashes on copy operation

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:

Show quoted text

Herouth Maoz wrote:

The following bug has been logged online:
Bug reference: 3616
Logged by: Herouth Maoz
Email address: herouth@spamcop.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

Attachments:

pgadmin-crash.txttext/plain; name=pgadmin-crash.txt; x-unix-mode=0644Download
#4Dave Page
dpage@pgadmin.org
In reply to: Herouth Maoz (#3)
Re: BUG #3616: PgAdminIII crashes on copy operation

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.