Re: [fpc-pascal] Should data structures part in LCL be moved to FCL?

2009-03-12 Thread leledumbo
Tried the examples with -glh, there seems to be a LOT of mem leaks. I'll try to report (if possible). -- View this message in context: http://www.nabble.com/Should-data-structures-part-in-LCL-be-moved-to-FCL--tp22434763p22490114.html Sent from the Free Pascal - General mailing list archive at Na

Re: [fpc-pascal] Access violation during compilation and linking

2009-03-12 Thread C Western
Jonas Maebe wrote: Roland Turcan wrote on do, 12 mrt 2009: <<< 12.3.2009 10:09 - Jonas Maebe "jonas.ma...@elis.ugent.be" >>> JM> Roland Turcan wrote on do, 12 mrt 2009: Can I build FPC with debug information to get more details where the exception occured and not to get only addresses from st

Re: [fpc-pascal] Should data structures part in LCL be moved to FCL?

2009-03-12 Thread Francisco Reyes
leledumbo writes: Found a new one on the net: http://redbeesoft.com/ Looks interesting. They specifically mention it is FPC compatible and cross platform. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mai

Re: Re[2]: [fpc-pascal] Access violation during compilation and linking

2009-03-12 Thread Tomas Hajny
On Thu, March 12, 2009 12:51, Jonas Maebe wrote: > Roland Turcan wrote on do, 12 mrt 2009: . . >> I have longer time a difficulty to solve this message when I try to >> build fpc with "sudo make clean all": >> >> Makefile:2279: *** No libgdb.a found, supply NOGDB=1 to disable >> debugger support.

Re: Re[2]: [fpc-pascal] Access violation during compilation and linking

2009-03-12 Thread Tomas Hajny
On Thu, March 12, 2009 12:17, Roland Turcan wrote: > <<< 12.3.2009 10:09 - Jonas Maebe "jonas.ma...@elis.ugent.be" >>> > JM> Roland Turcan wrote on do, 12 mrt 2009: > >>> It often happens to me, that during compilation FPC raises an >>> exception and often is enough just to clean up directories whe

Re: Re[2]: [fpc-pascal] Access violation during compilation and linking

2009-03-12 Thread Jonas Maebe
Roland Turcan wrote on do, 12 mrt 2009: <<< 12.3.2009 10:09 - Jonas Maebe "jonas.ma...@elis.ugent.be" >>> JM> Roland Turcan wrote on do, 12 mrt 2009: Can I build FPC with debug information to get more details where the exception occured and not to get only addresses from stack, but nothing mor

Re: [fpc-pascal] Should data structures part in LCL be moved to FCL?

2009-03-12 Thread leledumbo
Found a new one on the net: http://redbeesoft.com/ Good news: - FPC compatible - Both open source and proprietary editions available -- View this message in context: http://www.nabble.com/Should-data-structures-part-in-LCL-be-moved-to-FCL--tp22434763p22474744.html Sent from the Free Pascal - G

Re: [fpc-pascal] XML files and the ext4 bug

2009-03-12 Thread Gustavo Enrique Jimenez
Ok, thanks for all your replys ! I will take more care with my xml files. Gustavo 2009/3/12 Jonas Maebe : > Michael Van Canneyt wrote on do, 12 mrt 2009: > >> On Thu, 12 Mar 2009, Florian Klaempfl wrote: >> >>> Journaling means only: the file system is always in an internally >>> consistent st

Re[2]: [fpc-pascal] Access violation during compilation and linking

2009-03-12 Thread Roland Turcan
Hello Jonas, At first, thank you for your reply. <<< 12.3.2009 10:09 - Jonas Maebe "jonas.ma...@elis.ugent.be" >>> JM> Roland Turcan wrote on do, 12 mrt 2009: >> It often happens to me, that during compilation FPC raises an >> exception and often is enough just to clean up directories where are

Re: [fpc-pascal] XML files and the ext4 bug

2009-03-12 Thread Jonas Maebe
Michael Van Canneyt wrote on do, 12 mrt 2009: On Thu, 12 Mar 2009, Florian Klaempfl wrote: Journaling means only: the file system is always in an internally consistent state It does not mean that it doesn't lose data! In this definition, yes. Well, that is the only definition of file syste

Re: [fpc-pascal] XML files and the ext4 bug

2009-03-12 Thread Michael Van Canneyt
On Thu, 12 Mar 2009, Florian Klaempfl wrote: > Michael Van Canneyt schrieb: > > > > And if methods 1 & 2 are "unsafe", then I think that there is a fundamental > > bug in the filesystem (I never believed "journaling" filesystems can work > > 100% correctly in the first place), > > Journaling

Re: [fpc-pascal] Access violation during compilation and linking

2009-03-12 Thread Jonas Maebe
Roland Turcan wrote on do, 12 mrt 2009: It often happens to me, that during compilation FPC raises an exception and often is enough just to clean up directories where are *.o and *.ppu located. Sometimes it depends also on a problem in my code, but it is very difficult to distinguish where the p

[fpc-pascal] Access violation during compilation and linking

2009-03-12 Thread Roland Turcan
Hello all, It often happens to me, that during compilation FPC raises an exception and often is enough just to clean up directories where are *.o and *.ppu located. Sometimes it depends also on a problem in my code, but it is very difficult to distinguish where the problem is. Can I build FPC wit

Re: [fpc-pascal] XML files and the ext4 bug

2009-03-12 Thread Florian Klaempfl
Michael Van Canneyt schrieb: > > And if methods 1 & 2 are "unsafe", then I think that there is a fundamental > bug in the filesystem (I never believed "journaling" filesystems can work > 100% correctly in the first place), Journaling means only: the file system is always in an internally consis

Re: [fpc-pascal] XML files and the ext4 bug

2009-03-12 Thread Michael Van Canneyt
On Wed, 11 Mar 2009, Gustavo Enrique Jimenez wrote: > Hi > > Seems like the ext4 file system has a bug or some issue with files > updated often : > > https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/317781 > > I use XML files heavily. It is great, XML units save me a lot of work > !

Re: [fpc-pascal] XML files and the ext4 bug

2009-03-12 Thread Florian Klaempfl
Gustavo Enrique Jimenez schrieb: > Hi > > Seems like the ext4 file system has a bug or some issue with files > updated often : > > https://bugs.edge.launchpad.net/ubuntu/+source/linux/+bug/317781 This is only a problem when your machine crashes! > > I use XML files heavily. It is great, XML un

Re: [fpc-pascal] XML files and the ext4 bug

2009-03-12 Thread David Emerson
I can't comment on pascal's XML handling, but perhaps I can shed some light on the situation. I belive this new filesystem thing will bite you if you do something like this: assign (my_file, '/some/file'); rewrite (my_file); // ... write out the contents of the file ... close (my_file); reset