Re: [lazarus] Re: Lazarus-0.9.24: SIGSEGV in TOpenDialog

2007-12-02 Thread Marc Weustink
Marco Alvarado wrote: So, is there any other option appart from DebugLn(), that works? AFAIK not. Marc Regards! -Marco 2007/12/1, Marc Weustink [EMAIL PROTECTED]: Marco Alvarado wrote: It's a Win32 API function: http://msdn2.microsoft.com/en-us/library/aa363362.aspx Outputs a

Re: [lazarus] Re: Lazarus-0.9.24: SIGSEGV in TOpenDialog

2007-12-01 Thread Marco Alvarado
It's a Win32 API function: http://msdn2.microsoft.com/en-us/library/aa363362.aspx Outputs a string to the debugger. Lazarus is able to catch those messages, although the output in Lazarus is pretty dirty, and is somehow difficult to read. I supposed DebugLn would work the same way, but no :(

Re: [lazarus] Re: Lazarus-0.9.24: SIGSEGV in TOpenDialog

2007-12-01 Thread Marc Weustink
Marco Alvarado wrote: It's a Win32 API function: http://msdn2.microsoft.com/en-us/library/aa363362.aspx Outputs a string to the debugger. Lazarus is able to catch those messages, although the output in Lazarus is pretty dirty, and is somehow difficult to read. Correction, lazarus does not

Re: [lazarus] Re: Lazarus-0.9.24: SIGSEGV in TOpenDialog

2007-12-01 Thread Marco Alvarado
So, is there any other option appart from DebugLn(), that works? Regards! -Marco 2007/12/1, Marc Weustink [EMAIL PROTECTED]: Marco Alvarado wrote: It's a Win32 API function: http://msdn2.microsoft.com/en-us/library/aa363362.aspx Outputs a string to the debugger. Lazarus is able to

Re: [lazarus] Re: Lazarus-0.9.24: SIGSEGV in TOpenDialog

2007-11-30 Thread Marco Alvarado
I saw the backtraces for the first time when testing the application from GDB. And now that makes me remember something I wanted to ask: I activate the Debug output window, but it doesn't show the lines generated by DebugLn(). Nope, debugger output is the internal logging of the lazarus

Re: [lazarus] Re: Lazarus-0.9.24: SIGSEGV in TOpenDialog

2007-11-30 Thread Mattias Gaertner
On Fri, 30 Nov 2007 10:27:43 -0600 Marco Alvarado [EMAIL PROTECTED] wrote: I saw the backtraces for the first time when testing the application from GDB. And now that makes me remember something I wanted to ask: I activate the Debug output window, but it doesn't show the lines

Re: [lazarus] Re: Lazarus-0.9.24: SIGSEGV in TOpenDialog

2007-11-30 Thread Marco Alvarado
When I got the errors in Linux I never saw backtraces in the debugger. I saw the backtraces for the first time when testing the application from GDB. And now that makes me remember something I wanted to ask: I activate the Debug output window, but it doesn't show the lines generated by DebugLn().

Re: [lazarus] Re: Lazarus-0.9.24: SIGSEGV in TOpenDialog

2007-11-30 Thread Marco Alvarado
So we don't need GDB? 2007/11/30, Marc Weustink [EMAIL PROTECTED]: Marco Alvarado wrote: GDB is just wonderful!!! It just helped me to solve the last errors in my application and got the engine finally running in both Windows and Linux :_D Thanks a lot!!! PS. Have you ever thought

Re: [lazarus] Re: Lazarus-0.9.24: SIGSEGV in TOpenDialog

2007-11-30 Thread Marc Weustink
Marco Alvarado wrote: So we don't need GDB? At this moment the lazarus debugger uses GDB. I'm lost, what do you mean by: throwing backtraces from the Lazarus debugger Marc 2007/11/30, Marc Weustink [EMAIL PROTECTED]: Marco Alvarado wrote: GDB is just wonderful!!! It just helped me to

Re: [lazarus] Re: Lazarus-0.9.24: SIGSEGV in TOpenDialog

2007-11-30 Thread Marc Weustink
Marco Alvarado wrote: GDB is just wonderful!!! It just helped me to solve the last errors in my application and got the engine finally running in both Windows and Linux :_D Thanks a lot!!! PS. Have you ever thought about throwing backtraces from the Lazarus debugger? Having such feature

Re: [lazarus] Re: Lazarus-0.9.24: SIGSEGV in TOpenDialog

2007-11-30 Thread Marc Weustink
Marco Alvarado wrote: When I got the errors in Linux I never saw backtraces in the debugger. I thought so, thats why I pointed you to the View-Debugger-CallStack menu option. I saw the backtraces for the first time when testing the application from GDB. And now that makes me remember

[lazarus] Re: Lazarus-0.9.24: SIGSEGV in TOpenDialog

2007-11-29 Thread Igor Zakhrebetkov
Vincent Snijders пишет: Is this when you run the application in the IDE or from the command line? in the IDE Sorry, have not tried from the command line -- Igor Zakhrebetkov _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Re: Lazarus-0.9.24: SIGSEGV in TOpenDialog

2007-11-29 Thread Marco Alvarado
I'm getting a SIGSEV too in Linux, exactly when the application creates the TForm instance. The same application works ok in Windows. I'm looking for a way around this problem. Regards! 2007/11/29, Igor Zakhrebetkov [EMAIL PROTECTED]: Vincent Snijders пишет: Is this when you run the

Re: [lazarus] Re: Lazarus-0.9.24: SIGSEGV in TOpenDialog

2007-11-29 Thread Mattias Gaertner
On Thu, 29 Nov 2007 09:30:12 -0600 Marco Alvarado [EMAIL PROTECTED] wrote: I'm getting a SIGSEV too in Linux, exactly when the application creates the TForm instance. The same application works ok in Windows. I'm looking for a way around this problem. Can you create a backtrace?

Re: [lazarus] Re: Lazarus-0.9.24: SIGSEGV in TOpenDialog

2007-11-29 Thread Marco Alvarado
I'll once I get home to my linux box. Thanks! 2007/11/29, Mattias Gaertner [EMAIL PROTECTED]: On Thu, 29 Nov 2007 09:30:12 -0600 Marco Alvarado [EMAIL PROTECTED] wrote: I'm getting a SIGSEV too in Linux, exactly when the application creates the TForm instance. The same application works ok

Re: [lazarus] Re: Lazarus-0.9.24: SIGSEGV in TOpenDialog

2007-11-29 Thread Marco Alvarado
GDB is just wonderful!!! It just helped me to solve the last errors in my application and got the engine finally running in both Windows and Linux :_D Thanks a lot!!! PS. Have you ever thought about throwing backtraces from the Lazarus debugger? Having such feature integrated would be really