[Xastir] xastir crashed on mac os X leopard

Derrick Brashear shadow at gmail.com
Thu Apr 23 07:01:41 EDT 2009


On Thu, Apr 23, 2009 at 12:08 AM, Lee Bengston <lee.bengston at gmail.com> wrote:
> On 4/19/09, Jason KG4WSV <kg4wsv at gmail.com> wrote:
>> I've had several crashed with the most recent xastir. error is
>>
>> X Error of failed request:  BadValue (integer parameter out of range
>> for operation)
>>   Major opcode of failed request:  53 (X_CreatePixmap)
>>   Value in failed request:  0x0
>>   Serial number of failed request:  9738133
>>   Current serial number in output stream:  9738139
>>
>
> Guess what - just got this error...
>
> X Error of failed request:  BadValue (integer parameter out of range
> for operation)
>  Major opcode of failed request:  53 (X_CreatePixmap)
>  Value in failed request:  0x0
>  Serial number of failed request:  439507
>  Current serial number in output stream:  439513
>
> Y'know what did it?  I downloaded Jason's National Atlas dbfawk's and
> the National Atlas maps to try them out for higher zoom levels.  As
> soon as I realized the dbfawk files needed to go into the map
> directory as opposed to the config directory, I moved them over, and
> Xastir crashed on the next restart.  So far it's crashed every time
> ever since the dbfawk files were moved.  Anyway, I am headed to bed -
> otherwise I would try to narrow it down further.

Does enabling debugging at some level call XSynchronize? If not, it
probably should.

int (*XSynchronize(display, onoff)()
    Display *display;
    Bool onoff;

display
    Specifies the connection to the X server.
onoff
    Specifies a Boolean value that indicates whether to enable or
disable synchronization.

The XSynchronize function returns the previous after function. If
onoff is True, XSynchronize turns on synchronous behavior. If onoff is
False, XSynchronize turns off synchronous behavior.



More information about the Xastir mailing list