Re: Crash of the Option dialog - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: Crash of the Option dialog
Date
Msg-id 3F9944CF.7000701@pse-consulting.de
Whole thread Raw
In response to Crash of the Option dialog  (Jean-Michel POURE <jm@poure.com>)
List pgadmin-hackers
Jean-Michel POURE wrote:

>Dear friends,
>
>When opening the Option dialog, a warning message is displayed once every two
>openings (reproducable):
>
> /usr/include/wx/checkbox.h(70): assert "!Is3State()" failed: Calling
>IsChecked() doesn't make sense for a three state checkbox, Use
>Get3StateValue() instead
>
>Please find the log attached.
>
>Also, I don't understand why "2003-10-24 15:50:49 DEBUG  : Mailcap file /etc/
>mailcap, line 199: unknown field 'xmms '%s'' for the MIME type 'audio/mpeg'
>ignored." is in the log.
>
>Is this crash linked to a syslogd problem?
>
>

I don't know what's happening, but we don't use mailcap stuff, nor
threestate checkboxes.
Obviously, the memory is corrupted, having the wxCHK_3STATE bit for a
checkbox set. Can you have a look at the memory space of that checkbox?
Maybe you can identify where the data comes from.

Regards,
Andreas



pgadmin-hackers by date:

Previous
From: Jean-Michel POURE
Date:
Subject: Re: Migration from other database systems to PostgreSQL
Next
From: Andreas Pflug
Date:
Subject: Re: Migration from other database systems to PostgreSQL