Re: [pgadmin-hackers] pgadmin3-1.6.1 - core dumped - Work around

2006-12-14 Thread Dhanaraj
I don't really know whether it is a problem of pgAdmin, because the same code works in other platforms. This might happen due to the hidden bug in the dependent packages (NOT SURE). Anyhow, I am going to see this problem and try to fix. Yeah I'm now getting that far :-). What I can't get though

[pgadmin-hackers] Error message in Solaris platform

2006-10-05 Thread Dhanaraj M
Can somebody tell the reason? Thanks Dhanaraj ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq

[pgadmin-hackers] Error: wxFrameManagerEvent is not defined

2006-11-14 Thread Dhanaraj M
I tried to compile PGAdmin3-1.6.0 ( and wxWidgets-2.7.2). It failed in the same place when I compiled using both GNU as well as Sun Studio compilers. Can somebody help? I attach the output here. Thanks Dhanaraj /ws/onnv-tools/SUNWspro/SS11/bin/CC -DHAVE_CONFIG_H -I. -I. -I.. -DDATA_DIR

[pgadmin-hackers] pgadmin3-1.6.0 - Segmentation Fault (core dumped)

2006-11-28 Thread Dhanaraj M
I am filing a bug here. Core dumped when I ran the following command. pgadmin3 -> Query tool -> Execute Do you want to save-> NO Segmentation Fault (core dumped) Platform - Solaris-10 (both sparc/x86) ---(end of broadcast)--- TIP 2: Don't 'kill

Re: [pgadmin-hackers] pgadmin3-1.6.0 - Segmentation Fault (core dumped)

2006-11-29 Thread Dhanaraj M
Hi Dave I am using wxWidgets-2.7.2 (and the recent release of pgadmin3-1.6.0) I attach the trace file here. If you need any other details, let me know. Thanks Dhanaraj Dave Page wrote: Dhanaraj M wrote: I am filing a bug here. Core dumped when I ran the following command. pgadmin3 -> Qu

Re: [pgadmin-hackers] pgadmin3-1.6.0 - Segmentation Fault (core dumped)

2006-11-29 Thread Dhanaraj M
Dave Page wrote: Dhanaraj M wrote: Hi Dave I am using wxWidgets-2.7.2 (and the recent release of pgadmin3-1.6.0) Please try with wxWidgets-2.8.0rc1 I attach the trace file here. I meant a backtrace of the call stack please :-) Regards Dave I tried wxwidget2.8, but still it fails

Re: [pgadmin-hackers] pgadmin3-1.6.0 - Segmentation Fault (core dumped)

2006-11-30 Thread Dhanaraj M
, 10, 0, 8f31dd8, 0) fe700824 wxapp_idle_callback () - lwp# 2 / thread# 2 fe57e6f4 wxPthreadStart(), exit value = 0x ** zombie (exited, not detached, not yet joined) ** Thanks Dhanaraj ---(end of broadcast)--- T

Re: [pgadmin-hackers] pgadmin3-1.6.0 - Segmentation Fault (core dumped)

2006-11-30 Thread Dhanaraj M
I'm confused - you said this happens when you close the query window, but the stack trace shows frmQuery::OnChangeConnection(wxCommandEvent) >> Do you want to save-> NO >> Segmentation Fault (core dumped) Is that the right core file? If so, can you detail the exact steps you take to get to t

[pgadmin-hackers] pgadmin3-1.6.1 - Bus Error (core dumped)

2006-12-07 Thread Dhanaraj M
- exceuting query, close query tool or - open, close query tool) When compiled using GCC/Sun Studio compilers, I see the same bug. I attach the stack trace here. Do you have any idea? Thanks Dhanaraj bash-3.00$ pstack core core

Re: [pgadmin-hackers] pgadmin3-1.6.1 - Bus Error (core dumped)

2006-12-11 Thread Dhanaraj M
fff (9004408, 0, 936c208, fe1d4c01, 9004408, 0) fe1d4bb0 g_cclosure_marshal_VOID__VOID () However, both the problem do not occur in Solaris-11. Any idea?? I am really sorry not sending trace file, because debug enabled build did not give any extra details. Thanks Dhanaraj Dave Page wrote: Dhanara

Re: [pgadmin-hackers] pgadmin3-1.6.1 - Bus Error (core dumped)

