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
Can somebody tell the reason?
Thanks
Dhanaraj
---(end of broadcast)---
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
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
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
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
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
, 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
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
- 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
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
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
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
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
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...
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
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
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
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
?
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
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
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
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
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
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
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
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
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
, 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
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
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
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.
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
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
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
34 matches
Mail list logo