Re: [boost] [Boost-testing] Patch for sigaltstack failure on Leopard with XCode 3.0

HI Jeroen ! On Sunday 13 July 2008 17:33:04 Jeroen van der Wulp wrote:
Hello everyone,
The cause seems to be that the implementation of sigaltstack() on Leopard requires the ss_size of a stack_t structure to be MINSIGSTKSZ at least.
The attached patch accomplishes just this.
Well, it actually sets the size to BOOST_TEST_ALT_STACK_SIZE. But this should be big enough, shouldn't it ? ;-)) I'm CC'ing Gennadyi and the Boost devel list in case he missed this. I'll take a look at the current regressions for trunk and commit this patch tomorrow evening (CEST) if no one is faster ;-)) Merging Boost.Test to release is another business :-(( Yours, Jürgen -- * Dipl.-Math. Jürgen Hunold ! Ingenieurgesellschaft für * voice: ++49 511 262926 57 ! Verkehrs- und Eisenbahnwesen mbH * fax : ++49 511 262926 99 ! Lister Straße 15 * juergen.hunold@ivembh.de ! www.ivembh.de * * Geschäftsführer: ! Sitz des Unternehmens: Hannover * Prof. Dr.-Ing. Thomas Siefer ! Amtsgericht Hannover, HRB 56965 * PD Dr.-Ing. Alfons Radtke !

Juergen Hunold wrote:
HI Jeroen !
On Sunday 13 July 2008 17:33:04 Jeroen van der Wulp wrote:
Hello everyone,
The cause seems to be that the implementation of sigaltstack() on Leopard requires the ss_size of a stack_t structure to be MINSIGSTKSZ at least. Well, it actually sets the size to BOOST_TEST_ALT_STACK_SIZE. But this should be big enough, shouldn't it ? ;-))
I've set ss_size to MINSIGSTKSZ. Check in. Gennadiy
participants (2)
-
Gennadiy Rozental
-
Juergen Hunold