Thread: Error message in Solaris platform

Error message in Solaris platform

From
Dhanaraj M
Date:
I compiled and installed PGAdmin in Solaris platform (both S10-sparc and
S10-x86)

It works well, but I am getting the following error message whenever I
perform any operation.


** (pgadmin3:17704): CRITICAL **: file blueprint-draw.c: line 81:
assertion `GTK_WIDGET (widget)' failed


Can somebody tell the reason?


Thanks
Dhanaraj

Re: Error message in Solaris platform

From
"Dave Page"
Date:

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of Dhanaraj M
> Sent: 05 October 2006 18:00
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] Error message in Solaris platform
>
>
> I compiled and installed PGAdmin in Solaris platform (both
> S10-sparc and
> S10-x86)
>
> It works well,

That's good to know - I assume you're running one of the 1.6 beta
versions?

> but I am getting the following error message
> whenever I
> perform any operation.
>
>
> ** (pgadmin3:17704): CRITICAL **: file blueprint-draw.c: line 81:
> assertion `GTK_WIDGET (widget)' failed
>
>
> Can somebody tell the reason?

That's not one of our source files, nor is it part of wxWidgets so I
imagine it is actually part of GTK. The chances are pretty high it's a
wxWidgets or GTK issue that's triggering it - what though I have no
idea. We don't really do any low-level widget manipulation that would
occur with such regularity so I can't imagine that it's a pgAdmin bug.

Regards, Dave.

Re: Error message in Solaris platform

From
Zdenek Kotala
Date:
Dave Page wrote:
>
>

<snip>

>> but I am getting the following error message
>> whenever I
>> perform any operation.
>>
>>
>> ** (pgadmin3:17704): CRITICAL **: file blueprint-draw.c: line 81:
>> assertion `GTK_WIDGET (widget)' failed
>>
>>
>> Can somebody tell the reason?
>
> That's not one of our source files, nor is it part of wxWidgets so I
> imagine it is actually part of GTK. The chances are pretty high it's a
> wxWidgets or GTK issue that's triggering it - what though I have no
> idea. We don't really do any low-level widget manipulation that would
> occur with such regularity so I can't imagine that it's a pgAdmin bug.

The problem is probably in the blueprint
theme (JDS default). Other themes don't generate this messages. I sent
this bug to relevant team.

    Zdenek

Re: Error message in Solaris platform

From
"Dave Page"
Date:

-----Original Message-----
From: "Zdenek Kotala" <Zdenek.Kotala@Sun.COM>
To: "Dave Page" <dpage@vale-housing.co.uk>
Cc: "Dhanaraj.M@Sun.COM" <Dhanaraj.M@Sun.COM>; "pgadmin-hackers@postgresql.org" <pgadmin-hackers@postgresql.org>
Sent: 10/10/06 17:43
Subject: Re: [pgadmin-hackers] Error message in Solaris platform

> The problem is probably in the blueprint
> theme (JDS default). Other themes don't generate this messages. I sent
this bug to relevant team.

Ok, thanks for letting us know.

Regards, Dave