Re: [Xenomai-core] [bug?] set pthread stack size broken

2005-12-10 Thread Philippe Gerum
Jan Kiszka wrote: Philippe Gerum wrote: Jan Kiszka wrote: Jan Kiszka wrote: Jan Kiszka wrote: Hi, something for the night: Can someone explain why normal pthreads can be restricted to initially use only the stack size provided via pthread_attr_setstacksize() while any rt-mapped thread

Re: [Xenomai-core] [bug?] set pthread stack size broken

2005-12-10 Thread Philippe Gerum
Jan Kiszka wrote: Philippe Gerum wrote: Jan Kiszka wrote: Jan Kiszka wrote: Jan Kiszka wrote: Hi, something for the night: Can someone explain why normal pthreads can be restricted to initially use only the stack size provided via pthread_attr_setstacksize() while any rt-mapped thread

Re: [Xenomai-core] [bug?] set pthread stack size broken

2005-12-09 Thread Jan Kiszka
Philippe Gerum wrote: > Jan Kiszka wrote: > >> Jan Kiszka wrote: >> >>> Jan Kiszka wrote: >>> Hi, something for the night: Can someone explain why normal pthreads can be restricted to initially use only the stack size provided via pthread_attr_setstacksize() while any rt-m

Re: [Xenomai-core] [bug?] set pthread stack size broken

2005-12-09 Thread Philippe Gerum
Jan Kiszka wrote: Jan Kiszka wrote: Jan Kiszka wrote: Hi, something for the night: Can someone explain why normal pthreads can be restricted to initially use only the stack size provided via pthread_attr_setstacksize() while any rt-mapped thread (posix and native) refuse to accept this? For

Re: [Xenomai-core] [bug?] set pthread stack size broken

2005-12-09 Thread Jan Kiszka
Jan Kiszka wrote: > Jan Kiszka wrote: >> Hi, >> >> something for the night: Can someone explain why normal pthreads can be >> restricted to initially use only the stack size provided via >> pthread_attr_setstacksize() while any rt-mapped thread (posix and >> native) refuse to accept this? For a sim

Re: [Xenomai-core] [bug?] set pthread stack size broken

2005-12-09 Thread Jan Kiszka
Philippe Gerum wrote: > Jan Kiszka wrote: > >> Jan Kiszka wrote: >> >>> Jan Kiszka wrote: >>> Hi, something for the night: Can someone explain why normal pthreads can be restricted to initially use only the stack size provided via pthread_attr_setstacksize() while any rt-m

Re: [Xenomai-core] [bug?] set pthread stack size broken

2005-12-09 Thread Philippe Gerum
Jan Kiszka wrote: Jan Kiszka wrote: Jan Kiszka wrote: Hi, something for the night: Can someone explain why normal pthreads can be restricted to initially use only the stack size provided via pthread_attr_setstacksize() while any rt-mapped thread (posix and native) refuse to accept this? For

Re: [Xenomai-core] [bug?] set pthread stack size broken

2005-12-09 Thread Jan Kiszka
Jan Kiszka wrote: > Hi, > > something for the night: Can someone explain why normal pthreads can be > restricted to initially use only the stack size provided via > pthread_attr_setstacksize() while any rt-mapped thread (posix and > native) refuse to accept this? For a simple test, compile the att

Re: [Xenomai-core] [bug?] set pthread stack size broken

2005-12-09 Thread Jan Kiszka
Jan Kiszka wrote: > Jan Kiszka wrote: >> Hi, >> >> something for the night: Can someone explain why normal pthreads can be >> restricted to initially use only the stack size provided via >> pthread_attr_setstacksize() while any rt-mapped thread (posix and >> native) refuse to accept this? For a sim

[Xenomai-core] [bug?] set pthread stack size broken

2005-12-08 Thread Jan Kiszka
Hi, something for the night: Can someone explain why normal pthreads can be restricted to initially use only the stack size provided via pthread_attr_setstacksize() while any rt-mapped thread (posix and native) refuse to accept this? For a simple test, compile the attached program one time as norm

Re: [Xenomai-core] [bug?] set pthread stack size broken

2005-12-08 Thread Jan Kiszka
Jan Kiszka wrote: > Hi, > > something for the night: Can someone explain why normal pthreads can be > restricted to initially use only the stack size provided via > pthread_attr_setstacksize() while any rt-mapped thread (posix and > native) refuse to accept this? For a simple test, compile the att

[Xenomai-core] [bug?] set pthread stack size broken

2005-12-08 Thread Jan Kiszka
Hi, something for the night: Can someone explain why normal pthreads can be restricted to initially use only the stack size provided via pthread_attr_setstacksize() while any rt-mapped thread (posix and native) refuse to accept this? For a simple test, compile the attached program one time as norm