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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
> !
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
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
17 matches
Mail list logo