Re: [Lazarus] Lazarus IDE crash on Centos 5.3 x86

2009-05-04 Thread Carlos German Tejero
Finish i can solve my problem.

Lazarus 0.9.27 r19639 from daily snapshot, work in a local  gnome session on
the server, but not work in a gnome session started from a sunray thin
client.

Lazarus 0.9.26.2 work well on both.

Thanks to all!!

-- 
Carlos Germán Tejero
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Lazarus IDE crash on Centos 5.3 x86

2009-04-30 Thread Carlos German Tejero
2009/4/30 Paul Ishenin 

> Carlos German Tejero wrote:
> >
> > Strange is that it works well on a centos 5.2 x86.
> >
> > Any ideas??
>
> Can you point me to the exact CentOS distro iso which you installed? I
> will try to install it on VM and test lazarus on it.
>
> Best regards,
> Paul Ishenin.
>

Centos 5.3 i386, full updated, on a hp proliant with two xenon quad core.
This server is a sunray server.


>
> ___
> Lazarus mailing list
> Lazarus@lazarus.freepascal.org
> http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
>



-- 
Carlos Germán Tejero
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Lazarus IDE crash on Centos 5.3 x86

2009-04-29 Thread Paul Ishenin
Carlos German Tejero wrote:
> 
> Strange is that it works well on a centos 5.2 x86.
> 
> Any ideas??

Can you point me to the exact CentOS distro iso which you installed? I 
will try to install it on VM and test lazarus on it.

Best regards,
Paul Ishenin.

___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Lazarus IDE crash on Centos 5.3 x86

2009-04-29 Thread Carlos German Tejero
2009/4/29 Mattias Gaertner 

> On Wed, 29 Apr 2009 17:53:13 -0300
> Carlos German Tejero  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.
>
> No, i got the same eror.

>
> >   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.
>

Ok, i will try tomorrow reboot the server, install lazarus 0.9.26.2 and fpc
2.2.4.
Thanks!!!


>
>
> Mattias
>
> ___
> Lazarus mailing list
> Lazarus@lazarus.freepascal.org
> http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
>



-- 
Carlos Germán Tejero
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


Re: [Lazarus] Lazarus IDE crash on Centos 5.3 x86

2009-04-29 Thread Mattias Gaertner
On Wed, 29 Apr 2009 17:53:13 -0300
Carlos German Tejero  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

___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus


[Lazarus] Lazarus IDE crash on Centos 5.3 x86

2009-04-29 Thread Carlos German Tejero
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"
  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??
-- 
Carlos Germán Tejero
___
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus