[Lazarus] Lazarus IDE crash on Centos 5.3 x86

Mattias Gaertner nc-gaertnma at netcologne.de
Wed Apr 29 23:50:27 CEST 2009


On Wed, 29 Apr 2009 17:53:13 -0300
Carlos German Tejero <german_tejero at yahoo.com.ar> wrote:

> I install fpc and lazarus Lazarus 0.9.27 r19639 from daily snapshot,
> and when start lazarus, it crash.
> I start lazarus from a terminal and the output is:
> 
> GetStyleWithName adding menuitem to menubar
> TMainIDE.ParseCmdLineOptions:
>   PrimaryConfigPath="/root/.lazarus"

You can start lazarus as normal user instead of root.


>   SecondaryConfigPath="/etc/lazarus"
> NOTE: editor options config file not found - using defaults
> NOTE: miscellaneous options file not found - using defaults
> NOTA: No se ha encontrado el archivo de configuración de las
> CodeTools - usando valores por defecto
> NOTE: help options config file not found - using defaults
> TMainIDE.DoNewProject A
> TCustomFormEditor.CreateComponent Form1:TForm1 True
> TMainIDE.The program 'lazarus-ide' received an X Window System error.
> This probably reflects a bug in the program.
> The error was 'BadValue (integer parameter out of range for
> operation)'. (Details: serial 3718 error_code 2 request_code 53
> minor_code 0) (Note to programmers: normally, X errors are reported
> asynchronously; that is, you will receive the error a while after
> causing it. To debug your program, run it with the --sync command line
>    option to change this behavior. You can then get a meaningful
>    backtrace from your debugger if you break on the gdk_x_error()
> function.)
> 
> Strange is that it works well on a centos 5.2 x86.
> 
> Any ideas??

X errors typically means memory corruption, which typically is caused
by:
a) uncommon libraries
b) you had bad luck and got a buggy lazarus snapshot
c) hardware

Try another theme, try rebooting (to make sure you have no pending
library updates), try another lazarus version, try another fpc version,
try another window manager, etc. 


Mattias




More information about the Lazarus mailing list