Re: Crash of the Option dialog

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: jm(at)poure(dot)com
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Crash of the Option dialog
Date: 2003-10-24 15:27:11
Message-ID: 3F9944CF.7000701@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-10-24 15:34:11 Re: Migration from other database systems to PostgreSQL
Previous Message Jean-Michel POURE 2003-10-24 15:23:21 Re: Migration from other database systems to PostgreSQL