Re: [Valgrind-users] Use of valgrind with microthreading

2020-08-15 Thread Philippe Waroquiers
On Fri, 2020-08-14 at 19:16 +0200, Mark Wielaard wrote: > Hi Shachar, > > On Fri, Aug 14, 2020 at 06:35:14PM +0300, Shachar Shemesh wrote: > > I am writing my own C++ microthreading library. At the very first switch, I > > get the following message from Valgrind: > > > > ==15122== Warning:

Re: [Valgrind-users] Use of valgrind with microthreading

2020-08-14 Thread Mark Wielaard
Hi Shachar, On Fri, Aug 14, 2020 at 06:35:14PM +0300, Shachar Shemesh wrote: > I am writing my own C++ microthreading library. At the very first switch, I > get the following message from Valgrind: > > ==15122== Warning: client switching stacks?  SP change: 0x1ffeffe788 --> > 0x75d0f80 >

[Valgrind-users] Use of valgrind with microthreading

2020-08-14 Thread Shachar Shemesh
Hi all, I am writing my own C++ microthreading library. At the very first switch, I get the following message from Valgrind: ==15122== Warning: client switching stacks?  SP change: 0x1ffeffe788 --> 0x75d0f80 ==15122==  to suppress, use: --max-stackframe=137298630664 or greater I