2006-12-12 Thread Dhanaraj M
will try to check in S-10 update 3. I attach the trace file here.. Any comments?? Thanks for you suggestions Dhanaraj bash-3.00$ pstack core core 'core' of 2687:pgadmin3 - lwp# 1 / thread# 1 00230b40 __1cTdlgSelectConnectionCGo6MpnGpgConn_pnOc

Re: [pgadmin-hackers] pgadmin3-1.6.1 - core dumped - Work around

2006-12-13 Thread Dhanaraj M
Well, again the trace appears to show that frmQuery::OnChangeConnection is in the stack - have you even touched the select connection combo box? One thing you might try is changing your GTK theme. We have had odd reports on some Linuxes that using certain themes will result in GTK errors on

Re: [pgadmin-hackers] pgadmin3-1.6.1 - core dumped - Work around

2006-12-13 Thread Dhanaraj M
ed already... or some other problem. Any idea?? thanks dhanaraj Dhanaraj M wrote: Well, again the trace appears to show that frmQuery::OnChangeConnection is in the stack - have you even touched the select connection combo box? One thing you might try is changing your GTK theme. We have had

Re: [pgadmin-hackers] pgadmin3-1.6.1 - core dumped - Fixed

2006-12-13 Thread Dhanaraj M
m checking whether the window is destroyed already or not. Is it the right fix? I am testing in different machines(sparc/x-86) and report you soon. Please comment on this? Thanks Dhanaraj Dave Page wrote: Dhanaraj M wrote: Sorry for the wrong work around. But it crahes in this step...

Re: [pgadmin-hackers] pgadmin3-1.6.1 - core dumped - Fixed

2006-12-14 Thread Dhanaraj M
Hi Dave I tested in sparc/x-86 and this fix works well. However, I like to know whether there will be regressions due to this fix. Can you please review my fix? Thanks Dhanaraj Dhanaraj M wrote: Hi Dave I dont know whether the problem is with pgAdmin or not. But I have a fix for this. File

Re: [pgadmin-hackers] pgadmin3-1.6.1 - core dumped - Work around

2006-12-15 Thread Dhanaraj M
Hi Zdenek, I tested this and still both problems exist (Add server and query tool -core dump) Can you test it once? Dave Page wrote: Zdenek Kotala wrote: I'm still not sure how you're getting into that code when you close the form though... The root cause is destructor of frmQuery dial

Re: [pgadmin-hackers] pgadmin3-1.6.1 - core dumped - Work around

2006-12-16 Thread Dhanaraj M
Dave Page wrote: Dave Page wrote: Zdenek Kotala wrote: Problem is with cbSSL. This combo box is empty and constructor of dlgServer try to setup selection on last used value - zero for first time -, but there is no content of list. Newer version of gtk probably are able to handle this situa

Re: [pgadmin-hackers] pgadmin3-1.6.1 - The fix works

2006-12-17 Thread Dhanaraj M
have 1.6.1 with me. Can you send the minimal diff (patch to me)? Will you release 1.6.2 soon? Thanks once again Dhanaraj Dave Page wrote: Dhanaraj M wrote: Sorry Dave. I tested first by applying the patch to 1.6.1. After I downloaded from the branch and tested. Both core dumps are

[pgadmin-hackers] wxWidgets/pgAdmin3 conforms to section 508 accessibility requirements?

2006-12-20 Thread Dhanaraj M
? In case pgadmin3 supports this features, does it support in Solaris also? (I read that Windows completely supports this feature, whereas *nix partially supports.) Is there any online documents that I can look at? Thanks Dhanaraj ---(end of broadcast

[pgadmin-hackers] Patch - Solving compilation problem for Sun studio compiler

2007-01-03 Thread Dhanaraj M
Hi Dave I have a Sun Studio patch which solves the -Wall problem during the compilation. I am not sure whether this is the right way of making the changes. Please comment on this so that I will make necessary changes and re-submit. PS: I will also discuss with Zdenek, who is on vacation. *** c

Re: [pgadmin-hackers] Patch - Solving compilation problem for Sun studio compiler

2007-01-13 Thread Dhanaraj M
t yet), though I would prefer to see the compiler test as a macro in acinclude.m4 Hi Dave, As suggested, I have made some changed. I discussed with Zdenek also. I have a new patch now. I tested on Solaris- gcc and sun studio compilers. This works correctly. Please test this patch. Thanks Dha

[pgadmin-hackers] View data - aborting randomly and no result

