Forum > General

Laz 0.9.28.2 : Can't set thread stacksize

(1/1)

zakiwi:
Hi there,

I have a really strange problem.  I can't seam to be able to set the stack size of my threads.  It worked fine in Laz 0.9.27

My code looks something like this, but it seams to be setting the stack size to about 8mb per thread:

constructor TMyThread.Create;
begin
  inherited Create(False, 32 * 1024);
end;

I'm running debian lenny i386.

As I said, this worked fine under 0.9.27

Any help would be appreciated.

Cheers

Zakiwi

zakiwi:
I'm sorry, I just realized that I'm running FPC 2.2.4 on this new machine.

Navigation

[0] Message Index

Go to full version