Re: pgadmin3-1.6.1 - core dumped - Work around

From: Dhanaraj <Dhanaraj(dot)M(at)Sun(dot)COM>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: pgadmin3-1.6.1 - core dumped - Work around
Date: 2006-12-14 16:20:23
Message-ID: 458179C7.20307@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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 is any
> sense out of the debugger. Any hints or tips? I'd really like to go
> back up the stack and examine a few variables along the way.
>
> Starting program: /usr/local/src/pgadmin3-1.6.1/src/pgadmin3
> warning: Lowest section in /usr/lib/libpthread.so.1 is .dynamic at
> 00000074
>
> ** (pgadmin3:6683): CRITICAL **: file blueprint-draw.c: line 81:
> assertion `GTK_WIDGET (widget)' failed
>
> ** (pgadmin3:6683): CRITICAL **: file blueprint-draw.c: line 81:
> assertion `GTK_WIDGET (widget)' failed
>
> (pgadmin3:6683): Gtk-CRITICAL **: file gtkliststore.c: line 570:
> assertion `GTK_LIST_STORE (tree_model)->stamp == iter->stamp' failed
>
> (pgadmin3:6683): GLib-GObject-WARNING **: gtype.c:3350: type id `0' is
> invalid
>
> (pgadmin3:6683): GLib-GObject-WARNING **: can't peek value table for
> type `<invalid>' which is not currently referenced
>
> Program received signal SIGSEGV, Segmentation fault.
> 0xd137c3a6 in gtk_tree_model_get_valist () from
> /usr/lib/libgtk-x11-2.0.so.0
> (gdb) bt
> #0 0xd137c3a6 in gtk_tree_model_get_valist () from
> /usr/lib/libgtk-x11-2.0.so.0
> #1 0x00000000 in ?? ()
> (gdb)
>
>
>
> Regards Dave
> ------------------------------------------------------------------------
>
> Starting program: /usr/local/src/pgadmin3-1.6.1/src/pgadmin3
> warning: Lowest section in /usr/lib/libpthread.so.1 is .dynamic at 00000074
>
> ** (pgadmin3:6683): CRITICAL **: file blueprint-draw.c: line 81: assertion `GTK_WIDGET (widget)' failed
>
> ** (pgadmin3:6683): CRITICAL **: file blueprint-draw.c: line 81: assertion `GTK_WIDGET (widget)' failed
>
> (pgadmin3:6683): Gtk-CRITICAL **: file gtkliststore.c: line 570: assertion `GTK_LIST_STORE (tree_model)->stamp == iter->stamp' failed
>
> (pgadmin3:6683): GLib-GObject-WARNING **: gtype.c:3350: type id `0' is invalid
>
> (pgadmin3:6683): GLib-GObject-WARNING **: can't peek value table for type `<invalid>' which is not currently referenced
>
> Program received signal SIGSEGV, Segmentation fault.
> 0xd137c3a6 in gtk_tree_model_get_valist () from /usr/lib/libgtk-x11-2.0.so.0
> (gdb) bt
> #0 0xd137c3a6 in gtk_tree_model_get_valist () from /usr/lib/libgtk-x11-2.0.so.0
> #1 0x00000000 in ?? ()
> (gdb)
>
>
>
> ------------------------------------------------------------------------
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Zdenek Kotala 2006-12-14 19:33:39 Re: pgadmin3-1.6.1 - core dumped - Work around
Previous Message Dave Page 2006-12-14 16:08:17 Re: pgadmin3-1.6.1 - core dumped - Work around