Re: [fpc-pascal] How to analyze a core dump?

2007-06-26 Thread Luca Olivetti
En/na Tom Walsh ha escrit: Nope, it is 'gdb -c corefilename'. Sorry :-( Been there, done that, got the t-shirt. http://article.gmane.org/gmane.comp.compilers.free-pascal.general/8211 thanks for trying. -- Luca ___ fpc-pascal maillist -

Re: [fpc-pascal] How to analyze a core dump?

2007-06-26 Thread Jonas Maebe
On 25 jun 2007, at 22:44, Luca Olivetti wrote: En/na Jonas Maebe ha escrit: On 14 jun 2007, at 19:04, Luca Olivetti wrote: No suggestions? Is there some special option (apart from -g) that I should specify to compile/link my program? No. But the garbage backtrace means that either your gdb

Re: [fpc-pascal] How to analyze a core dump?

2007-06-26 Thread Luca Olivetti
En/na Jonas Maebe ha escrit: On 25 jun 2007, at 22:44, Luca Olivetti wrote: En/na Jonas Maebe ha escrit: On 14 jun 2007, at 19:04, Luca Olivetti wrote: No suggestions? Is there some special option (apart from -g) that I should specify to compile/link my program? No. But the garbage

Re: [fpc-pascal] How to analyze a core dump?

2007-06-26 Thread Cesar Romero
Where S is initialized? I only see L initialized. []s Cesar Romero 442: L:=length(s); 443: if L1 then exit; 444: case s[1] of so I can't see how it could possibly be uninitialized. Bye ___ fpc-pascal maillist -

Re: [fpc-pascal] How to analyze a core dump?

2007-06-26 Thread Luca Olivetti
En/na Cesar Romero ha escrit: Where S is initialized? I only see L initialized. []s Cesar Romero 442: L:=length(s); 443: if L1 then exit; 444: case s[1] of so I can't see how it could possibly be uninitialized. nothwithstanding the fact that if length(s)1 line 444 won't be executed,

Re: [fpc-pascal] Re: Re: Lua and Freepascal and ARM

2007-06-26 Thread Paul Nicholls
Hi Paul, SNIP I also need, as you, to call lua procedures from delphi/fpc and I need Lua call procedures inside delphi/fpc. Should it posible to share with me your implementation in order to check it works with fpc (linux-arm)? Sure, I am not sure if I am allowed to add attachments to