2007-01-16 Thread Dhanaraj M
Solaris10/x86. Any idea?? Thanks Dhanaraj ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match

Re: [pgadmin-hackers] View data - aborting randomly and no result

2007-01-17 Thread Dhanaraj M
Dave Page wrote: Dhanaraj M wrote: Hi 1. When I view the data of a table, there is no result. (blank window and status is "aborting") 2. When I execute the query, the result is blank. The status is ":". Both the behaviours are not consistent. I am

[pgadmin-hackers] when is the release of pgadmin 1.6.3?

2007-03-06 Thread Dhanaraj M
Hi Dave I would like to know when pgadmin-1.6.3 will be released. Any approximate timeline? Thanks Dhanaraj ---(end of broadcast)--- TIP 4: Have you searched our list archives? http://archives.postgresql.org

Re: [pgadmin-hackers] 1.6.3 uploaded

2007-03-23 Thread Dhanaraj M
Hi Dave, The current code dumps the core when the query tool window is closed. Can you please make the following change? (I have tested and this works well) Thanks. **src/frm/frmQuery.cpp.orig* void frmQuery::OnChangeConnection(wxCommandEvent &ev) { // On Solari

Re: [pgadmin-hackers] 1.6.3 uploaded - No issues

2007-03-23 Thread Dhanaraj M
Hi Dave, Sorry for the confusion. As usual, I tested the previously installed binaries in a hurry. I tested pgadmin3-1.6.3 in Solaris and it does not dump the core. The Sun studio patch also works fine. Thanks Dhanaraj Dhanaraj M wrote: Hi Dave, The current code dumps the core when the

[pgadmin-hackers] pgAdmin - Solaris packages

2007-03-30 Thread Dhanaraj M
user has to apply SUN's patch, in order to upgrade libxml 4. We will release both sparc and x86 packages separately. Please let me know your opinion. Thanks Dhanaraj ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore

[pgadmin-hackers] Solaris Build - clarification

2007-04-02 Thread Dhanaraj M
, I like to know how it is done for other platforms (static link or two packages). Will static linking of wxwidgets have licensing issues? Thanks Dhanaraj ---(end of broadcast)--- TIP 7: You can help support the PostgreSQL project by donating at

Re: [pgadmin-hackers] pgAdmin - Solaris packages

2007-04-03 Thread Dhanaraj M
Hi Dhanaraj That sounds great to me - when I have your ssh public key I'll create an account for you to upload the packages to. > 3. The user has to apply SUN's patch, in order to upgrade libxml OK - we'll need to note that (and the download URL) in a README file. Hi

[pgadmin-hackers] Is pgadmin backward/forward compatible with postgres?

2007-07-12 Thread Dhanaraj M
postgres) Can anyone explain the limitations of using pgAdmin-Postgres versions? Thanks Dhanaraj ---(end of broadcast)--- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate

Re: [pgadmin-hackers] pgAdmin III v1.8.0 Beta 1 released

2007-07-23 Thread Dhanaraj M
8.0. 3. I forgot the password and unable to login/update MD5 values. Thanks for updating MD5. I will try to generate a new ssh key again during v1.8.0 binary upload. Thanks Dhanaraj Dave Page wrote: I'm pleased to announce the release of the first beta version of pgAdmin III v1.8.0.

[pgadmin-hackers] pgAdmin3 - Language support on Solaris

2007-08-30 Thread Dhanaraj M
otice this? Is it a problem with pgAdmin or Solaris? I like to fix this issue. Any thoughts? Thanks Dhanaraj ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTE

Re: [pgadmin-hackers] pgAdmin3 - Language support on Solaris

2007-09-06 Thread Dhanaraj M
Sorry for reporting this bug. I found that ja_JP, zh_CN, and zh_TW locales are only installed in my machine. (localeadm -l) pgAdmin starts supporting other locales as well, when I install the required locales. Hiroshi Saito wrote: Hi. From: "Dhanaraj M" <[EMAIL PROTECTED]&g

[pgadmin-hackers] pgAdmin3-1.8.0 - Solaris binaries uploaded

2007-11-05 Thread Dhanaraj M
Hi All, I have uploaded both sparc and x86 binaries. http://www.postgresql.org/ftp/pgadmin3/release/v1.8.0/solaris/ Please download and test this. I would like to thank Dave Page for his helps during this upload. -Dhanaraj ---(end of broadcast